Uses of Interface
org.unitils.core.util.ResourceConfigLoader

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

Uses of ResourceConfigLoader in org.unitils.orm.common
 

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

Fields in org.unitils.orm.common declared as ResourceConfigLoader
protected  ORM_PERSISTENCE_UNIT_CONFIG_LOADER OrmModule.persistenceUnitConfigLoader
          Class that loads the persistence unit configuration
 

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

Classes in org.unitils.orm.hibernate.util that implement ResourceConfigLoader
 class HibernateAnnotationConfigLoader
           
 

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

Classes in org.unitils.orm.jpa.util that implement ResourceConfigLoader
 class JpaAnnotationConfigLoader
          AnnotationConfigLoader that looks an EntityManagerFactory configured using JpaEntityManagerFactory anntations.
 

Uses of ResourceConfigLoader in org.unitils.util
 

Classes in org.unitils.util that implement ResourceConfigLoader
 class AnnotationConfigLoader<A extends Annotation,CFG extends ResourceConfig>
          Loads the configuration of a resource that is configured on a test object, by reading class, method or field level annotations.
 



Copyright © 2011. All Rights Reserved.