Package | Description |
---|---|
org.hibernate.envers | |
org.hibernate.envers.configuration.internal.metadata.reader | |
org.hibernate.envers.internal.entities |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ModificationStore |
AuditedPropertiesReader.defaultStore |
Modifier and Type | Method and Description |
---|---|
ModificationStore |
PropertyAuditingData.getStore() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyAuditingData.setStore(ModificationStore store) |
Constructor and Description |
---|
AuditedPropertiesReader(ModificationStore defaultStore,
PersistentPropertiesSource persistentPropertiesSource,
AuditedPropertiesHolder auditedPropertiesHolder,
GlobalConfiguration globalCfg,
ReflectionManager reflectionManager,
String propertyNamePrefix) |
ComponentAuditedPropertiesReader(ModificationStore defaultStore,
PersistentPropertiesSource persistentPropertiesSource,
AuditedPropertiesHolder auditedPropertiesHolder,
GlobalConfiguration globalCfg,
ReflectionManager reflectionManager,
String propertyNamePrefix) |
PropertyAuditingData(String name,
String accessType,
ModificationStore store,
RelationTargetAuditMode relationTargetAuditMode,
String auditMappedBy,
String positionMappedBy,
boolean forceInsertable) |
Modifier and Type | Method and Description |
---|---|
ModificationStore |
PropertyData.getStore() |
Constructor and Description |
---|
PropertyData(String name,
String beanName,
String accessType,
ModificationStore store) |
PropertyData(String name,
String beanName,
String accessType,
ModificationStore store,
boolean usingModifiedFlag,
String modifiedFlagName) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.