Uses of Interface
org.hibernate.type.descriptor.ValueExtractor

Packages that use ValueExtractor
Package
Description
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
Implementation of the SPI for the runtime domain metamodel.
This package abstracts persistence mechanisms for entities.
Support for defining result set mappings used in NativeQuery, ProcedureCall, and StoredProcedureQuery.
Package defining support for creating and consuming a SQL AST.
 
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
 
 
An API for user-defined custom types which extend the set of built-in types defined in org.hibernate.type.