Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.engine Classes and Interfaces - 200 results found.
NameDescriptionTypePackageFramework
AbstractBatchImplConvenience base class for implementers of the Batch interface.Classorg.hibernate.engine.jdbc.batch.internalHibernate ORM
AbstractLobCreatorConvenient base class for proxy-based LobCreator for handling wrapping.Classorg.hibernate.engine.jdbcHibernate ORM
AbstractProxyHandlerBasic support for building proxy handlers.Classorg.hibernate.engine.jdbc.internal.proxyHibernate ORM
AbstractResultSetProxyHandlerClassorg.hibernate.engine.jdbc.internal.proxyHibernate ORM
AbstractStatementProxyHandlerClassorg.hibernate.engine.jdbc.internal.proxyHibernate ORM
AbstractTransactionImplClassorg.hibernate.engine.transaction.spiHibernate ORM
ActionQueueResponsible for maintaining the queue of actions related to events.Classorg.hibernate.engine.spiHibernate ORM
AfterCompletionActionA pluggable strategy for defining any actions to be performed during Synchronization.Interfaceorg.hibernate.engine.transaction.synchronization.spiHibernate ORM
AssociationModels the association of a given fetch.Classorg.hibernate.engine.profileHibernate ORM
AssociationKeyIdentifies a named association belonging to a particular entity instance.Classorg.hibernate.engine.spiHibernate ORM
BasicBatchKeyClassorg.hibernate.engine.jdbc.batch.internalHibernate ORM
BasicFormatterImplPerforms formatting of basic SQL statements (DML + query).Classorg.hibernate.engine.jdbc.internalHibernate ORM
BasicStatementProxyHandlerClassorg.hibernate.engine.jdbc.internal.proxyHibernate ORM
BatchConceptually models a batch.Interfaceorg.hibernate.engine.jdbc.batch.spiHibernate ORM
BatchBuilderInterfaceorg.hibernate.engine.jdbc.batch.spiHibernate ORM
BatchBuilderImplA builder for Batch instances.Classorg.hibernate.engine.jdbc.batch.internalHibernate ORM
BatchBuilderInitiatorClassorg.hibernate.engine.jdbc.batch.internalHibernate ORM
BatchFetchQueueTracks entity and collection keys that are available for batch fetching, and the queries which were used to load entities, whichClassorg.hibernate.engine.spiHibernate ORM
BatchingBatchA Batch implementation which does bathing based on a given size.Classorg.hibernate.engine.jdbc.batch.internalHibernate ORM
BatchKeyUnique key for batch identification.Interfaceorg.hibernate.engine.jdbc.batch.spiHibernate ORM
BatchObserverAn observer contract for batch events.Interfaceorg.hibernate.engine.jdbc.batch.spiHibernate ORM
BinaryStreamWraps a binary stream to also provide the length which is needed when binding.Interfaceorg.hibernate.engine.jdbcHibernate ORM
BinaryStreamImplFields inherited from class java.Classorg.hibernate.engine.jdbc.internalHibernate ORM
BlobImplementerMarker interface for non-contextually created Blob instances.Interfaceorg.hibernate.engine.jdbcHibernate ORM
BlobProxyManages aspects of proxying Blob references for non-contextual creation, including proxy creation and handling proxy invocations.Classorg.hibernate.engine.jdbcHibernate ORM
CachedNaturalIdValueSourceenum CachedNaturalIdValueSourceextends EnumThe type of action from which the cache call is originating.Classorg.hibernate.engine.spiHibernate ORM
CacheImplementorInterfaceorg.hibernate.engine.spiHibernate ORM
CacheInitiatorClassorg.hibernate.engine.spiHibernate ORM
CallableStatementProxyHandlerClassorg.hibernate.engine.jdbc.internal.proxyHibernate ORM
CascadeDelegate responsible for, in conjunction with the various actions, implementing cascade processing.Classorg.hibernate.engine.internalHibernate ORM
CascadeStyleA contract for defining the aspects of cascading various persistence actions.Classorg.hibernate.engine.spiHibernate ORM
CascadeStyle .MultipleCascadeStyleClassorg.hibernate.engine.spi.CascadeStyleHibernate ORM
CascadingActionClassorg.hibernate.engine.spiHibernate ORM
CharacterStreamInterfaceorg.hibernate.engine.jdbcHibernate ORM
CharacterStreamImplClassorg.hibernate.engine.jdbc.internalHibernate ORM
ClobImplementerMarker interface for non-contextually created Clob instances.Interfaceorg.hibernate.engine.jdbcHibernate ORM
ClobProxyManages aspects of proxying Clobs for non-contextual creation, including proxy creation and handling proxy invocations.Classorg.hibernate.engine.jdbcHibernate ORM
CMTTransaction the context of the container managed transaction.Classorg.hibernate.engine.transaction.internal.jtaHibernate ORM
CMTTransactionFactoryFactory for Container Managed Transaction (CMT) based transaction facades.Classorg.hibernate.engine.transaction.internal.jtaHibernate ORM
CollectionEntryWe need an entry to tell us all about the current state of a collection with respect to its persistent stateClassorg.hibernate.engine.spiHibernate ORM
CollectionKeyUniquely identifies a collection instance in a particular session.Classorg.hibernate.engine.spiHibernate ORM
CollectionLoadContextRepresents state associated with the processing of a given ResultSet in regards to loading collections.Classorg.hibernate.engine.loading.internalHibernate ORM
CollectionsClassorg.hibernate.engine.internalHibernate ORM
ColumnNameCacheClassorg.hibernate.engine.jdbcHibernate ORM
ConnectionObserverAn observer of logical connection events.Interfaceorg.hibernate.engine.jdbc.spiHibernate ORM
ConnectionObserverAdapterClassorg.hibernate.engine.jdbc.spiHibernate ORM
ConnectionProxyHandlerThe InvocationHandler for intercepting messages to Connection proxies.Classorg.hibernate.engine.jdbc.internal.proxyHibernate ORM
ContextualLobCreatorClassorg.hibernate.engine.jdbcHibernate ORM
EJB3CascadeStyleBecasue CascadeStyle is not opened and package protected, I need to subclass and override the persist aliasClassorg.hibernate.engine.spiHibernate ORM
EJB3CascadingActionBecause of CascadingAction constructor visibility I need a packaged friendly subclassClassorg.hibernate.engine.spiHibernate ORM
EntityEntryWe need an entry to tell us all about the current state of an object with respect to its persistent stateSee Also:Serialized FormClassorg.hibernate.engine.spiHibernate ORM
EntityKeyUniquely identifies of an entity instance in a particular session by identifier.Classorg.hibernate.engine.spiHibernate ORM
EntityLoadContextTracks information about loading of entities specific to a given result set.Classorg.hibernate.engine.loading.internalHibernate ORM
EntityUniqueKeyUsed to uniquely key an entity instance in relation to a particular session by some unique property reference, as opposed to identifier.Classorg.hibernate.engine.spiHibernate ORM
ExceptionMapperInterfaceorg.hibernate.engine.transaction.synchronization.spiHibernate ORM
ExecuteUpdateResultCheckStyleenum ExecuteUpdateResultCheckStyleextends EnumFor persistence operations (INSERT, UPDATE, DELETE) what style of determiningClassorg.hibernate.engine.spiHibernate ORM
ExtractedDatabaseMetaDataInformation extracted from DatabaseMetaData regarding what the JDBC driver reports as being supported or not.Interfaceorg.hibernate.engine.jdbc.spiHibernate ORM
ExtractedDatabaseMetaData .SQLStateTypeClassorg.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaDataHibernate ORM
FetchModels an individual fetch within a profile.Classorg.hibernate.engine.profileHibernate ORM
Fetch .StyleThe type or style of fetch.Classorg.hibernate.engine.profile.FetchHibernate ORM
FetchProfileA 'fetch profile' allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.Classorg.hibernate.engine.profileHibernate ORM
FetchStyleenum FetchStyleextends EnumEnumeration of values describing HOW fetching should occur.Classorg.hibernate.engineHibernate ORM
FetchTimingenum FetchTimingextends EnumEnumeration of values describing WHEN fetching should occur.Classorg.hibernate.engineHibernate ORM
FilterDefinitionA FilterDefinition defines the global attributes of a dynamic filter.Classorg.hibernate.engine.spiHibernate ORM
FilterQueryPlanClassorg.hibernate.engine.query.spiHibernate ORM
ForeignKeysClassorg.hibernate.engine.internalHibernate ORM
ForeignKeys .NullifierConstructor SummaryForeignKeys.Classorg.hibernate.engine.internal.ForeignKeysHibernate ORM
FormatStyleenum FormatStyleextends EnumRepresents the the understood types or styles of formatting.Classorg.hibernate.engine.jdbc.internalHibernate ORM
FormatterInterfaceorg.hibernate.engine.jdbc.internalHibernate ORM
HibernateIteratorHibernate-specific iterator that may be closedSee Also:Query.Interfaceorg.hibernate.engineHibernate ORM
HQLQueryPlanDefines a query execution plan for an HQL query (or filter).Classorg.hibernate.engine.query.spiHibernate ORM
IdentifierValueA strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance.Classorg.hibernate.engine.spiHibernate ORM
ImplicitResultSetProxyHandlerClassorg.hibernate.engine.jdbc.internal.proxyHibernate ORM
ImplicitStatementProxyHandlerClassorg.hibernate.engine.jdbc.internal.proxyHibernate ORM
InvalidatableWrapperInterfaceorg.hibernate.engine.jdbc.spiHibernate ORM
IsolationDelegateContract for performing work in a manner that isolates it from any current transaction.Interfaceorg.hibernate.engine.transaction.spiHibernate ORM
JdbcConnectionAccessProvides centralized access to JDBC connections.Interfaceorg.hibernate.engine.jdbc.spiHibernate ORM
JdbcCoordinatorCoordinates JDBC-related activities.Interfaceorg.hibernate.engine.jdbc.spiHibernate ORM
JdbcCoordinatorImplStandard Hibernate implementation of JdbcCoordinator IMPL NOTE : Custom serialization handling!Classorg.hibernate.engine.jdbc.internalHibernate ORM
JdbcIsolationDelegateClassorg.hibernate.engine.transaction.internal.jdbcHibernate ORM
JdbcProxyExceptionIndicates a problem defining or instantiating a JDBC proxy class.Classorg.hibernate.engine.jdbc.internal.proxyHibernate ORM
JdbcResourceRegistryDefines a registry of JDBC resources related to a particular unit of work.Interfaceorg.hibernate.engine.jdbc.spiHibernate ORM
JdbcResourceRegistryImplStandard implementation of the JdbcResourceRegistry contractSee Also:Serialized FormClassorg.hibernate.engine.jdbc.internalHibernate ORM
JdbcServicesContract for services around JDBC operations.Interfaceorg.hibernate.engine.jdbc.spiHibernate ORM
JdbcServicesImplStandard implementation of the JdbcServices contractSee Also:Serialized FormClassorg.hibernate.engine.jdbc.internalHibernate ORM
JdbcServicesInitiatorClassorg.hibernate.engine.jdbc.internalHibernate ORM
JdbcTransactionTransaction implementation based on transaction management through a JDBC Connection.Classorg.hibernate.engine.transaction.internal.jdbcHibernate ORM
JdbcTransactionFactoryFactory for JdbcTransaction instances.Classorg.hibernate.engine.transaction.internal.jdbcHibernate ORM
JdbcWrapperGeneric contract for wrapped JDBC objects.Interfaceorg.hibernate.engine.jdbc.spiHibernate ORM
JoinHelperClassorg.hibernate.engine.internalHibernate ORM
JoinSequenceClassorg.hibernate.engine.internalHibernate ORM
JoinSequence .SelectorInterfaceorg.hibernate.engine.internal.JoinSequenceHibernate ORM
JoinStatusenum JoinStatusextends EnumSee the JPA notion of joining a transaction for details.Classorg.hibernate.engine.transaction.spiHibernate ORM
JtaIsolationDelegateAn isolation delegate for JTA environments.Classorg.hibernate.engine.transaction.internal.jtaHibernate ORM
JtaStatusHelperUtility for dealing with JTA statuses.Classorg.hibernate.engine.transaction.internal.jtaHibernate ORM
JtaTransactionClassorg.hibernate.engine.transaction.internal.jtaHibernate ORM
JtaTransactionFactoryFactory for JtaTransaction instances.Classorg.hibernate.engine.transaction.internal.jtaHibernate ORM
LoadContextsMaps result-sets to specific contextual data related to processing that result set Implementation note: internally an IdentityMap is used to maintain the mappings mainly because I'dClassorg.hibernate.engine.loading.internalHibernate ORM
LoadingCollectionEntryRepresents a collection currently being loaded.Classorg.hibernate.engine.loading.internalHibernate ORM
LoadQueryInfluencersCentralize all options which can influence the SQL query needed to load an entity.Classorg.hibernate.engine.spiHibernate ORM
LobCreationContextProvides callback access into the context in which the LOB is to be created.Interfaceorg.hibernate.engine.jdbcHibernate ORM
LobCreationContext .CallbackThe callback contract for making use of the JDBC Connection.Interfaceorg.hibernate.engine.jdbc.LobCreationContextHibernate ORM
LobCreatorContract for creating various LOB references.Interfaceorg.hibernate.engine.jdbcHibernate ORM
LobCreatorBuilderBuilds LobCreator instances based on the capabilities of the environment.Classorg.hibernate.engine.jdbc.internalHibernate ORM
LocalStatusenum LocalStatusextends EnumEnumeration of statuses in which a local transaction facade (Transaction) might be.Classorg.hibernate.engine.transaction.spiHibernate ORM
LogicalConnectionInterfaceorg.hibernate.engine.jdbc.spiHibernate ORM
LogicalConnectionImplStandard Hibernate LogicalConnection implementation IMPL NOTE : Custom serialization handling!Classorg.hibernate.engine.jdbc.internalHibernate ORM
LogicalConnectionImplementorInterfaceorg.hibernate.engine.jdbc.spiHibernate ORM
ManagedFlushCheckerA pluggable strategy for defining how the Synchronization registered by Hibernate determines whether to perform a managed flush.Interfaceorg.hibernate.engine.transaction.synchronization.spiHibernate ORM
MappingDefines operations common to compiled mappings (ie.Interfaceorg.hibernate.engine.spiHibernate ORM
NamedParameterDescriptorDescriptor regarding a named parameter.Classorg.hibernate.engine.query.spiHibernate ORM
NamedQueryDefinitionDefinition of a named query, defined in the mapping metadata.Classorg.hibernate.engine.spiHibernate ORM
NamedSQLQueryDefinitionDefinition of a named native SQL query, defined in the mapping metadata.Classorg.hibernate.engine.spiHibernate ORM
NativeSQLQueryCollectionReturnRepresents a return defined as part of a native sql query which names a collection role in the form {classname}.Classorg.hibernate.engine.query.spi.sqlHibernate ORM
NativeSQLQueryJoinReturnRepresents a return defined as part of a native sql query which names a fetched role.Classorg.hibernate.engine.query.spi.sqlHibernate ORM
NativeSQLQueryNonScalarReturnRepresents the base information for a non-scalar return defined as part of a native sql query.Classorg.hibernate.engine.query.spi.sqlHibernate ORM
NativeSQLQueryPlanDefines a query execution plan for a native-SQL query.Classorg.hibernate.engine.query.spiHibernate ORM
NativeSQLQueryReturnDescribes a return in a native SQL query.Interfaceorg.hibernate.engine.query.spi.sqlHibernate ORM
NativeSQLQueryRootReturnRepresents a return defined as part of a native sql query which names a root entity.Classorg.hibernate.engine.query.spi.sqlHibernate ORM
NativeSQLQueryScalarReturnDescribes a scalar return in a native SQL query.Classorg.hibernate.engine.query.spi.sqlHibernate ORM
NativeSQLQuerySpecificationDefines the specification or blue-print for a native-sql query.Classorg.hibernate.engine.query.spi.sqlHibernate ORM
NaturalIdXrefDelegateMaintains a PersistenceContext-level 2-way cross-reference (xref) between the identifiers and natural ids of entities associated with the PersistenceContext.Classorg.hibernate.engine.internalHibernate ORM
NClobImplementerMarker interface for non-contextually created java.Interfaceorg.hibernate.engine.jdbcHibernate ORM
NClobProxyManages aspects of proxying java.Classorg.hibernate.engine.jdbcHibernate ORM
NonBatchingBatchAn implementation of Batch which does not perform batching.Classorg.hibernate.engine.jdbc.batch.internalHibernate ORM
NonContextualLobCreatorLobCreator implementation using non-contextual or local creation, meaning that we generate the LOB references ourselves as opposed to delegating to the JDBC Connection.Classorg.hibernate.engine.jdbcHibernate ORM
NonDurableConnectionObserverAdditional optional contract for connection observers to indicate that they should be released when the physical connection is released.Interfaceorg.hibernate.engine.jdbc.spiHibernate ORM
NonFlushedChangesInterfaceorg.hibernate.engine.spiHibernate ORM
NonNullableTransientDependenciesTracks non-nullable transient entities that would cause a particular entity insert to fail.Classorg.hibernate.engine.internalHibernate ORM
NullabilityClassorg.hibernate.engine.internalHibernate ORM
NullSynchronizationExceptionIndicates an attempt to register a null synchronization.Classorg.hibernate.engine.transaction.internalHibernate ORM
OptimisticLockStyleenum OptimisticLockStyleextends EnumEnum Constant SummaryALLClassorg.hibernate.engineHibernate ORM
OrdinalParameterDescriptorClassorg.hibernate.engine.query.spiHibernate ORM
ParameterBinderCentralizes the commonality regarding binding of parameter values into PreparedStatements as this logic is used in many places.Classorg.hibernate.engine.internalHibernate ORM
ParameterBinder .NamedParameterSourceInterfaceorg.hibernate.engine.internal.ParameterBinderHibernate ORM
ParameterMetadataEncapsulates metadata about parameters encountered within a query.Classorg.hibernate.engine.query.spiHibernate ORM
ParameterParserThe single available method parse(java.Classorg.hibernate.engine.query.spiHibernate ORM
ParameterParser .RecognizerInterfaceorg.hibernate.engine.query.spi.ParameterParserHibernate ORM
ParamLocationRecognizer of journaling parameter locations.Classorg.hibernate.engine.query.spiHibernate ORM
ParamLocationRecognizer .NamedParameterDescriptionConstructor SummaryParamLocationRecognizer.Classorg.hibernate.engine.query.spi.ParamLocationRecognizerHibernate ORM
PersistenceContextRepresents the state of stuff Hibernate is tracking, including (not exhaustive): entitiescollectionssnapshotsproxiesInterfaceorg.hibernate.engine.spiHibernate ORM
PersistenceContext .NaturalIdHelperProvides centralized access to natural-id-related functionality.Interfaceorg.hibernate.engine.spi.PersistenceContextHibernate ORM
PreparedStatementProxyHandlerClassorg.hibernate.engine.jdbc.internal.proxyHibernate ORM
ProxyBuilderClassorg.hibernate.engine.jdbc.internal.proxyHibernate ORM
QueryMetadataDefines metadata regarding a translated HQL or native-SQL query.Classorg.hibernate.engine.query.spiHibernate ORM
QueryParametersClassorg.hibernate.engine.spiHibernate ORM
QueryPlanCacheActs as a cache for compiled query plans, as well as query-parameter metadata.Classorg.hibernate.engine.query.spiHibernate ORM
ReaderInputStreamExposes a Reader as an InputStream.Classorg.hibernate.engine.jdbcHibernate ORM
RegisteredSynchronizationClassorg.hibernate.engine.transaction.synchronization.internalHibernate ORM
ResultSetMappingDefinitionKeep a description of the resultset mappingSee Also:Serialized FormClassorg.hibernate.engineHibernate ORM
ResultSetProxyHandlerClassorg.hibernate.engine.jdbc.internal.proxyHibernate ORM
ResultSetWrapperContract for wrapping a ResultSet in a column name cache wrapper.Interfaceorg.hibernate.engine.jdbc.spiHibernate ORM
ResultSetWrapperImplStandard Hibernate implementation for wrapping a ResultSet in a column name cache wrapper.Classorg.hibernate.engine.jdbc.internalHibernate ORM
ResultSetWrapperProxyA proxy for a ResultSet delegate, responsible for locally caching the columnName-to-columnIndex resolution that has been found to be inefficient in a few vendor's drivers (i.Classorg.hibernate.engine.jdbcHibernate ORM
ReturnMetadataClassorg.hibernate.engine.query.spiHibernate ORM
RowSelectionRepresents a selection criteria for rows in a JDBC ResultSetConstructor SummaryRowSelection()Classorg.hibernate.engine.spiHibernate ORM
SchemaNameResolverContract for resolving the schema of a Connection.Interfaceorg.hibernate.engine.jdbc.spiHibernate ORM
SerializableBlobProxyManages aspects of proxying Blobs to add serializability.Classorg.hibernate.engine.jdbcHibernate ORM
SerializableClobProxyManages aspects of proxying Clobs to add serializability.Classorg.hibernate.engine.jdbcHibernate ORM
SerializableNClobProxyManages aspects of proxying java.Classorg.hibernate.engine.jdbcHibernate ORM
SessionBuilderImplementorDefines the internal contract between the SessionBuilder and other parts ofSee Also:SessionBuilderInterfaceorg.hibernate.engine.spiHibernate ORM
SessionFactoryImplementorDefines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.Interfaceorg.hibernate.engine.spiHibernate ORM
SessionImplementorDefines the internal contract between Session / StatelessSession and other parts of Hibernate such as Type, EntityPersister andInterfaceorg.hibernate.engine.spiHibernate ORM
SessionOwnerThe contract for a Session owner.Interfaceorg.hibernate.engine.spiHibernate ORM
SqlExceptionHelperHelper for handling SQLExceptions in various manners.Classorg.hibernate.engine.jdbc.spiHibernate ORM
SqlExceptionHelper .StandardWarningHandlerConstructor SummarySqlExceptionHelper.Classorg.hibernate.engine.jdbc.spi.SqlExceptionHelperHibernate ORM
SqlExceptionHelper .WarningHandlerInterfaceorg.hibernate.engine.jdbc.spi.SqlExceptionHelperHibernate ORM
SqlExceptionHelper .WarningHandlerLoggingSupportBasic support for SqlExceptionHelper.Classorg.hibernate.engine.jdbc.spi.SqlExceptionHelperHibernate ORM
SqlStatementLoggerCentralize logging for SQL statements.Classorg.hibernate.engine.jdbc.spiHibernate ORM
StatefulPersistenceContextA stateful implementation of the PersistenceContext contract meaning that we maintain this state throughout the life of the persistence context.Classorg.hibernate.engine.internalHibernate ORM
StatementPreparerInterfaceorg.hibernate.engine.jdbc.spiHibernate ORM
Statusenum Statusextends EnumRepresents the status of an entity with respect toClassorg.hibernate.engine.spiHibernate ORM
StreamUtilsClassorg.hibernate.engine.jdbcHibernate ORM
SubselectFetchClassorg.hibernate.engine.spiHibernate ORM
SynchronizationCallbackCoordinatorInterfaceorg.hibernate.engine.transaction.synchronization.spiHibernate ORM
SynchronizationCallbackCoordinatorImplManages callbacks from the Synchronization registered by Hibernate.Classorg.hibernate.engine.transaction.synchronization.internalHibernate ORM
SynchronizationRegistryManages a registry of Synchronizations.Interfaceorg.hibernate.engine.transaction.spiHibernate ORM
SynchronizationRegistryImplManages a registry of Synchronizations.Classorg.hibernate.engine.transaction.internalHibernate ORM
TransactionContextAccess to services needed in the context of processing transaction requests.Interfaceorg.hibernate.engine.transaction.spiHibernate ORM
TransactionCoordinatorActs as the coordinator between the Hibernate engine and physical transactions.Interfaceorg.hibernate.engine.transaction.spiHibernate ORM
TransactionCoordinatorImplStandard implementation of the Hibernate TransactionCoordinator IMPL NOTE : Custom serialization handling!Classorg.hibernate.engine.transaction.internalHibernate ORM
TransactionEnvironmentProvides access to transactional services.Interfaceorg.hibernate.engine.transaction.spiHibernate ORM
TransactionFactoryContract for transaction creation, as well as providing metadata and contextual information about that creation.Interfaceorg.hibernate.engine.transaction.spiHibernate ORM
TransactionFactoryInitiatorStandard instantiator for the standard TransactionFactory service.Classorg.hibernate.engine.transaction.internalHibernate ORM
TransactionImplementorAdditional contract for implementors of the Hibernate Transaction API.Interfaceorg.hibernate.engine.transaction.spiHibernate ORM
TransactionObserverObserver of internal transaction events.Interfaceorg.hibernate.engine.transaction.spiHibernate ORM
TwoPhaseLoadFunctionality relating to Hibernate's two-phase loading process, that may be reused by persisters that do not use the LoaderClassorg.hibernate.engine.internalHibernate ORM
TypedValueAn ordered pair of a value and its Hibernate type.Classorg.hibernate.engine.spiHibernate ORM
TypeInfoModels type info extracted from DatabaseMetaData.Classorg.hibernate.engine.jdbc.internalHibernate ORM
TypeInfoExtracterClassorg.hibernate.engine.jdbc.internalHibernate ORM
TypeNullabilityenum TypeNullabilityextends EnumDescribes the instrinsic nullability of a data type as reported by the JDBC driver.Classorg.hibernate.engine.jdbc.internalHibernate ORM
TypeSearchabilityenum TypeSearchabilityextends EnumDescribes the searchability of a data type as reported by the JDBC driver.Classorg.hibernate.engine.jdbc.internalHibernate ORM
UnsavedValueFactoryClassorg.hibernate.engine.internalHibernate ORM
UnsavedValueStrategyThe base contract for determining transient status versus detached status.Interfaceorg.hibernate.engine.spiHibernate ORM
ValueInclusionenum ValueInclusionextends EnumAn enum of the different ways a value might be included.Classorg.hibernate.engine.spiHibernate ORM
VersioningUtilities for dealing with optimistic locking values.Classorg.hibernate.engine.internalHibernate ORM
VersionValueA strategy for determining if a version value is an version of a new transient instance or a previously persistent transient instance.Classorg.hibernate.engine.spiHibernate ORM
WrappedBlobContract for Blob wrappers.Interfaceorg.hibernate.engine.jdbcHibernate ORM
WrappedClobContract for Clob wrappers.Interfaceorg.hibernate.engine.jdbcHibernate ORM
WrappedNClobInterfaceorg.hibernate.engine.jdbcHibernate ORM