Uses of Package
org.hibernate.type.descriptor
-
Packages that use org.hibernate.type.descriptor Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.engine.jdbc.mutation.spi org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession.org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced, contain the built-in id generators, all of which implement eitherIdentifierGeneratororPostInsertIdentifierGenerator.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor Contracts for reading and writing values to and from JDBC.org.hibernate.type.descriptor.java Integrates a range of types defined by the JDK with the type system of Hibernate.org.hibernate.type.descriptor.java.spi org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types.org.hibernate.type.descriptor.jdbc.spi org.hibernate.type.format Support for type mappings which format composite values to a structured text format (JSON or XML) for storage in a database-specific column type supporting that structured format.org.hibernate.type.format.jackson Implementations ofFormatMapperusing Jackson.org.hibernate.type.format.jaxb An implementation ofFormatMapperusing JAXB.org.hibernate.usertype An API for user-defined custom types which extend the set of built-in types defined inorg.hibernate.type. -
Classes in org.hibernate.type.descriptor used by org.hibernate.dialect Class Description ValueBinder Contract for binding values to a JDBCPreparedStatement.ValueExtractor Contract for extracting values from a JDBCResultSetor from output the parameters of aCallableStatement.WrapperOptions Options for binding values to and extracting values from JDBC prepared statements and result sets. -
Classes in org.hibernate.type.descriptor used by org.hibernate.engine.jdbc.mutation.spi Class Description ValueBinder Contract for binding values to a JDBCPreparedStatement. -
Classes in org.hibernate.type.descriptor used by org.hibernate.engine.spi Class Description WrapperOptions Options for binding values to and extracting values from JDBC prepared statements and result sets. -
Classes in org.hibernate.type.descriptor used by org.hibernate.event.spi Class Description WrapperOptions Options for binding values to and extracting values from JDBC prepared statements and result sets. -
Classes in org.hibernate.type.descriptor used by org.hibernate.id Class Description WrapperOptions Options for binding values to and extracting values from JDBC prepared statements and result sets. -
Classes in org.hibernate.type.descriptor used by org.hibernate.metamodel.mapping Class Description ValueBinder Contract for binding values to a JDBCPreparedStatement.ValueExtractor Contract for extracting values from a JDBCResultSetor from output the parameters of aCallableStatement. -
Classes in org.hibernate.type.descriptor used by org.hibernate.persister.entity Class Description ValueBinder Contract for binding values to a JDBCPreparedStatement.ValueExtractor Contract for extracting values from a JDBCResultSetor from output the parameters of aCallableStatement.WrapperOptions Options for binding values to and extracting values from JDBC prepared statements and result sets. -
Classes in org.hibernate.type.descriptor used by org.hibernate.query.results Class Description ValueExtractor Contract for extracting values from a JDBCResultSetor from output the parameters of aCallableStatement. -
Classes in org.hibernate.type.descriptor used by org.hibernate.sql.ast.spi Class Description ValueExtractor Contract for extracting values from a JDBCResultSetor from output the parameters of aCallableStatement.WrapperOptions Options for binding values to and extracting values from JDBC prepared statements and result sets. -
Classes in org.hibernate.type.descriptor used by org.hibernate.type Class Description ValueBinder Contract for binding values to a JDBCPreparedStatement.ValueExtractor Contract for extracting values from a JDBCResultSetor from output the parameters of aCallableStatement.WrapperOptions Options for binding values to and extracting values from JDBC prepared statements and result sets. -
Classes in org.hibernate.type.descriptor used by org.hibernate.type.descriptor Class Description WrapperOptions Options for binding values to and extracting values from JDBC prepared statements and result sets. -
Classes in org.hibernate.type.descriptor used by org.hibernate.type.descriptor.java Class Description WrapperOptions Options for binding values to and extracting values from JDBC prepared statements and result sets. -
Classes in org.hibernate.type.descriptor used by org.hibernate.type.descriptor.java.spi Class Description WrapperOptions Options for binding values to and extracting values from JDBC prepared statements and result sets. -
Classes in org.hibernate.type.descriptor used by org.hibernate.type.descriptor.jdbc Class Description ValueBinder Contract for binding values to a JDBCPreparedStatement.ValueExtractor Contract for extracting values from a JDBCResultSetor from output the parameters of aCallableStatement.WrapperOptions Options for binding values to and extracting values from JDBC prepared statements and result sets. -
Classes in org.hibernate.type.descriptor used by org.hibernate.type.descriptor.jdbc.spi Class Description WrapperOptions Options for binding values to and extracting values from JDBC prepared statements and result sets. -
Classes in org.hibernate.type.descriptor used by org.hibernate.type.format Class Description WrapperOptions Options for binding values to and extracting values from JDBC prepared statements and result sets. -
Classes in org.hibernate.type.descriptor used by org.hibernate.type.format.jackson Class Description WrapperOptions Options for binding values to and extracting values from JDBC prepared statements and result sets. -
Classes in org.hibernate.type.descriptor used by org.hibernate.type.format.jaxb Class Description WrapperOptions Options for binding values to and extracting values from JDBC prepared statements and result sets. -
Classes in org.hibernate.type.descriptor used by org.hibernate.usertype Class Description ValueBinder Contract for binding values to a JDBCPreparedStatement.ValueExtractor Contract for extracting values from a JDBCResultSetor from output the parameters of aCallableStatement.