Uses of Interface
org.hibernate.type.descriptor.java.BasicJavaType

Packages that use BasicJavaType
Package
Description
This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.
This package defines the Hibernate configuration-time mapping model.
Nodes representing path expressions in the SQM tree.
This package defines the central Hibernate Spatial types and functions.
Integrates a range of types defined by the JDK with the type system of Hibernate.
SPIs related to JavaType.
An API for user-defined custom types which extend the set of built-in types defined in org.hibernate.type.