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 RevisionTypeRevisionType. fromRepresentation(byte representation)static RevisionTypeRevisionType. fromRepresentation(Object representation)static RevisionTypeRevisionType. 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 voidEntityTrackingRevisionListener. 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 RevisionTypeRevisionTypeType. assemble(Serializable cached, Object owner)RevisionTypeRevisionTypeType. deepCopy(RevisionType value)RevisionTypeRevisionTypeType. nullSafeGet(ResultSet rs, int position, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner)RevisionTypeRevisionTypeType. 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 RevisionTypeRevisionTypeType. deepCopy(RevisionType value)SerializableRevisionTypeType. disassemble(RevisionType value)booleanRevisionTypeType. equals(RevisionType x, RevisionType y)intRevisionTypeType. hashCode(RevisionType x)voidRevisionTypeType. nullSafeSet(PreparedStatement preparedStatement, RevisionType value, int index, org.hibernate.engine.spi.SharedSessionContractImplementor session)RevisionTypeRevisionTypeType. 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 voidAbstractCollectionMapper. addCollectionChanges(org.hibernate.engine.spi.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 voidDefaultRevisionInfoGenerator. entityChanged(Class entityClass, String entityName, Object entityId, RevisionType revisionType, Object revisionInfo)voidDefaultTrackingModifiedEntitiesRevisionInfoGenerator. entityChanged(Class entityClass, String entityName, Object entityId, RevisionType revisionType, Object revisionEntity)voidRevisionInfoGenerator. 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 RevisionTypeAbstractAuditWorkUnit. revisionTypeMethods in org.hibernate.envers.internal.synchronization.work that return RevisionType Modifier and Type Method Description RevisionTypeAbstractAuditWorkUnit. getRevisionType()RevisionTypeAuditWorkUnit. getRevisionType()Constructors in org.hibernate.envers.internal.synchronization.work with parameters of type RevisionType Constructor Description AbstractAuditWorkUnit(org.hibernate.engine.spi.SessionImplementor sessionImplementor, String entityName, EnversService enversService, Object id, RevisionType revisionType)FakeBidirectionalRelationWorkUnit(org.hibernate.engine.spi.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.
-