Uses of Class
org.hibernate.engine.OptimisticLockStyle
-
Packages that use OptimisticLockStyle Package Description org.hibernate.boot.jaxb.hbm.internal JAXB details.org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.jaxb.mapping org.hibernate.boot.jaxb.mapping.marshall org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi org.hibernate.engine This package contains classes which are "shared" by other subsystems, and implementations of some key algorithms.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.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 org.hibernate.tuple.entity -
-
Uses of OptimisticLockStyle in org.hibernate.boot.jaxb.hbm.internal
Methods in org.hibernate.boot.jaxb.hbm.internal that return OptimisticLockStyle Modifier and Type Method Description static OptimisticLockStyle
OptimisticLockStyleConverter. fromXml(String name)
Methods in org.hibernate.boot.jaxb.hbm.internal with parameters of type OptimisticLockStyle Modifier and Type Method Description static 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 OptimisticLockStyle Modifier and Type Field Description protected OptimisticLockStyle
JaxbHbmRootEntityType. optimisticLock
Methods in org.hibernate.boot.jaxb.hbm.spi that return OptimisticLockStyle Modifier and Type Method Description OptimisticLockStyle
JaxbHbmRootEntityType. getOptimisticLock()
Gets the value of the optimisticLock property.OptimisticLockStyle
Adapter9. unmarshal(String value)
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type OptimisticLockStyle Modifier and Type Method Description String
Adapter9. marshal(OptimisticLockStyle value)
void
JaxbHbmRootEntityType. setOptimisticLock(OptimisticLockStyle value)
Sets the value of the optimisticLock property. -
Uses of OptimisticLockStyle in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as OptimisticLockStyle Modifier and Type Field Description protected OptimisticLockStyle
JaxbEntity. optimisticLock
Methods in org.hibernate.boot.jaxb.mapping that return OptimisticLockStyle Modifier and Type Method Description OptimisticLockStyle
JaxbEntity. getOptimisticLock()
Gets the value of the optimisticLock property.OptimisticLockStyle
Adapter4. unmarshal(String value)
Methods in org.hibernate.boot.jaxb.mapping with parameters of type OptimisticLockStyle Modifier and Type Method Description String
Adapter4. marshal(OptimisticLockStyle value)
void
JaxbEntity. setOptimisticLock(OptimisticLockStyle value)
Sets the value of the optimisticLock property. -
Uses of OptimisticLockStyle in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return OptimisticLockStyle Modifier and Type Method Description static OptimisticLockStyle
OptimisticLockStyleMarshalling. fromXml(String name)
Methods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type OptimisticLockStyle Modifier and Type Method Description static String
OptimisticLockStyleMarshalling. toXml(OptimisticLockStyle lockMode)
-
Uses of OptimisticLockStyle in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return OptimisticLockStyle Modifier and Type Method Description OptimisticLockStyle
EntityHierarchySourceImpl. getOptimisticLockStyle()
-
Uses of OptimisticLockStyle in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return OptimisticLockStyle Modifier and Type Method Description OptimisticLockStyle
EntityHierarchySource. getOptimisticLockStyle()
Obtain the optimistic locking style for this entity. -
Uses of OptimisticLockStyle in org.hibernate.engine
Methods in org.hibernate.engine that return OptimisticLockStyle Modifier and Type Method Description static OptimisticLockStyle
OptimisticLockStyle. fromLockType(OptimisticLockType type)
static OptimisticLockStyle
OptimisticLockStyle. interpretOldCode(int oldCode)
Deprecated, for removal: This API element is subject to removal in a future version.these integer codes have not been used for a long timestatic OptimisticLockStyle
OptimisticLockStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static OptimisticLockStyle[]
OptimisticLockStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OptimisticLockStyle in org.hibernate.mapping
Methods in org.hibernate.mapping that return OptimisticLockStyle Modifier and Type Method Description OptimisticLockStyle
PersistentClass. getOptimisticLockStyle()
OptimisticLockStyle
Subclass. getOptimisticLockStyle()
Methods in org.hibernate.mapping with parameters of type OptimisticLockStyle Modifier and Type Method Description void
PersistentClass. setOptimisticLockStyle(OptimisticLockStyle optimisticLockStyle)
-
Uses of OptimisticLockStyle in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return OptimisticLockStyle Modifier and Type Method Description default 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 OptimisticLockStyle Modifier and Type Method Description OptimisticLockStyle
AbstractEntityPersister. optimisticLockStyle()
-
Uses of OptimisticLockStyle in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation with parameters of type OptimisticLockStyle Modifier and Type Method Description protected 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 Modifier and Type Method Description OptimisticLockStyle
AnonymousTupleEntityValuedModelPart. optimisticLockStyle()
-
Uses of OptimisticLockStyle in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return OptimisticLockStyle Modifier and Type Method Description OptimisticLockStyle
EntityMetamodel. getOptimisticLockStyle()
Deprecated, for removal: This API element is subject to removal in a future version.
-