Uses of Class
org.hibernate.ejb.Ejb3Configuration

Packages that use Ejb3Configuration
org.hibernate.ejb   
org.hibernate.ejb.util   
org.hibernate.envers.test   
org.hibernate.envers.test.integration.accesstype   
org.hibernate.envers.test.integration.auditReader   
org.hibernate.envers.test.integration.basic   
org.hibernate.envers.test.integration.cache   
org.hibernate.envers.test.integration.collection   
org.hibernate.envers.test.integration.collection.mapkey   
org.hibernate.envers.test.integration.components   
org.hibernate.envers.test.integration.components.collections   
org.hibernate.envers.test.integration.components.relations   
org.hibernate.envers.test.integration.customtype   
org.hibernate.envers.test.integration.data   
org.hibernate.envers.test.integration.flush   
org.hibernate.envers.test.integration.hashcode   
org.hibernate.envers.test.integration.ids   
org.hibernate.envers.test.integration.inheritance.joined   
org.hibernate.envers.test.integration.inheritance.joined.childrelation   
org.hibernate.envers.test.integration.inheritance.joined.emptychild   
org.hibernate.envers.test.integration.inheritance.joined.notownedrelation   
org.hibernate.envers.test.integration.inheritance.joined.primarykeyjoin   
org.hibernate.envers.test.integration.inheritance.joined.relation   
org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional   
org.hibernate.envers.test.integration.inheritance.mixed   
org.hibernate.envers.test.integration.inheritance.single   
org.hibernate.envers.test.integration.inheritance.single.childrelation   
org.hibernate.envers.test.integration.inheritance.single.discriminatorformula   
org.hibernate.envers.test.integration.inheritance.single.notownedrelation   
org.hibernate.envers.test.integration.inheritance.single.relation   
org.hibernate.envers.test.integration.inheritance.tableperclass   
org.hibernate.envers.test.integration.inheritance.tableperclass.childrelation   
org.hibernate.envers.test.integration.inheritance.tableperclass.notownedrelation   
org.hibernate.envers.test.integration.inheritance.tableperclass.relation   
org.hibernate.envers.test.integration.interfaces.components   
org.hibernate.envers.test.integration.interfaces.hbm.allAudited.joined   
org.hibernate.envers.test.integration.interfaces.hbm.allAudited.subclass   
org.hibernate.envers.test.integration.interfaces.hbm.allAudited.union   
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.joined   
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.subclass   
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.union   
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.joined   
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.subclass   
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.union   
org.hibernate.envers.test.integration.interfaces.relation   
org.hibernate.envers.test.integration.jta   
org.hibernate.envers.test.integration.manytomany   
org.hibernate.envers.test.integration.manytomany.biowned   
org.hibernate.envers.test.integration.manytomany.inverseToSuperclass   
org.hibernate.envers.test.integration.manytomany.sametable   
org.hibernate.envers.test.integration.manytomany.ternary   
org.hibernate.envers.test.integration.manytomany.unidirectional   
org.hibernate.envers.test.integration.manytoone.unidirectional   
org.hibernate.envers.test.integration.naming   
org.hibernate.envers.test.integration.naming.ids   
org.hibernate.envers.test.integration.naming.quotation   
org.hibernate.envers.test.integration.notinsertable   
org.hibernate.envers.test.integration.notinsertable.manytoone   
org.hibernate.envers.test.integration.onetomany   
org.hibernate.envers.test.integration.onetomany.detached   
org.hibernate.envers.test.integration.onetomany.inverseToSuperclass   
org.hibernate.envers.test.integration.onetoone.bidirectional   
org.hibernate.envers.test.integration.onetoone.bidirectional.ids   
org.hibernate.envers.test.integration.onetoone.unidirectional   
org.hibernate.envers.test.integration.primitive   
org.hibernate.envers.test.integration.properties   
org.hibernate.envers.test.integration.proxy   
org.hibernate.envers.test.integration.query   
org.hibernate.envers.test.integration.query.ids   
org.hibernate.envers.test.integration.readwriteexpression   
org.hibernate.envers.test.integration.reference   
org.hibernate.envers.test.integration.reventity   
org.hibernate.envers.test.integration.reventity.trackmodifiedentities   
org.hibernate.envers.test.integration.revfordate   
org.hibernate.envers.test.integration.sameids   
org.hibernate.envers.test.integration.secondary   
org.hibernate.envers.test.integration.secondary.ids   
org.hibernate.envers.test.integration.serialization   
org.hibernate.envers.test.integration.strategy   
org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditAllSubclass   
org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditMethodSubclass   
org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.auditAllSubclass   
org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.auditMethodSubclass   
org.hibernate.envers.test.integration.superclass.auditoverride   
org.hibernate.envers.test.integration.superclass.auditparents   
org.hibernate.envers.test.performance   
 

Uses of Ejb3Configuration in org.hibernate.ejb
 

Methods in org.hibernate.ejb that return Ejb3Configuration
 Ejb3Configuration Ejb3Configuration.addAnnotatedClass(Class persistentClass)
          Deprecated.  
 Ejb3Configuration Ejb3Configuration.addClass(Class persistentClass)
          Deprecated.  
 Ejb3Configuration Ejb3Configuration.addFile(File xmlFile)
          Deprecated.  
 Ejb3Configuration Ejb3Configuration.addFile(String xmlFile)
          Deprecated.  
 Ejb3Configuration Ejb3Configuration.addInputStream(InputStream xmlInputStream)
          Deprecated.  
 Ejb3Configuration Ejb3Configuration.addPackage(String packageName)
          Deprecated.  
 Ejb3Configuration Ejb3Configuration.addProperties(Properties props)
          Deprecated.  
 Ejb3Configuration Ejb3Configuration.addResource(String path)
          Deprecated.  
 Ejb3Configuration Ejb3Configuration.addResource(String path, ClassLoader classLoader)
          Deprecated.  
 Ejb3Configuration Ejb3Configuration.configure(Map configValues)
          Deprecated.  
 Ejb3Configuration Ejb3Configuration.configure(PersistenceMetadata metadata, Map overridesIn)
          Deprecated. create a factory from a parsed persistence.xml Especially the scanning of classes and additional jars is done already at this point.
 Ejb3Configuration Ejb3Configuration.configure(PersistenceUnitInfo info, Map integration)
          Deprecated. Process configuration from a PersistenceUnitInfo object; typically called by the container via PersistenceProvider.createContainerEntityManagerFactory(javax.persistence.spi.PersistenceUnitInfo, java.util.Map).
 Ejb3Configuration Ejb3Configuration.configure(String resource)
          Deprecated.  
 Ejb3Configuration Ejb3Configuration.configure(String persistenceUnitName, Map integration)
          Deprecated. Build the configuration from an entity manager name and given the appropriate extra properties.
 Ejb3Configuration Ejb3Configuration.setInterceptor(Interceptor interceptor)
          Deprecated.  
 Ejb3Configuration Ejb3Configuration.setNamingStrategy(NamingStrategy namingStrategy)
          Deprecated.  
 Ejb3Configuration Ejb3Configuration.setProperties(Properties properties)
          Deprecated.  
 Ejb3Configuration Ejb3Configuration.setProperty(String key, String value)
          Deprecated.  
 Ejb3Configuration Ejb3Configuration.setSessionFactoryObserver(SessionFactoryObserver observer)
          Deprecated.  
 

Uses of Ejb3Configuration in org.hibernate.ejb.util
 

Methods in org.hibernate.ejb.util with parameters of type Ejb3Configuration
static void NamingHelper.bind(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test
 

Methods in org.hibernate.envers.test that return Ejb3Configuration
 Ejb3Configuration AbstractEntityTest.getCfg()
           
 

Methods in org.hibernate.envers.test with parameters of type Ejb3Configuration
abstract  void AbstractEntityTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.accesstype
 

Methods in org.hibernate.envers.test.integration.accesstype with parameters of type Ejb3Configuration
 void PropertyAccessType.configure(Ejb3Configuration cfg)
           
 void ImmutableClassAccessType.configure(Ejb3Configuration cfg)
           
 void FieldAccessType.configure(Ejb3Configuration cfg)
           
 void MixedAccessType.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.auditReader
 

Methods in org.hibernate.envers.test.integration.auditReader with parameters of type Ejb3Configuration
 void AuditReaderAPITest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.basic
 

Methods in org.hibernate.envers.test.integration.basic with parameters of type Ejb3Configuration
 void ManyOperationsInTransaction.configure(Ejb3Configuration cfg)
           
 void NoneAudited.configure(Ejb3Configuration cfg)
           
 void Simple.configure(Ejb3Configuration cfg)
           
 void SingleOperationInTransaction.configure(Ejb3Configuration cfg)
           
 void UnversionedProperty.configure(Ejb3Configuration cfg)
           
 void GlobalVersioned.configure(Ejb3Configuration cfg)
           
 void NotVersioned.configure(Ejb3Configuration cfg)
           
 void UnversionedPropertiesChange.configure(Ejb3Configuration cfg)
           
 void NullProperties.configure(Ejb3Configuration cfg)
           
 void Delete.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.cache
 

Methods in org.hibernate.envers.test.integration.cache with parameters of type Ejb3Configuration
 void OneToOneCache.configure(Ejb3Configuration cfg)
           
 void QueryCache.configure(Ejb3Configuration cfg)
           
 void OneToManyCache.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.collection
 

Methods in org.hibernate.envers.test.integration.collection with parameters of type Ejb3Configuration
 void EnumSet.configure(Ejb3Configuration cfg)
           
 void StringList.configure(Ejb3Configuration cfg)
           
 void StringMap.configure(Ejb3Configuration cfg)
           
 void StringSet.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.collection.mapkey
 

Methods in org.hibernate.envers.test.integration.collection.mapkey with parameters of type Ejb3Configuration
 void IdMapKey.configure(Ejb3Configuration cfg)
           
 void ComponentMapKey.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.components
 

Methods in org.hibernate.envers.test.integration.components with parameters of type Ejb3Configuration
 void Components.configure(Ejb3Configuration cfg)
           
 void DefaultValueComponents.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.components.collections
 

Methods in org.hibernate.envers.test.integration.components.collections with parameters of type Ejb3Configuration
 void CollectionOfComponents.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.components.relations
 

Methods in org.hibernate.envers.test.integration.components.relations with parameters of type Ejb3Configuration
 void ManyToOneInComponent.configure(Ejb3Configuration cfg)
           
 void OneToManyInComponent.configure(Ejb3Configuration cfg)
           
 void NotAuditedManyToOneInComponent.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.customtype
 

Methods in org.hibernate.envers.test.integration.customtype with parameters of type Ejb3Configuration
 void ParametrizedCustom.configure(Ejb3Configuration cfg)
           
 void CompositeCustom.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.data
 

Methods in org.hibernate.envers.test.integration.data with parameters of type Ejb3Configuration
 void LobSerializables.configure(Ejb3Configuration cfg)
           
 void Lobs.configure(Ejb3Configuration cfg)
           
 void Dates.configure(Ejb3Configuration cfg)
           
 void Enums.configure(Ejb3Configuration cfg)
           
 void Serializables.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.flush
 

Methods in org.hibernate.envers.test.integration.flush with parameters of type Ejb3Configuration
 void AbstractFlushTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.hashcode
 

Methods in org.hibernate.envers.test.integration.hashcode with parameters of type Ejb3Configuration
 void ChangingHashcode.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.ids
 

Methods in org.hibernate.envers.test.integration.ids with parameters of type Ejb3Configuration
 void CompositeDateId.configure(Ejb3Configuration cfg)
           
 void CompositeIds.configure(Ejb3Configuration cfg)
           
 void DateId.configure(Ejb3Configuration cfg)
           
 void ManyToOneIdNotAudited.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.joined
 

Methods in org.hibernate.envers.test.integration.inheritance.joined with parameters of type Ejb3Configuration
 void ChildAuditing.configure(Ejb3Configuration cfg)
           
 void ChildNullAuditing.configure(Ejb3Configuration cfg)
           
 void ParentAuditing.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.joined.childrelation
 

Methods in org.hibernate.envers.test.integration.inheritance.joined.childrelation with parameters of type Ejb3Configuration
 void ChildReferencing.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.joined.emptychild
 

Methods in org.hibernate.envers.test.integration.inheritance.joined.emptychild with parameters of type Ejb3Configuration
 void EmptyChildAuditing.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.joined.notownedrelation
 

Methods in org.hibernate.envers.test.integration.inheritance.joined.notownedrelation with parameters of type Ejb3Configuration
 void NotOwnedBidirectional.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.joined.primarykeyjoin
 

Methods in org.hibernate.envers.test.integration.inheritance.joined.primarykeyjoin with parameters of type Ejb3Configuration
 void ChildPrimaryKeyJoinAuditing.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.joined.relation
 

Methods in org.hibernate.envers.test.integration.inheritance.joined.relation with parameters of type Ejb3Configuration
 void ParentReferencingChildTest.configure(Ejb3Configuration cfg)
           
 void PolymorphicCollection.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional
 

Methods in org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional with parameters of type Ejb3Configuration
 void UnidirectionalDoubleAbstract.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.mixed
 

Methods in org.hibernate.envers.test.integration.inheritance.mixed with parameters of type Ejb3Configuration
 void MixedInheritanceStrategiesEntityTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.single
 

Methods in org.hibernate.envers.test.integration.inheritance.single with parameters of type Ejb3Configuration
 void ChildAuditing.configure(Ejb3Configuration cfg)
           
 void ParentAuditing.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.single.childrelation
 

Methods in org.hibernate.envers.test.integration.inheritance.single.childrelation with parameters of type Ejb3Configuration
 void ChildReferencing.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.single.discriminatorformula
 

Methods in org.hibernate.envers.test.integration.inheritance.single.discriminatorformula with parameters of type Ejb3Configuration
 void DiscriminatorFormulaTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.single.notownedrelation
 

Methods in org.hibernate.envers.test.integration.inheritance.single.notownedrelation with parameters of type Ejb3Configuration
 void NotOwnedBidirectional.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.single.relation
 

Methods in org.hibernate.envers.test.integration.inheritance.single.relation with parameters of type Ejb3Configuration
 void PolymorphicCollection.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.tableperclass
 

Methods in org.hibernate.envers.test.integration.inheritance.tableperclass with parameters of type Ejb3Configuration
 void ChildAuditing.configure(Ejb3Configuration cfg)
           
 void ParentAuditing.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.tableperclass.childrelation
 

Methods in org.hibernate.envers.test.integration.inheritance.tableperclass.childrelation with parameters of type Ejb3Configuration
 void ChildReferencing.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.tableperclass.notownedrelation
 

Methods in org.hibernate.envers.test.integration.inheritance.tableperclass.notownedrelation with parameters of type Ejb3Configuration
 void NotOwnedBidirectional.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.inheritance.tableperclass.relation
 

Methods in org.hibernate.envers.test.integration.inheritance.tableperclass.relation with parameters of type Ejb3Configuration
 void PolymorphicCollection.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.interfaces.components
 

Methods in org.hibernate.envers.test.integration.interfaces.components with parameters of type Ejb3Configuration
 void InterfacesComponents.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.interfaces.hbm.allAudited.joined
 

Methods in org.hibernate.envers.test.integration.interfaces.hbm.allAudited.joined with parameters of type Ejb3Configuration
 void JoinedAllAuditedTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.interfaces.hbm.allAudited.subclass
 

Methods in org.hibernate.envers.test.integration.interfaces.hbm.allAudited.subclass with parameters of type Ejb3Configuration
 void SubclassAllAuditedTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.interfaces.hbm.allAudited.union
 

Methods in org.hibernate.envers.test.integration.interfaces.hbm.allAudited.union with parameters of type Ejb3Configuration
 void UnionAllAuditedTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.joined
 

Methods in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.joined with parameters of type Ejb3Configuration
 void JoinedPropertiesAuditedTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.subclass
 

Methods in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.subclass with parameters of type Ejb3Configuration
 void SubclassPropertiesAuditedTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.union
 

Methods in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.union with parameters of type Ejb3Configuration
 void UnionPropertiesAuditedTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.joined
 

Methods in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.joined with parameters of type Ejb3Configuration
 void JoinedPropertiesAudited2Test.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.subclass
 

Methods in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.subclass with parameters of type Ejb3Configuration
 void SubclassPropertiesAudited2Test.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.union
 

Methods in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.union with parameters of type Ejb3Configuration
 void UnionPropertiesAudited2Test.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.interfaces.relation
 

Methods in org.hibernate.envers.test.integration.interfaces.relation with parameters of type Ejb3Configuration
 void InterfacesRelation.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.jta
 

Methods in org.hibernate.envers.test.integration.jta with parameters of type Ejb3Configuration
 void JtaTransaction.configure(Ejb3Configuration cfg)
           
 void JtaExceptionListener.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.manytomany
 

Methods in org.hibernate.envers.test.integration.manytomany with parameters of type Ejb3Configuration
 void BasicSet.configure(Ejb3Configuration cfg)
           
 void CustomComparatorEntityTest.configure(Ejb3Configuration cfg)
           
 void BasicWhereJoinTable.configure(Ejb3Configuration cfg)
           
 void BasicMap.configure(Ejb3Configuration cfg)
           
 void BasicList.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.manytomany.biowned
 

Methods in org.hibernate.envers.test.integration.manytomany.biowned with parameters of type Ejb3Configuration
 void BasicBiowned.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.manytomany.inverseToSuperclass
 

Methods in org.hibernate.envers.test.integration.manytomany.inverseToSuperclass with parameters of type Ejb3Configuration
 void ManyToManyInverseToSuperclassTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.manytomany.sametable
 

Methods in org.hibernate.envers.test.integration.manytomany.sametable with parameters of type Ejb3Configuration
 void BasicSametable.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.manytomany.ternary
 

Methods in org.hibernate.envers.test.integration.manytomany.ternary with parameters of type Ejb3Configuration
 void TernaryMapFlush.configure(Ejb3Configuration cfg)
           
 void TernaryMap.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.manytomany.unidirectional
 

Methods in org.hibernate.envers.test.integration.manytomany.unidirectional with parameters of type Ejb3Configuration
 void M2MRelationNotAuditedTarget.configure(Ejb3Configuration cfg)
           
 void BasicUniList.configure(Ejb3Configuration cfg)
           
 void BasicUniSet.configure(Ejb3Configuration cfg)
           
 void M2MIndexedListNotAuditedTarget.configure(Ejb3Configuration cfg)
           
 void BasicUniMap.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.manytoone.unidirectional
 

Methods in org.hibernate.envers.test.integration.manytoone.unidirectional with parameters of type Ejb3Configuration
 void RelationNotAuditedTarget.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.naming
 

Methods in org.hibernate.envers.test.integration.naming with parameters of type Ejb3Configuration
 void VersionsJoinTableRangeComponentNamingTest.configure(Ejb3Configuration cfg)
           
 void JoinNaming.configure(Ejb3Configuration cfg)
           
 void VersionsJoinTableNaming.configure(Ejb3Configuration cfg)
           
 void OneToManyUnidirectionalNaming.configure(Ejb3Configuration cfg)
           
 void BasicNaming.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.naming.ids
 

Methods in org.hibernate.envers.test.integration.naming.ids with parameters of type Ejb3Configuration
 void JoinEmbIdNaming.configure(Ejb3Configuration cfg)
           
 void JoinMulIdNaming.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.naming.quotation
 

Methods in org.hibernate.envers.test.integration.naming.quotation with parameters of type Ejb3Configuration
 void QuotedFieldsTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.notinsertable
 

Methods in org.hibernate.envers.test.integration.notinsertable with parameters of type Ejb3Configuration
 void NotInsertable.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.notinsertable.manytoone
 

Methods in org.hibernate.envers.test.integration.notinsertable.manytoone with parameters of type Ejb3Configuration
 void ManyToOneNotInsertable.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.onetomany
 

Methods in org.hibernate.envers.test.integration.onetomany with parameters of type Ejb3Configuration
 void BidirectionalMapKey.configure(Ejb3Configuration cfg)
           
 void BasicSet.configure(Ejb3Configuration cfg)
           
 void BasicSetWithMulId.configure(Ejb3Configuration cfg)
           
 void BasicCollection.configure(Ejb3Configuration cfg)
           
 void InverseSideChanges.configure(Ejb3Configuration cfg)
           
 void BasicList.configure(Ejb3Configuration cfg)
           
 void BasicSetWithNullsDelete.configure(Ejb3Configuration cfg)
           
 void BasicSetWithEmbId.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.onetomany.detached
 

Methods in org.hibernate.envers.test.integration.onetomany.detached with parameters of type Ejb3Configuration
 void DoubleJoinColumnBidirectionalList.configure(Ejb3Configuration cfg)
           
 void BasicDetachedList.configure(Ejb3Configuration cfg)
           
 void InheritanceIndexedJoinColumnBidirectionalList.configure(Ejb3Configuration cfg)
           
 void DataChangesDetachedSet.configure(Ejb3Configuration cfg)
           
 void JoinColumnBidirectionalList.configure(Ejb3Configuration cfg)
           
 void BasicJoinColumnSet.configure(Ejb3Configuration cfg)
           
 void JoinColumnBidirectionalListWithInheritance.configure(Ejb3Configuration cfg)
           
 void IndexedJoinColumnBidirectionalList.configure(Ejb3Configuration cfg)
           
 void DoubleDetachedSet.configure(Ejb3Configuration cfg)
           
 void BasicDetachedSetWithMulId.configure(Ejb3Configuration cfg)
           
 void BasicDetachedSet.configure(Ejb3Configuration cfg)
           
 void BasicDetachedSetWithEmbId.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.onetomany.inverseToSuperclass
 

Methods in org.hibernate.envers.test.integration.onetomany.inverseToSuperclass with parameters of type Ejb3Configuration
 void OneToManyInverseToSuperclassTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.onetoone.bidirectional
 

Methods in org.hibernate.envers.test.integration.onetoone.bidirectional with parameters of type Ejb3Configuration
 void BidirectionalNoNulls.configure(Ejb3Configuration cfg)
           
 void Bidirectional2.configure(Ejb3Configuration cfg)
           
 void Bidirectional.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.onetoone.bidirectional.ids
 

Methods in org.hibernate.envers.test.integration.onetoone.bidirectional.ids with parameters of type Ejb3Configuration
 void MulIdBidirectional.configure(Ejb3Configuration cfg)
           
 void EmbIdBidirectional.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.onetoone.unidirectional
 

Methods in org.hibernate.envers.test.integration.onetoone.unidirectional with parameters of type Ejb3Configuration
 void UnidirectionalMulIdWithNulls.configure(Ejb3Configuration cfg)
           
 void UnidirectionalWithNulls.configure(Ejb3Configuration cfg)
           
 void Unidirectional.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.primitive
 

Methods in org.hibernate.envers.test.integration.primitive with parameters of type Ejb3Configuration
 void PrimitiveAddDelete.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.properties
 

Methods in org.hibernate.envers.test.integration.properties with parameters of type Ejb3Configuration
 void UnversionedOptimisticLockingField.configure(Ejb3Configuration cfg)
           
 void VersionsProperties.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.proxy
 

Methods in org.hibernate.envers.test.integration.proxy with parameters of type Ejb3Configuration
 void ProxyIdentifier.configure(Ejb3Configuration cfg)
           
 void AuditedCollectionProxyTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.query
 

Methods in org.hibernate.envers.test.integration.query with parameters of type Ejb3Configuration
 void CustomRevEntityQuery.configure(Ejb3Configuration cfg)
           
 void RevisionConstraintQuery.configure(Ejb3Configuration cfg)
           
 void NullPropertyQuery.configure(Ejb3Configuration cfg)
           
 void AggregateQuery.configure(Ejb3Configuration cfg)
           
 void DeletedEntities.configure(Ejb3Configuration cfg)
           
 void MaximalizePropertyQuery.configure(Ejb3Configuration cfg)
           
 void OrderByLimitQuery.configure(Ejb3Configuration cfg)
           
 void SimpleQuery.configure(Ejb3Configuration cfg)
           
 void StoreDeletedData.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.query.ids
 

Methods in org.hibernate.envers.test.integration.query.ids with parameters of type Ejb3Configuration
 void MulIdOneToManyQuery.configure(Ejb3Configuration cfg)
           
 void EmbIdOneToManyQuery.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.readwriteexpression
 

Methods in org.hibernate.envers.test.integration.readwriteexpression with parameters of type Ejb3Configuration
 void ReadWriteExpressionChange.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.reference
 

Methods in org.hibernate.envers.test.integration.reference with parameters of type Ejb3Configuration
 void BidirectionalReference.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.reventity
 

Methods in org.hibernate.envers.test.integration.reventity with parameters of type Ejb3Configuration
 void CustomDate.configure(Ejb3Configuration cfg)
           
 void ExceptionListener.configure(Ejb3Configuration cfg)
           
 void Listener.configure(Ejb3Configuration cfg)
           
 void Custom.configure(Ejb3Configuration cfg)
           
 void OverrideDefaultRevListenerTest.configure(Ejb3Configuration cfg)
           
 void LongRevNumber.configure(Ejb3Configuration cfg)
           
 void LongRevEntityInheritanceChildAuditing.configure(Ejb3Configuration cfg)
           
 void CustomColumnMapping.configure(Ejb3Configuration cfg)
           
 void CustomBoxed.configure(Ejb3Configuration cfg)
           
 void CustomPropertyAccess.configure(Ejb3Configuration cfg)
           
 void DifferentDBSchemaTest.configure(Ejb3Configuration cfg)
           
 void OverrideCustomRevListenerTest.configure(Ejb3Configuration cfg)
           
 void Inherited.configure(Ejb3Configuration cfg)
           
 void GloballyConfiguredRevListenerTest.configure(Ejb3Configuration cfg)
           
 void CustomNoListener.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.reventity.trackmodifiedentities
 

Methods in org.hibernate.envers.test.integration.reventity.trackmodifiedentities with parameters of type Ejb3Configuration
 void DefaultTrackingEntitiesTest.configure(Ejb3Configuration cfg)
           
 void ExtendedRevisionEntityTest.configure(Ejb3Configuration cfg)
           
 void TrackingEntitiesMultipleChangesTest.configure(Ejb3Configuration cfg)
           
 void CustomTrackingEntitiesTest.configure(Ejb3Configuration cfg)
           
 void AnnotatedTrackingEntitiesTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.revfordate
 

Methods in org.hibernate.envers.test.integration.revfordate with parameters of type Ejb3Configuration
 void RevisionForDate.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.sameids
 

Methods in org.hibernate.envers.test.integration.sameids with parameters of type Ejb3Configuration
 void SameIds.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.secondary
 

Methods in org.hibernate.envers.test.integration.secondary with parameters of type Ejb3Configuration
 void BasicSecondary.configure(Ejb3Configuration cfg)
           
 void NamingSecondary.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.secondary.ids
 

Methods in org.hibernate.envers.test.integration.secondary.ids with parameters of type Ejb3Configuration
 void MulIdSecondary.configure(Ejb3Configuration cfg)
           
 void EmbIdSecondary.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.serialization
 

Methods in org.hibernate.envers.test.integration.serialization with parameters of type Ejb3Configuration
 void SerializingCollection.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.strategy
 

Methods in org.hibernate.envers.test.integration.strategy with parameters of type Ejb3Configuration
 void ValidityAuditStrategyManyToManyTest.configure(Ejb3Configuration cfg)
           
 void ValidityAuditStrategyRevEndTsTest.configure(Ejb3Configuration cfg)
           
 void ValidityAuditStrategyRevEndTestCustomRevEnt.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditAllSubclass
 

Methods in org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditAllSubclass with parameters of type Ejb3Configuration
 void MappedSubclassingAllAuditedTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditMethodSubclass
 

Methods in org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditMethodSubclass with parameters of type Ejb3Configuration
 void MappedSubclassingMethodAuditedTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.auditAllSubclass
 

Methods in org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.auditAllSubclass with parameters of type Ejb3Configuration
 void MappedSubclassingAllAuditedTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.auditMethodSubclass
 

Methods in org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.auditMethodSubclass with parameters of type Ejb3Configuration
 void MappedSubclassingMethodAuditedTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.superclass.auditoverride
 

Methods in org.hibernate.envers.test.integration.superclass.auditoverride with parameters of type Ejb3Configuration
 void MixedOverrideTest.configure(Ejb3Configuration cfg)
           
 void AuditPropertyOverrideTest.configure(Ejb3Configuration cfg)
           
 void AuditClassOverrideTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.integration.superclass.auditparents
 

Methods in org.hibernate.envers.test.integration.superclass.auditparents with parameters of type Ejb3Configuration
 void SingleAuditParentsTest.configure(Ejb3Configuration cfg)
           
 void TransitiveAuditParentsTest.configure(Ejb3Configuration cfg)
           
 void MultipleAuditParentsTest.configure(Ejb3Configuration cfg)
           
 void TotalAuditParentsTest.configure(Ejb3Configuration cfg)
           
 

Uses of Ejb3Configuration in org.hibernate.envers.test.performance
 

Methods in org.hibernate.envers.test.performance with parameters of type Ejb3Configuration
 void UpdatesPerformance.configure(Ejb3Configuration cfg)
           
 void ComplexInsertPerformance.configure(Ejb3Configuration cfg)
           
 void InsertsPerformance.configure(Ejb3Configuration cfg)
           
 void InsertsOneTransactionPerformance.configure(Ejb3Configuration cfg)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.