| Package | Description |
|---|---|
| org.unitils.orm.common | |
| org.unitils.orm.common.util | |
| org.unitils.orm.hibernate | |
| org.unitils.orm.hibernate.util | |
| org.unitils.orm.jpa.util |
| Modifier and Type | Class and Description |
|---|---|
class |
OrmModule<ORM_PERSISTENCE_UNIT,ORM_PERSISTENCE_CONTEXT,PROVIDER_CONFIGURATION_OBJECT,PERSISTENCE_UNIT_CONFIG_ANNOTATION extends Annotation,ORM_CONFIG extends OrmConfig,ORM_PERSISTENCE_UNIT_CONFIG_LOADER extends ResourceConfigLoader<ORM_CONFIG>>
Base module defining common behavior for a module that provides object relational mapping support for tests.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OrmPersistenceUnitLoader<ORMPU,ORMCONFOBJ,ORMCFG extends OrmConfig>
Defines the contract for implementations that can load a persistence unit given a persistence unit configuration object.
|
| Modifier and Type | Method and Description |
|---|---|
protected OrmPersistenceUnitLoader<org.hibernate.SessionFactory,org.hibernate.cfg.Configuration,OrmConfig> |
HibernateModule.createOrmPersistenceUnitLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected OrmConfig |
HibernateAnnotationConfigLoader.createResourceConfig(HibernateSessionFactory configuringAnnotation,
Method customConfigMethod) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.orm.hibernate3.LocalSessionFactoryBean |
HibernateSessionFactoryLoader.createSessionFactoryBean(Object testObject,
OrmConfig entityManagerConfig) |
ConfiguredOrmPersistenceUnit<org.hibernate.SessionFactory,org.hibernate.cfg.Configuration> |
HibernateSessionFactoryLoader.getConfiguredOrmPersistenceUnit(Object testObject,
OrmConfig entityManagerConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaConfig
Value object representing a test object's configuration of a JPA
EntityManagerFactory |
Copyright © 2017. All rights reserved.