Uses of Enum Class
org.hibernate.envers.RevisionType
Packages that use RevisionType
Package
Description
-
Uses of RevisionType in org.hibernate.envers
Methods in org.hibernate.envers that return RevisionTypeModifier and TypeMethodDescriptionstatic RevisionType
RevisionType.fromRepresentation
(byte representation) static RevisionType
RevisionType.fromRepresentation
(Object representation) static RevisionType
Returns the enum constant of this class with the specified name.static RevisionType[]
RevisionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.envers that return types with arguments of type RevisionTypeModifier and TypeMethodDescriptionCrossTypeRevisionChangesReader.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 RevisionTypeModifier and TypeMethodDescriptionvoid
EntityTrackingRevisionListener.entityChanged
(Class entityClass, String entityName, Object entityId, RevisionType revisionType, Object revisionEntity) Called after audited entity data has been persisted.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 RevisionTypeModifier and TypeMethodDescriptionRevisionTypeType.assemble
(Serializable cached, Object owner) RevisionTypeType.deepCopy
(RevisionType value) RevisionTypeType.nullSafeGet
(ResultSet rs, int position, WrapperOptions options) RevisionTypeType.replace
(RevisionType original, RevisionType target, Object owner) Methods in org.hibernate.envers.internal.entities that return types with arguments of type RevisionTypeMethods in org.hibernate.envers.internal.entities with parameters of type RevisionTypeModifier and TypeMethodDescriptionRevisionTypeType.deepCopy
(RevisionType value) 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, WrapperOptions options) 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 RevisionTypeModifier and TypeMethodDescriptionprotected 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 RevisionTypeModifier and TypeMethodDescriptionCrossTypeRevisionChangesReaderImpl.findEntitiesGroupByRevisionType
(Number revision) Methods in org.hibernate.envers.internal.reader with parameters of type RevisionTypeModifier and TypeMethodDescriptionCrossTypeRevisionChangesReaderImpl.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 RevisionTypeModifier and TypeMethodDescriptionvoid
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 RevisionTypeMethods in org.hibernate.envers.internal.synchronization.work that return RevisionTypeModifier and TypeMethodDescriptionAbstractAuditWorkUnit.getRevisionType()
AuditWorkUnit.getRevisionType()
Constructors in org.hibernate.envers.internal.synchronization.work with parameters of type RevisionTypeModifierConstructorDescriptionprotected
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 RevisionTypeModifier and TypeMethodDescriptionstatic 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.