| Modifier and Type | Field and Description |
|---|---|
protected Map<ORM_CONFIG,ConfiguredOrmPersistenceUnit<ORM_PERSISTENCE_UNIT,PROVIDER_CONFIGURATION_OBJECT>> |
OrmModule.configuredOrmPersistenceUnitCache
Cache for persistence units and its configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConfiguredOrmPersistenceUnit<ORM_PERSISTENCE_UNIT,PROVIDER_CONFIGURATION_OBJECT> |
OrmModule.getConfiguredPersistenceUnit(Object testObject)
Returns a wrapper for the persistence unit and any implementation specific configuration object for the given test
object.
|
| Modifier and Type | Method and Description |
|---|---|
ConfiguredOrmPersistenceUnit<ORMPU,ORMCONFOBJ> |
OrmSpringSupport.getConfiguredPersistenceUnit(Object testObject) |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredOrmPersistenceUnit<ORMPU,ORMCONFOBJ> |
OrmPersistenceUnitLoader.getConfiguredOrmPersistenceUnit(Object testObject,
ORMCFG ormConfig) |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredOrmPersistenceUnit<org.hibernate.SessionFactory,org.hibernate.cfg.Configuration> |
HibernateSessionFactoryLoader.getConfiguredOrmPersistenceUnit(Object testObject,
OrmConfig entityManagerConfig) |
ConfiguredOrmPersistenceUnit<org.hibernate.SessionFactory,org.hibernate.cfg.Configuration> |
HibernateSpringSupport.getConfiguredPersistenceUnit(Object testObject) |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredOrmPersistenceUnit<javax.persistence.EntityManagerFactory,Object> |
JpaEntityManagerFactoryLoader.getConfiguredOrmPersistenceUnit(Object testObject,
JpaConfig entityManagerConfig) |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredOrmPersistenceUnit<javax.persistence.EntityManagerFactory,Object> |
JpaSpringSupport.getConfiguredPersistenceUnit(Object testObject) |
Copyright © 2016. All Rights Reserved.