Uses of Enum Class
org.hibernate.envers.RevisionType
Packages that use RevisionType
-
Uses of RevisionType in org.hibernate.envers
Methods in org.hibernate.envers that return RevisionTypeModifier and TypeMethodDescriptionstatic RevisionTypeRevisionType.fromRepresentation(byte representation) static RevisionTypeRevisionType.fromRepresentation(Object representation) static RevisionTypeReturns 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 TypeMethodDescriptionvoidEntityTrackingRevisionListener.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.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.