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 OptimisticLockStyleJaxbHbmRootEntityType. optimisticLockMethods in org.hibernate.boot.jaxb.hbm.spi that return OptimisticLockStyle Modifier and Type Method Description OptimisticLockStyleJaxbHbmRootEntityType. getOptimisticLock()Gets the value of the optimisticLock property.OptimisticLockStyleAdapter9. unmarshal(String value)Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type OptimisticLockStyle Modifier and Type Method Description StringAdapter9. marshal(OptimisticLockStyle value)voidJaxbHbmRootEntityType. 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 OptimisticLockStyleEntityHierarchySource. 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 OptimisticLockStyleOptimisticLockStyle. interpretOldCode(int oldCode)Given an old code (one of the int constants from Cascade), interpret it as one of the new enums.static OptimisticLockStyleOptimisticLockStyle. 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 OptimisticLockStylePersistentClass. getOptimisticLockStyle()OptimisticLockStyleSubclass. getOptimisticLockStyle()Methods in org.hibernate.mapping with parameters of type OptimisticLockStyle Modifier and Type Method Description voidPersistentClass. 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 OptimisticLockStyleAbstractEntityPersister. optimisticLockStyle() -
Uses of OptimisticLockStyle in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return OptimisticLockStyle Modifier and Type Method Description OptimisticLockStyleEntityMetamodel. getOptimisticLockStyle()
-