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 OptimisticLockStyleOptimisticLockStyleConverter. fromXml(String name)Methods in org.hibernate.boot.jaxb.hbm.internal with parameters of type OptimisticLockStyle Modifier and Type Method Description static StringOptimisticLockStyleConverter. 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 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.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as OptimisticLockStyle Modifier and Type Field Description protected OptimisticLockStyleJaxbEntity. optimisticLockMethods in org.hibernate.boot.jaxb.mapping that return OptimisticLockStyle Modifier and Type Method Description OptimisticLockStyleJaxbEntity. getOptimisticLock()Gets the value of the optimisticLock property.OptimisticLockStyleAdapter4. unmarshal(String value)Methods in org.hibernate.boot.jaxb.mapping with parameters of type OptimisticLockStyle Modifier and Type Method Description StringAdapter4. marshal(OptimisticLockStyle value)voidJaxbEntity. 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 OptimisticLockStyleOptimisticLockStyleMarshalling. fromXml(String name)Methods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type OptimisticLockStyle Modifier and Type Method Description static StringOptimisticLockStyleMarshalling. 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 OptimisticLockStyleEntityHierarchySourceImpl. 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 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. fromLockType(OptimisticLockType type)static OptimisticLockStyleOptimisticLockStyle. 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 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.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return OptimisticLockStyle Modifier and Type Method Description default OptimisticLockStyleEntityMappingType. 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 OptimisticLockStyleAbstractEntityPersister. 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 voidDeleteCoordinatorSoft. applyNonVersionOptLocking(OptimisticLockStyle lockStyle, TableUpdateBuilderStandard<MutationOperation> tableUpdateBuilder, Object[] loadedState, SharedSessionContractImplementor session)protected voidDeleteCoordinatorStandard. 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 OptimisticLockStyleAnonymousTupleEntityValuedModelPart. 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()Deprecated, for removal: This API element is subject to removal in a future version.
-