Uses of Class
org.unitils.orm.common.util.OrmConfig

Packages that use OrmConfig
org.unitils.orm.common   
org.unitils.orm.common.util   
org.unitils.orm.hibernate   
org.unitils.orm.hibernate.util   
org.unitils.orm.jpa.util   
 

Uses of OrmConfig in org.unitils.orm.common
 

Classes in org.unitils.orm.common with type parameters of type OrmConfig
 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.
 

Uses of OrmConfig in org.unitils.orm.common.util
 

Classes in org.unitils.orm.common.util with type parameters of type OrmConfig
 interface OrmPersistenceUnitLoader<ORMPU,ORMCONFOBJ,ORMCFG extends OrmConfig>
          Defines the contract for implementations that can load a persistence unit given a persistence unit configuration object.
 

Uses of OrmConfig in org.unitils.orm.hibernate
 

Methods in org.unitils.orm.hibernate that return types with arguments of type OrmConfig
protected  OrmPersistenceUnitLoader<org.hibernate.SessionFactory,org.hibernate.cfg.Configuration,OrmConfig> HibernateModule.createOrmPersistenceUnitLoader()
           
 

Uses of OrmConfig in org.unitils.orm.hibernate.util
 

Methods in org.unitils.orm.hibernate.util that return OrmConfig
protected  OrmConfig HibernateAnnotationConfigLoader.createResourceConfig(HibernateSessionFactory configuringAnnotation, Method customConfigMethod)
           
 

Methods in org.unitils.orm.hibernate.util with parameters of type OrmConfig
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)
           
 

Uses of OrmConfig in org.unitils.orm.jpa.util
 

Subclasses of OrmConfig in org.unitils.orm.jpa.util
 class JpaConfig
          Value object representing a test object's configuration of a JPA EntityManagerFactory
 



Copyright © 2011. All Rights Reserved.