Uses of Class
org.hibernate.envers.RevisionType
-
-
Uses of RevisionType in org.hibernate.envers
Methods in org.hibernate.envers that return RevisionType Modifier and Type Method Description static RevisionType
RevisionType. fromRepresentation(byte representation)
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 that return types with arguments of type RevisionType Modifier and Type Method Description Map<RevisionType,List<Object>>
CrossTypeRevisionChangesReader. findEntitiesGroupByRevisionType(Number revision)
Find all entities changed (added, updated and removed) in a given revision grouped by modification type.Methods in org.hibernate.envers with parameters of type RevisionType Modifier and Type Method Description void
EntityTrackingRevisionListener. entityChanged(Class entityClass, String entityName, Object entityId, RevisionType revisionType, Object revisionEntity)
Called after audited entity data has been persisted.List<Object>
CrossTypeRevisionChangesReader. findEntities(Number revision, RevisionType revisionType)
Find all entities changed (added, updated or removed) in a given revision. -
Uses of RevisionType in org.hibernate.envers.internal.entities
Methods in org.hibernate.envers.internal.entities that return RevisionType Modifier and Type Method Description RevisionType
RevisionTypeType. assemble(Serializable cached, Object owner)
RevisionType
RevisionTypeType. deepCopy(RevisionType value)
RevisionType
RevisionTypeType. nullSafeGet(ResultSet rs, int position, SharedSessionContractImplementor session, Object owner)
RevisionType
RevisionTypeType. replace(RevisionType original, RevisionType target, Object owner)
Methods in org.hibernate.envers.internal.entities that return types with arguments of type RevisionType Modifier and Type Method Description Class<RevisionType>
RevisionTypeType. returnedClass()
Methods in org.hibernate.envers.internal.entities with parameters of type RevisionType Modifier and Type Method Description RevisionType
RevisionTypeType. deepCopy(RevisionType value)
Serializable
RevisionTypeType. disassemble(RevisionType value)
boolean
RevisionTypeType. equals(RevisionType x, RevisionType y)
int
RevisionTypeType. hashCode(RevisionType x)
void
RevisionTypeType. nullSafeSet(PreparedStatement preparedStatement, RevisionType value, int index, SharedSessionContractImplementor session)
RevisionType
RevisionTypeType. replace(RevisionType original, RevisionType target, Object owner)
-
Uses of RevisionType in org.hibernate.envers.internal.entities.mapper.relation
Methods in org.hibernate.envers.internal.entities.mapper.relation with parameters of type RevisionType Modifier and Type Method Description protected void
AbstractCollectionMapper. addCollectionChanges(SessionImplementor session, List<PersistentCollectionChangeData> collectionChanges, Set<Object> changed, RevisionType revisionType, Object id)
-
Uses of RevisionType in org.hibernate.envers.internal.reader
Methods in org.hibernate.envers.internal.reader that return types with arguments of type RevisionType Modifier and Type Method Description Map<RevisionType,List<Object>>
CrossTypeRevisionChangesReaderImpl. findEntitiesGroupByRevisionType(Number revision)
Methods in org.hibernate.envers.internal.reader with parameters of type RevisionType Modifier and Type Method Description List<Object>
CrossTypeRevisionChangesReaderImpl. findEntities(Number revision, RevisionType revisionType)
-
Uses of RevisionType in org.hibernate.envers.internal.revisioninfo
Methods in org.hibernate.envers.internal.revisioninfo with parameters of type RevisionType Modifier and Type Method Description void
DefaultRevisionInfoGenerator. entityChanged(Class entityClass, String entityName, Object entityId, RevisionType revisionType, Object revisionInfo)
void
DefaultTrackingModifiedEntitiesRevisionInfoGenerator. entityChanged(Class entityClass, String entityName, Object entityId, RevisionType revisionType, Object revisionEntity)
void
RevisionInfoGenerator. entityChanged(Class entityClass, String entityName, Object entityId, RevisionType revisionType, Object revisionEntity)
-
Uses of RevisionType in org.hibernate.envers.internal.synchronization.work
Fields in org.hibernate.envers.internal.synchronization.work declared as RevisionType Modifier and Type Field Description protected RevisionType
AbstractAuditWorkUnit. revisionType
Methods in org.hibernate.envers.internal.synchronization.work that return RevisionType Modifier and Type Method Description RevisionType
AbstractAuditWorkUnit. getRevisionType()
RevisionType
AuditWorkUnit. getRevisionType()
Constructors in org.hibernate.envers.internal.synchronization.work with parameters of type RevisionType Constructor Description AbstractAuditWorkUnit(SessionImplementor sessionImplementor, String entityName, EnversService enversService, Object id, RevisionType revisionType)
FakeBidirectionalRelationWorkUnit(SessionImplementor sessionImplementor, String entityName, EnversService enversService, Serializable id, String referencingPropertyName, Object owningEntity, RelationDescription rd, RevisionType revisionType, Object index, AuditWorkUnit nestedWorkUnit)
-
Uses of RevisionType in org.hibernate.envers.query
Methods in org.hibernate.envers.query that return types with arguments of type RevisionType Modifier and Type Method Description static AuditProperty<RevisionType>
AuditEntity. revisionType()
Create restrictions, projections and specify order for the revision type, corresponding to an audited entity.static AuditProperty<RevisionType>
AuditEntity. revisionType(String alias)
Create restrictions, projections and specify order for the revision type, corresponding to an audited entity.
-