Package | Description |
---|---|
org.hibernate.envers | |
org.hibernate.envers.configuration.metadata.reader |
Modifier and Type | Method and Description |
---|---|
static RelationTargetAuditMode |
RelationTargetAuditMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationTargetAuditMode[] |
RelationTargetAuditMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RelationTargetAuditMode |
PropertyAuditingData.getRelationTargetAuditMode()
Get the relationTargetAuditMode property.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyAuditingData.setRelationTargetAuditMode(RelationTargetAuditMode relationTargetAuditMode)
Set the relationTargetAuditMode property value.
|
Constructor and Description |
---|
PropertyAuditingData(String name,
String accessType,
ModificationStore store,
RelationTargetAuditMode relationTargetAuditMode,
String auditMappedBy,
String positionMappedBy,
boolean forceInsertable) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.