Uses of Package
org.hibernate.engine.jdbc
-
Packages that use org.hibernate.engine.jdbc Package Description org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.function.array org.hibernate.dialect.temptable Support for temporary tables.org.hibernate.engine.jdbc Support for various aspects of JDBC interaction.org.hibernate.engine.jdbc.env.internal org.hibernate.engine.jdbc.env.spi org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.envers.internal.entities.mapper.relation.lazy org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession
.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.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.testing.boot org.hibernate.type A HibernateType
is 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.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types.org.hibernate.type.descriptor.sql An API for working with abstract families of DDL types parameterized by varying length, precision, and scale.org.hibernate.type.descriptor.sql.internal Includes several general-purpose implementations ofDdlType
.org.hibernate.type.descriptor.sql.spi Defines a registry forDdlType
s. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.boot.model.relational Class Description Size Models size restrictions/requirements on a column's datatype. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.dialect Class Description Size Models size restrictions/requirements on a column's datatype. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.dialect.function.array Class Description Size Models size restrictions/requirements on a column's datatype. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.dialect.temptable Class Description Size Models size restrictions/requirements on a column's datatype. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.engine.jdbc Class Description AbstractLobCreator Convenient base class for proxy-based LobCreator for handling wrapping.BinaryStream Wraps a binary stream to also provide the length which is needed when binding.BlobImplementer Marker interface for non-contextually createdBlob
instances..CharacterStream Wraps a character stream (reader) to also provide the length (number of characters) which is needed when binding.ClobImplementer Marker interface for non-contextually createdClob
instances..ClobProxy Manages aspects of proxyingClob
s for non-contextual creation, including proxy creation and handling proxy invocations.JdbcLogging Sub-system logging related to JDBC interactionsLobCreationContext.Callback The callback contract for making use of the JDBCConnection
.LobCreator Contract for creating various LOB references.NonContextualLobCreator LobCreator
implementation using non-contextual or local creation, meaning that we generate the LOB references ourselves as opposed to delegating to the JDBCConnection
.SerializableClobProxy Manages aspects of proxyingClob
s to add serializability.Size Models size restrictions/requirements on a column's datatype.Size.LobMultiplier Deprecated, for removal: This API element is subject to removal in a future version.WrappedClob Contract forClob
wrappers. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.engine.jdbc.env.internal Class Description AbstractLobCreator Convenient base class for proxy-based LobCreator for handling wrapping.LobCreationContext Provides callback access into the context in which the LOB is to be created.LobCreationContext.Callback The callback contract for making use of the JDBCConnection
.LobCreator Contract for creating various LOB references. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.engine.jdbc.env.spi Class Description LobCreationContext Provides callback access into the context in which the LOB is to be created.LobCreator Contract for creating various LOB references. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.engine.jdbc.internal Class Description BinaryStream Wraps a binary stream to also provide the length which is needed when binding.CharacterStream Wraps a character stream (reader) to also provide the length (number of characters) which is needed when binding.LobCreationContext Provides callback access into the context in which the LOB is to be created.LobCreator Contract for creating various LOB references. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.engine.jdbc.spi Class Description LobCreationContext Provides callback access into the context in which the LOB is to be created.LobCreator Contract for creating various LOB references. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.engine.spi Class Description LobCreationContext Provides callback access into the context in which the LOB is to be created.LobCreationContext.Callback The callback contract for making use of the JDBCConnection
.LobCreator Contract for creating various LOB references. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.envers.internal.entities.mapper.relation.lazy Class Description LobCreationContext Provides callback access into the context in which the LOB is to be created. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.event.spi Class Description LobCreationContext Provides callback access into the context in which the LOB is to be created. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.internal Class Description LobCreationContext Provides callback access into the context in which the LOB is to be created.LobCreationContext.Callback The callback contract for making use of the JDBCConnection
.LobCreator Contract for creating various LOB references. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.mapping Class Description Size Models size restrictions/requirements on a column's datatype. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.metamodel.mapping Class Description Size Models size restrictions/requirements on a column's datatype. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.persister.entity Class Description LobCreator Contract for creating various LOB references. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.testing.boot Class Description LobCreationContext Provides callback access into the context in which the LOB is to be created.LobCreator Contract for creating various LOB references. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.type Class Description Size Models size restrictions/requirements on a column's datatype. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.type.descriptor Class Description LobCreator Contract for creating various LOB references. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.type.descriptor.jdbc Class Description Size Models size restrictions/requirements on a column's datatype. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.type.descriptor.sql Class Description Size Models size restrictions/requirements on a column's datatype. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.type.descriptor.sql.internal Class Description Size Models size restrictions/requirements on a column's datatype. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.type.descriptor.sql.spi Class Description Size Models size restrictions/requirements on a column's datatype.