Uses of Enum Class
org.hibernate.engine.OptimisticLockStyle
Packages that use OptimisticLockStyle
Package
Description
JAXB details.
This package contains classes which are "shared" by other subsystems,
and implementations of some key algorithms.
This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
Defines support for performing mutation operations originating
from persistence-context events.
-
Uses of OptimisticLockStyle in org.hibernate.boot.jaxb.hbm.internal
Methods in org.hibernate.boot.jaxb.hbm.internal that return OptimisticLockStyleMethods in org.hibernate.boot.jaxb.hbm.internal with parameters of type OptimisticLockStyleModifier and TypeMethodDescriptionstatic String
OptimisticLockStyleConverter.toXml
(OptimisticLockStyle lockMode) -
Uses of OptimisticLockStyle in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as OptimisticLockStyleModifier and TypeFieldDescriptionprotected OptimisticLockStyle
JaxbHbmRootEntityType.optimisticLock
Methods in org.hibernate.boot.jaxb.hbm.spi that return OptimisticLockStyleModifier and TypeMethodDescriptionJaxbHbmRootEntityType.getOptimisticLock()
Gets the value of the optimisticLock property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type OptimisticLockStyleModifier and TypeMethodDescriptionAdapter9.marshal
(OptimisticLockStyle value) void
JaxbHbmRootEntityType.setOptimisticLock
(OptimisticLockStyle value) Sets the value of the optimisticLock property. -
Uses of OptimisticLockStyle in org.hibernate.boot.jaxb.mapping.internal
Methods in org.hibernate.boot.jaxb.mapping.internal that return OptimisticLockStyleMethods in org.hibernate.boot.jaxb.mapping.internal with parameters of type OptimisticLockStyleModifier and TypeMethodDescriptionstatic String
OptimisticLockStyleMarshalling.toXml
(OptimisticLockStyle lockMode) -
Uses of OptimisticLockStyle in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as OptimisticLockStyleMethods in org.hibernate.boot.jaxb.mapping.spi that return OptimisticLockStyleModifier and TypeMethodDescription@Nullable OptimisticLockStyle
JaxbEntity.getOptimisticLocking()
JaxbEntityImpl.getOptimisticLocking()
Gets the value of the optimisticLocking property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type OptimisticLockStyleModifier and TypeMethodDescriptionAdapter15.marshal
(OptimisticLockStyle value) void
JaxbEntity.setOptimisticLocking
(@Nullable OptimisticLockStyle value) void
JaxbEntityImpl.setOptimisticLocking
(OptimisticLockStyle value) Sets the value of the optimisticLocking property. -
Uses of OptimisticLockStyle in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return OptimisticLockStyle -
Uses of OptimisticLockStyle in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return OptimisticLockStyleModifier and TypeMethodDescriptionEntityHierarchySource.getOptimisticLockStyle()
Obtain the optimistic locking style for this entity. -
Uses of OptimisticLockStyle in org.hibernate.engine
Methods in org.hibernate.engine that return OptimisticLockStyleModifier and TypeMethodDescriptionstatic OptimisticLockStyle
OptimisticLockStyle.fromLockType
(OptimisticLockType type) static OptimisticLockStyle
Returns the enum constant of this class with the specified name.static OptimisticLockStyle[]
OptimisticLockStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OptimisticLockStyle in org.hibernate.mapping
Methods in org.hibernate.mapping that return OptimisticLockStyleModifier and TypeMethodDescriptionPersistentClass.getOptimisticLockStyle()
Subclass.getOptimisticLockStyle()
Methods in org.hibernate.mapping with parameters of type OptimisticLockStyleModifier and TypeMethodDescriptionvoid
PersistentClass.setOptimisticLockStyle
(OptimisticLockStyle optimisticLockStyle) -
Uses of OptimisticLockStyle in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return OptimisticLockStyleModifier and TypeMethodDescriptiondefault OptimisticLockStyle
EntityMappingType.optimisticLockStyle()
The type of optimistic locking, if any, defined for this entity mapping -
Uses of OptimisticLockStyle in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return OptimisticLockStyleModifier and TypeMethodDescriptionfinal OptimisticLockStyle
AbstractEntityPersister.optimisticLockStyle()
-
Uses of OptimisticLockStyle in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation with parameters of type OptimisticLockStyleModifier and TypeMethodDescriptionprotected void
DeleteCoordinatorSoft.applyNonVersionOptLocking
(OptimisticLockStyle lockStyle, TableUpdateBuilderStandard<MutationOperation> tableUpdateBuilder, Object[] loadedState, SharedSessionContractImplementor session) protected void
DeleteCoordinatorStandard.applyNonVersionOptLocking
(OptimisticLockStyle lockStyle, MutationGroupBuilder mutationGroupBuilder, Object[] loadedState, SharedSessionContractImplementor session) -
Uses of OptimisticLockStyle in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return OptimisticLockStyle -
Uses of OptimisticLockStyle in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return OptimisticLockStyleModifier and TypeMethodDescriptionEntityMetamodel.getOptimisticLockStyle()
Deprecated, for removal: This API element is subject to removal in a future version.