Uses of Interface
org.hibernate.metamodel.mapping.EntityVersionMapping
-
Packages that use EntityVersionMapping Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity org.hibernate.query.derived org.hibernate.sql.exec.internal -
-
Uses of EntityVersionMapping in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal with parameters of type EntityVersionMapping Modifier and Type Method Description static ObjectVersioning. increment(Object version, EntityVersionMapping versionMapping, SharedSessionContractImplementor session)Generate the next increment in the optimistic locking value according theVersionJavaTypecontract for the version property.static booleanVersioning. seedVersion(Object[] fields, int versionProperty, EntityVersionMapping versionMapping, SharedSessionContractImplementor session)Create an initial optimistic locking value according theVersionJavaTypecontract for the version property if required and inject it into the snapshot state. -
Uses of EntityVersionMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return EntityVersionMapping Modifier and Type Method Description EntityVersionMappingEntityMappingType. getVersionMapping() -
Uses of EntityVersionMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement EntityVersionMapping Modifier and Type Class Description classEntityVersionMappingImpl -
Uses of EntityVersionMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return EntityVersionMapping Modifier and Type Method Description protected EntityVersionMappingAbstractEntityPersister. generateVersionMapping(Supplier<?> templateInstanceCreator, PersistentClass bootEntityDescriptor, MappingModelCreationProcess creationProcess)protected static EntityVersionMappingAbstractEntityPersister. generateVersionMapping(AbstractEntityPersister entityPersister, Supplier<?> templateInstanceCreator, PersistentClass bootModelRootEntityDescriptor, MappingModelCreationProcess creationProcess)protected EntityVersionMappingJoinedSubclassEntityPersister. generateVersionMapping(Supplier<?> templateInstanceCreator, PersistentClass bootEntityDescriptor, MappingModelCreationProcess creationProcess)EntityVersionMappingAbstractEntityPersister. getVersionMapping() -
Uses of EntityVersionMapping in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return EntityVersionMapping Modifier and Type Method Description EntityVersionMappingAnonymousTupleEntityValuedModelPart. getVersionMapping() -
Uses of EntityVersionMapping in org.hibernate.sql.exec.internal
Constructors in org.hibernate.sql.exec.internal with parameters of type EntityVersionMapping Constructor Description VersionTypeSeedParameterSpecification(EntityVersionMapping versionMapping)Constructs a version seed parameter bind specification.
-