Uses of Class
org.hibernate.envers.ModificationStore

Packages that use ModificationStore
org.hibernate.envers   
org.hibernate.envers.configuration.metadata.reader   
org.hibernate.envers.entities   
 

Uses of ModificationStore in org.hibernate.envers
 

Methods in org.hibernate.envers that return ModificationStore
static ModificationStore ModificationStore.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModificationStore[] ModificationStore.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ModificationStore in org.hibernate.envers.configuration.metadata.reader
 

Methods in org.hibernate.envers.configuration.metadata.reader that return ModificationStore
 ModificationStore PropertyAuditingData.getStore()
           
 

Methods in org.hibernate.envers.configuration.metadata.reader with parameters of type ModificationStore
 void PropertyAuditingData.setStore(ModificationStore store)
           
 

Constructors in org.hibernate.envers.configuration.metadata.reader with parameters of type ModificationStore
AuditedPropertiesReader(ModificationStore defaultStore, PersistentPropertiesSource persistentPropertiesSource, AuditedPropertiesHolder auditedPropertiesHolder, GlobalConfiguration globalCfg, org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager, String propertyNamePrefix)
           
PropertyAuditingData(String name, String accessType, ModificationStore store, RelationTargetAuditMode relationTargetAuditMode, String auditMappedBy, String positionMappedBy, boolean forceInsertable)
           
 

Uses of ModificationStore in org.hibernate.envers.entities
 

Methods in org.hibernate.envers.entities that return ModificationStore
 ModificationStore PropertyData.getStore()
           
 

Constructors in org.hibernate.envers.entities with parameters of type ModificationStore
PropertyData(String name, String beanName, String accessType, ModificationStore store)
           
 



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