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.
Internal package containing dialect-specific implementations of JdbcType.
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.
 
 
This package contains the H2GIS Dialect extensions for the H2Dialect.
 
This package contains the spatial extensions for the MySQLDialect.
This package contains the spatial extensions for the OracleDialect.
This package contains the spatial extensions for the PostgreSQLDialect.
This package contains the spatial extensions for the SQLServerDialect.
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.