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

Packages that use ValueBinder
Package
Description
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.
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.