Uses of Interface
org.hibernate.type.VersionType
-
Packages that use VersionType Package Description org.hibernate org.hibernate.param org.hibernate.persister.entity org.hibernate.type -
-
Uses of VersionType in org.hibernate
Methods in org.hibernate with parameters of type VersionType Modifier and Type Method Description abstract booleanReplicationMode. shouldOverwriteCurrentVersion(Object entity, Object currentVersion, Object newVersion, VersionType versionType)Determine whether the mode dictates that the data being replicated should overwrite the data found. -
Uses of VersionType in org.hibernate.param
Constructors in org.hibernate.param with parameters of type VersionType Constructor Description VersionTypeSeedParameterSpecification(VersionType type)Constructs a version seed parameter bind specification. -
Uses of VersionType in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return VersionType Modifier and Type Method Description VersionTypeAbstractEntityPersister. getVersionType()VersionTypeEntityPersister. getVersionType()IfEntityPersister.isVersioned(), then what is the type of the property holding the locking value. -
Uses of VersionType in org.hibernate.type
Classes in org.hibernate.type that implement VersionType Modifier and Type Class Description classBinaryTypeA type that maps between aVARBINARYandbyte[]Implementation of theVersionTypeinterface should be considered deprecated.classByteTypeclassCalendarTypeclassCustomTypeclassDbTimestampTypedbtimestamp: An extension ofTimestampTypewhich maps to the database's current timestamp, rather than the jvm's current timestamp.classInstantTypeA type that maps betweenTIMESTAMPandLocalDateTime.classIntegerTypeA type that maps betweenINTEGERand @link Integer}classLocalDateTimeTypeA type that maps betweenTIMESTAMPandLocalDateTime.classLongTypeclassOffsetDateTimeTypeclassRowVersionTypeA type that maps between aVARBINARYandbyte[]specifically for entity versions/timestamps.classShortTypeclassTimestampTypeclassZonedDateTimeType
-