Uses of Class
org.hibernate.engine.OptimisticLockStyle
-
-
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(java.lang.String value)
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type OptimisticLockStyle Modifier and Type Method Description java.lang.String
Adapter9. marshal(OptimisticLockStyle value)
void
JaxbHbmRootEntityType. setOptimisticLock(OptimisticLockStyle value)
Sets the value of the optimisticLock property. -
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. interpretOldCode(int oldCode)
Given an old code (one of the int constants from Cascade), interpret it as one of the new enums.static OptimisticLockStyle
OptimisticLockStyle. valueOf(java.lang.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.persister.entity
Methods in org.hibernate.persister.entity that return OptimisticLockStyle Modifier and Type Method Description protected OptimisticLockStyle
AbstractEntityPersister. 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()
-