程序包的使用
org.hibernate.engine.jdbc
-
使用org.hibernate.engine.jdbc的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.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.event.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.lob org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor org.hibernate.usertype Interfaces for user-defined custom types. -
org.hibernate使用的org.hibernate.engine.jdbc中的类 类 说明 LobCreator Contract for creating various LOB references. -
org.hibernate.engine.jdbc使用的org.hibernate.engine.jdbc中的类 类 说明 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 createdBlobinstances..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 createdClobinstances..ClobProxy Manages aspects of proxyingClobsfor non-contextual creation, including proxy creation and handling proxy invocations.ColumnNameCache Cache of column-name -> column-index resolutionsLobCreationContext 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 LobCreatorimplementation 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 proxyingClobsto add serializability.Size Models size restrictions/requirements on a column's datatype.Size.LobMultiplier WrappedClob Contract forClobwrappers. -
org.hibernate.engine.jdbc.env.internal使用的org.hibernate.engine.jdbc中的类 类 说明 LobCreationContext Provides callback access into the context in which the LOB is to be created.LobCreator Contract for creating various LOB references. -
org.hibernate.engine.jdbc.env.spi使用的org.hibernate.engine.jdbc中的类 类 说明 LobCreationContext Provides callback access into the context in which the LOB is to be created.LobCreator Contract for creating various LOB references. -
org.hibernate.engine.jdbc.internal使用的org.hibernate.engine.jdbc中的类 类 说明 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.ColumnNameCache Cache of column-name -> column-index resolutionsLobCreationContext Provides callback access into the context in which the LOB is to be created.LobCreator Contract for creating various LOB references. -
org.hibernate.engine.jdbc.spi使用的org.hibernate.engine.jdbc中的类 类 说明 ColumnNameCache Cache of column-name -> column-index resolutionsLobCreationContext Provides callback access into the context in which the LOB is to be created.LobCreator Contract for creating various LOB references. -
org.hibernate.engine.spi使用的org.hibernate.engine.jdbc中的类 类 说明 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. -
org.hibernate.event.spi使用的org.hibernate.engine.jdbc中的类 类 说明 LobCreationContext Provides callback access into the context in which the LOB is to be created. -
org.hibernate.internal使用的org.hibernate.engine.jdbc中的类 类 说明 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. -
org.hibernate.lob使用的org.hibernate.engine.jdbc中的类 类 说明 ReaderInputStream Exposes aReaderas anInputStream. -
org.hibernate.persister.entity使用的org.hibernate.engine.jdbc中的类 类 说明 Size Models size restrictions/requirements on a column's datatype. -
org.hibernate.type使用的org.hibernate.engine.jdbc中的类 类 说明 Size Models size restrictions/requirements on a column's datatype. -
org.hibernate.type.descriptor使用的org.hibernate.engine.jdbc中的类 类 说明 LobCreator Contract for creating various LOB references. -
org.hibernate.usertype使用的org.hibernate.engine.jdbc中的类 类 说明 Size Models size restrictions/requirements on a column's datatype.