Class DefaultPdoFactory
java.lang.Object
org.tentackle.pdo.AbstractPdoFactory
org.tentackle.pdo.DefaultPdoFactory
- All Implemented Interfaces:
PdoFactory
The default PDO factory.
- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the domain class mapper associated to this factory.
The classmapper maps PDO interfaces to their domain implementation.Gets the persistence class mapper associated to this factory.
The classmapper maps PDO interfaces to their persistence implementation.Methods inherited from class AbstractPdoFactory
create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, createDomainDelegate, createInvocationHandler, createPersistenceDelegate, getDomainClass, getPersistenceClass
-
Constructor Details
-
DefaultPdoFactory
public DefaultPdoFactory()Creates a pdo factory.
-
-
Method Details
-
getPersistenceMapper
Description copied from interface:PdoFactoryGets the persistence class mapper associated to this factory.
The classmapper maps PDO interfaces to their persistence implementation.- Returns:
- the mapper for the persistence implementations
-
getDomainMapper
Description copied from interface:PdoFactoryGets the domain class mapper associated to this factory.
The classmapper maps PDO interfaces to their domain implementation.- Returns:
- the mapper for the domain implementations
-