| Package | Description |
|---|---|
| org.unitils.orm.common | |
| org.unitils.orm.hibernate | |
| org.unitils.orm.hibernate.util | |
| org.unitils.orm.jpa | |
| org.unitils.orm.jpa.util |
| Modifier and Type | Field and Description |
|---|---|
protected OrmPersistenceUnitLoader<ORM_PERSISTENCE_UNIT,PROVIDER_CONFIGURATION_OBJECT,ORM_CONFIG> |
OrmModule.ormPersistenceUnitLoader
Class that loads the persistence unit, given an object extending
OrmConfig |
| Modifier and Type | Method and Description |
|---|---|
protected abstract OrmPersistenceUnitLoader<ORM_PERSISTENCE_UNIT,PROVIDER_CONFIGURATION_OBJECT,ORM_CONFIG> |
OrmModule.createOrmPersistenceUnitLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected OrmPersistenceUnitLoader<org.hibernate.SessionFactory,org.hibernate.cfg.Configuration,OrmConfig> |
HibernateModule.createOrmPersistenceUnitLoader() |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateSessionFactoryLoader |
| Modifier and Type | Method and Description |
|---|---|
protected OrmPersistenceUnitLoader<javax.persistence.EntityManagerFactory,Object,JpaConfig> |
JpaModule.createOrmPersistenceUnitLoader() |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaEntityManagerFactoryLoader
Loads an
EntityManagerFactory given a JpaConfig object |
Copyright © 2016. All Rights Reserved.