Uses of Interface
org.hibernate.boot.model.source.spi.VersionAttributeSource
-
Packages that use VersionAttributeSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of VersionAttributeSource in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return VersionAttributeSource Modifier and Type Method Description VersionAttributeSourceEntityHierarchySourceImpl. getVersionAttributeSource() -
Uses of VersionAttributeSource in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return VersionAttributeSource Modifier and Type Method Description VersionAttributeSourceEntityHierarchySource. getVersionAttributeSource()Obtain the source information about the attribute used for optimistic locking.
-