Uses of Interface
org.hibernate.metamodel.mapping.EntityVersionMapping
-
Packages that use EntityVersionMapping Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events.org.hibernate.query.derived -
-
Uses of EntityVersionMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return EntityVersionMapping Modifier and Type Method Description EntityVersionMappingEntityMappingType. getVersionMapping()Mapping details for the entity's version when using the version strategy. -
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, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)protected static EntityVersionMappingAbstractEntityPersister. generateVersionMapping(AbstractEntityPersister entityPersister, Supplier<?> templateInstanceCreator, PersistentClass bootModelRootEntityDescriptor, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)protected EntityVersionMappingJoinedSubclassEntityPersister. generateVersionMapping(Supplier<?> templateInstanceCreator, PersistentClass bootEntityDescriptor, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)EntityVersionMappingAbstractEntityPersister. getVersionMapping() -
Uses of EntityVersionMapping in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation with parameters of type EntityVersionMapping Modifier and Type Method Description protected booleanUpdateCoordinatorStandard. handlePotentialImplicitForcedVersionIncrement(Object entity, Object id, Object[] values, Object oldVersion, int[] incomingDirtyAttributeIndexes, SharedSessionContractImplementor session, EntityVersionMapping versionMapping)protected voidUpdateCoordinatorStandard. performUpdate(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, boolean hasDirtyCollection, SharedSessionContractImplementor session, EntityVersionMapping versionMapping, int[] dirtyAttributeIndexes, boolean[] attributeUpdateability, boolean forceDynamicUpdate) -
Uses of EntityVersionMapping in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return EntityVersionMapping Modifier and Type Method Description EntityVersionMappingAnonymousTupleEntityValuedModelPart. getVersionMapping()
-