public final class EntityManagerFactoryImpl extends Object
| Constructor and Description |
|---|
EntityManagerFactoryImpl(DatabaseProviderFactory databaseProviderFactory) |
| Modifier and Type | Method and Description |
|---|---|
net.java.ao.EntityManager |
getEntityManager(DataSource dataSource,
DatabaseType databaseType,
String schema,
ActiveObjectsConfiguration configuration)
Creates a new entity manager using the given data source.
|
public EntityManagerFactoryImpl(DatabaseProviderFactory databaseProviderFactory)
public net.java.ao.EntityManager getEntityManager(DataSource dataSource, DatabaseType databaseType, String schema, ActiveObjectsConfiguration configuration)
dataSource - the data source for which to create the entity managerdatabaseType - the type of database that the data source connects to.configuration - the configuration for this active objects instanceCopyright © 2018 Atlassian. All rights reserved.