Uses of Interface
org.hibernate.type.descriptor.java.VersionJavaType
Packages that use VersionJavaType
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
Integrates a range of types defined by the JDK with the type system
of Hibernate.
-
Uses of VersionJavaType in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return VersionJavaTypeModifier and TypeMethodDescriptiondefault VersionJavaType<?> EntityVersionMapping.getExpressibleJavaType()EntityVersionMapping.getJavaType() -
Uses of VersionJavaType in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return VersionJavaTypeModifier and TypeMethodDescriptiondefault VersionJavaType<Object> EntityPersister.getVersionJavaType() -
Uses of VersionJavaType in org.hibernate.type.descriptor.java
Classes in org.hibernate.type.descriptor.java that implement VersionJavaTypeModifier and TypeClassDescriptionclassDescriptor forBytehandling.classDescriptor forCalendarhandling.classDescriptor forDatehandling.classJava type descriptor for the JavaInstanttype.classDescriptor forIntegerhandling.classDescriptor forTimestamphandling.classJava type descriptor for theLocalDateTimetype.classDescriptor forLonghandling.classJava type descriptor for theOffsetDateTimetype.classDescriptor forbyte[]handling.classDescriptor forShorthandling.classJava type descriptor for theZonedDateTimetype.