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.
Support for immutable result/fetch builder graph nodes built from static sources such as SqlResultSetMapping or the hbm.xml mapping element <resultset/>.
Nodes representing path expressions in the SQM tree.
Integrates a range of types defined by the JDK with the type system of Hibernate.
 
 
An API for user-defined custom types which extend the set of built-in types defined in org.hibernate.type.