Uses of Interface
org.unitils.database.util.Flushable

Packages that use Flushable
org.unitils.orm.common   
org.unitils.orm.hibernate   
org.unitils.orm.jpa   
 

Uses of Flushable in org.unitils.orm.common
 

Classes in org.unitils.orm.common that implement Flushable
 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 Flushable in org.unitils.orm.hibernate
 

Classes in org.unitils.orm.hibernate that implement Flushable
 class HibernateModule
          Module providing support for unit tests for code that uses Hibernate.
 

Uses of Flushable in org.unitils.orm.jpa
 

Classes in org.unitils.orm.jpa that implement Flushable
 class JpaModule
          Module providing support for unit tests for code that uses JPA.
 



Copyright © 2011. All Rights Reserved.