|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RevisionType | |
---|---|
org.hibernate.envers | |
org.hibernate.envers.entities | |
org.hibernate.envers.query | |
org.hibernate.envers.revisioninfo | |
org.hibernate.envers.synchronization.work |
Uses of RevisionType in org.hibernate.envers |
---|
Methods in org.hibernate.envers that return RevisionType | |
---|---|
static RevisionType |
RevisionType.fromRepresentation(Object representation)
|
static RevisionType |
RevisionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RevisionType[] |
RevisionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.hibernate.envers with parameters of type RevisionType | |
---|---|
void |
EntityTrackingRevisionListener.entityChanged(Class entityClass,
String entityName,
Serializable entityId,
RevisionType revisionType,
Object revisionEntity)
Called after audited entity data has been persisted. |
Uses of RevisionType in org.hibernate.envers.entities |
---|
Methods in org.hibernate.envers.entities that return RevisionType | |
---|---|
RevisionType |
RevisionTypeType.nullSafeGet(ResultSet resultSet,
String[] names,
Object owner)
|
Uses of RevisionType in org.hibernate.envers.query |
---|
Methods in org.hibernate.envers.query that return types with arguments of type RevisionType | |
---|---|
static AuditProperty<RevisionType> |
AuditEntity.revisionType()
Create restrictions, projections and specify order for the revision type, corresponding to an audited entity. |
Uses of RevisionType in org.hibernate.envers.revisioninfo |
---|
Methods in org.hibernate.envers.revisioninfo with parameters of type RevisionType | |
---|---|
void |
RevisionInfoGenerator.entityChanged(Class entityClass,
String entityName,
Serializable entityId,
RevisionType revisionType,
Object revisionEntity)
|
void |
DefaultRevisionInfoGenerator.entityChanged(Class entityClass,
String entityName,
Serializable entityId,
RevisionType revisionType,
Object revisionInfo)
|
Uses of RevisionType in org.hibernate.envers.synchronization.work |
---|
Fields in org.hibernate.envers.synchronization.work declared as RevisionType | |
---|---|
protected RevisionType |
AbstractAuditWorkUnit.revisionType
|
Methods in org.hibernate.envers.synchronization.work that return RevisionType | |
---|---|
RevisionType |
AuditWorkUnit.getRevisionType()
|
RevisionType |
AbstractAuditWorkUnit.getRevisionType()
|
Constructors in org.hibernate.envers.synchronization.work with parameters of type RevisionType | |
---|---|
AbstractAuditWorkUnit(SessionImplementor sessionImplementor,
String entityName,
AuditConfiguration verCfg,
Serializable id,
RevisionType revisionType)
|
|
FakeBidirectionalRelationWorkUnit(SessionImplementor sessionImplementor,
String entityName,
AuditConfiguration verCfg,
Serializable id,
String referencingPropertyName,
Object owningEntity,
RelationDescription rd,
RevisionType revisionType,
Object index,
AuditWorkUnit nestedWorkUnit)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |