Uses of Package
org.hibernate.engine.jdbc
-
Packages that use org.hibernate.engine.jdbc Package Description org.hibernate.boot.model.relational org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.temptable org.hibernate.engine.jdbc Support for various aspects of JDBC interactionorg.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 for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.envers.internal.entities.mapper.relation.lazy org.hibernate.event.spi 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.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 org.hibernate.type.descriptor.sql org.hibernate.type.descriptor.sql.spi -
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.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 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.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 WrappedClob Contract forClob
wrappers. -
Classes in org.hibernate.engine.jdbc used by org.hibernate.engine.jdbc.env.internal 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.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.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.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.spi Class Description Size Models size restrictions/requirements on a column's datatype.