ORMPU - Type of the persistence unitORMCONFOBJ - Type of the implementation specific configuration objectORMCFG - Subtype of OrmConfig that is usedpublic interface OrmPersistenceUnitLoader<ORMPU,ORMCONFOBJ,ORMCFG extends OrmConfig>
| Modifier and Type | Method and Description |
|---|---|
ConfiguredOrmPersistenceUnit<ORMPU,ORMCONFOBJ> |
getConfiguredOrmPersistenceUnit(Object testObject,
ORMCFG ormConfig) |
ConfiguredOrmPersistenceUnit<ORMPU,ORMCONFOBJ> getConfiguredOrmPersistenceUnit(Object testObject, ORMCFG ormConfig)
testObject - The test object, not nullormConfig - The persistence unit configuration, not nullConfiguredOrmPersistenceUnit that wraps the persistence unit and an
implementation specific configuration objectCopyright © 2017. All rights reserved.