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)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ModificationStore[] |
ModificationStore.values()
Deprecated.
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()
Deprecated.
since 5.2, to be removed in 6.0 with no replacement.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyAuditingData.setStore(ModificationStore store)
Deprecated.
since 5.2, to be removed in 6.0 with no replacement.
|
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) |
PropertyAuditingData(String name,
String accessType,
ModificationStore store,
RelationTargetAuditMode relationTargetAuditMode,
String auditMappedBy,
String positionMappedBy,
boolean forceInsertable,
boolean syntheic,
Value value) |
Modifier and Type | Method and Description |
---|---|
ModificationStore |
PropertyData.getStore()
Deprecated.
since 5.2, to be removed in 6.0 with no replacement.
|
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,
boolean synthetic) |
PropertyData(String name,
String beanName,
String accessType,
ModificationStore store,
boolean usingModifiedFlag,
String modifiedFlagName,
boolean synthetic,
Type propertyType) |
PropertyData(String name,
String beanName,
String accessType,
ModificationStore store,
boolean usingModifiedFlag,
String modifiedFlagName,
boolean synthetic,
Type propertyType,
Class<?> virtualReturnClass) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.