| Name | Description | Type | Package | Framework |
| AbstractBatchImpl | Convenience base class for implementers of the Batch interface. | Class | org.hibernate.engine.jdbc.batch.internal | Hibernate ORM |
|
| AbstractLobCreator | Convenient base class for proxy-based LobCreator for handling wrapping. | Class | org.hibernate.engine.jdbc | Hibernate ORM |
|
| AbstractProxyHandler | Basic support for building proxy handlers. | Class | org.hibernate.engine.jdbc.internal.proxy | Hibernate ORM |
|
| AbstractResultSetProxyHandler | | Class | org.hibernate.engine.jdbc.internal.proxy | Hibernate ORM |
|
| AbstractStatementProxyHandler | | Class | org.hibernate.engine.jdbc.internal.proxy | Hibernate ORM |
|
| AbstractTransactionImpl | | Class | org.hibernate.engine.transaction.spi | Hibernate ORM |
|
| ActionQueue | Responsible for maintaining the queue of actions related to events. | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| AfterCompletionAction | A pluggable strategy for defining any actions to be performed during Synchronization. | Interface | org.hibernate.engine.transaction.synchronization.spi | Hibernate ORM |
|
| Association | Models the association of a given fetch. | Class | org.hibernate.engine.profile | Hibernate ORM |
|
| AssociationKey | Identifies a named association belonging to a particular entity instance. | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| BasicBatchKey | | Class | org.hibernate.engine.jdbc.batch.internal | Hibernate ORM |
|
| BasicFormatterImpl | Performs formatting of basic SQL statements (DML + query). | Class | org.hibernate.engine.jdbc.internal | Hibernate ORM |
|
| BasicStatementProxyHandler | | Class | org.hibernate.engine.jdbc.internal.proxy | Hibernate ORM |
|
| Batch | Conceptually models a batch. | Interface | org.hibernate.engine.jdbc.batch.spi | Hibernate ORM |
|
| BatchBuilder | | Interface | org.hibernate.engine.jdbc.batch.spi | Hibernate ORM |
|
| BatchBuilderImpl | A builder for Batch instances. | Class | org.hibernate.engine.jdbc.batch.internal | Hibernate ORM |
|
| BatchBuilderInitiator | | Class | org.hibernate.engine.jdbc.batch.internal | Hibernate ORM |
|
| BatchFetchQueue | Tracks entity and collection keys that are available for batch fetching, and the queries which were used to load entities, which | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| BatchingBatch | A Batch implementation which does bathing based on a given size. | Class | org.hibernate.engine.jdbc.batch.internal | Hibernate ORM |
|
| BatchKey | Unique key for batch identification. | Interface | org.hibernate.engine.jdbc.batch.spi | Hibernate ORM |
|
| BatchObserver | An observer contract for batch events. | Interface | org.hibernate.engine.jdbc.batch.spi | Hibernate ORM |
|
| BinaryStream | Wraps a binary stream to also provide the length which is needed when binding. | Interface | org.hibernate.engine.jdbc | Hibernate ORM |
|
| BinaryStreamImpl | Fields inherited from class java. | Class | org.hibernate.engine.jdbc.internal | Hibernate ORM |
|
| BlobImplementer | Marker interface for non-contextually created Blob instances. | Interface | org.hibernate.engine.jdbc | Hibernate ORM |
|
| BlobProxy | Manages aspects of proxying Blob references for non-contextual creation, including proxy creation and handling proxy invocations. | Class | org.hibernate.engine.jdbc | Hibernate ORM |
|
| CachedNaturalIdValueSource | enum CachedNaturalIdValueSourceextends EnumThe type of action from which the cache call is originating. | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| CacheImplementor | | Interface | org.hibernate.engine.spi | Hibernate ORM |
|
| CacheInitiator | | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| CallableStatementProxyHandler | | Class | org.hibernate.engine.jdbc.internal.proxy | Hibernate ORM |
|
| Cascade | Delegate responsible for, in conjunction with the various actions, implementing cascade processing. | Class | org.hibernate.engine.internal | Hibernate ORM |
|
| CascadeStyle | A contract for defining the aspects of cascading various persistence actions. | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| CascadeStyle .MultipleCascadeStyle | | Class | org.hibernate.engine.spi.CascadeStyle | Hibernate ORM |
|
| CascadingAction | | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| CharacterStream | | Interface | org.hibernate.engine.jdbc | Hibernate ORM |
|
| CharacterStreamImpl | | Class | org.hibernate.engine.jdbc.internal | Hibernate ORM |
|
| ClobImplementer | Marker interface for non-contextually created Clob instances. | Interface | org.hibernate.engine.jdbc | Hibernate ORM |
|
| ClobProxy | Manages aspects of proxying Clobs for non-contextual creation, including proxy creation and handling proxy invocations. | Class | org.hibernate.engine.jdbc | Hibernate ORM |
|
| CMTTransaction | the context of the container managed transaction. | Class | org.hibernate.engine.transaction.internal.jta | Hibernate ORM |
|
| CMTTransactionFactory | Factory for Container Managed Transaction (CMT) based transaction facades. | Class | org.hibernate.engine.transaction.internal.jta | Hibernate ORM |
|
| CollectionEntry | We need an entry to tell us all about the current state of a collection with respect to its persistent state | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| CollectionKey | Uniquely identifies a collection instance in a particular session. | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| CollectionLoadContext | Represents state associated with the processing of a given ResultSet in regards to loading collections. | Class | org.hibernate.engine.loading.internal | Hibernate ORM |
|
| Collections | | Class | org.hibernate.engine.internal | Hibernate ORM |
|
| ColumnNameCache | | Class | org.hibernate.engine.jdbc | Hibernate ORM |
|
| ConnectionObserver | An observer of logical connection events. | Interface | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| ConnectionObserverAdapter | | Class | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| ConnectionProxyHandler | The InvocationHandler for intercepting messages to Connection proxies. | Class | org.hibernate.engine.jdbc.internal.proxy | Hibernate ORM |
|
| ContextualLobCreator | | Class | org.hibernate.engine.jdbc | Hibernate ORM |
|
| EJB3CascadeStyle | Becasue CascadeStyle is not opened and package protected, I need to subclass and override the persist alias | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| EJB3CascadingAction | Because of CascadingAction constructor visibility I need a packaged friendly subclass | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| EntityEntry | We need an entry to tell us all about the current state of an object with respect to its persistent stateSee Also:Serialized Form | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| EntityKey | Uniquely identifies of an entity instance in a particular session by identifier. | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| EntityLoadContext | Tracks information about loading of entities specific to a given result set. | Class | org.hibernate.engine.loading.internal | Hibernate ORM |
|
| EntityUniqueKey | Used to uniquely key an entity instance in relation to a particular session by some unique property reference, as opposed to identifier. | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| ExceptionMapper | | Interface | org.hibernate.engine.transaction.synchronization.spi | Hibernate ORM |
|
| ExecuteUpdateResultCheckStyle | enum ExecuteUpdateResultCheckStyleextends EnumFor persistence operations (INSERT, UPDATE, DELETE) what style of determining | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| ExtractedDatabaseMetaData | Information extracted from DatabaseMetaData regarding what the JDBC driver reports as being supported or not. | Interface | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| ExtractedDatabaseMetaData .SQLStateType | | Class | org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData | Hibernate ORM |
|
| Fetch | Models an individual fetch within a profile. | Class | org.hibernate.engine.profile | Hibernate ORM |
|
| Fetch .Style | The type or style of fetch. | Class | org.hibernate.engine.profile.Fetch | Hibernate ORM |
|
| FetchProfile | A '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. | Class | org.hibernate.engine.profile | Hibernate ORM |
|
| FetchStyle | enum FetchStyleextends EnumEnumeration of values describing HOW fetching should occur. | Class | org.hibernate.engine | Hibernate ORM |
|
| FetchTiming | enum FetchTimingextends EnumEnumeration of values describing WHEN fetching should occur. | Class | org.hibernate.engine | Hibernate ORM |
|
| FilterDefinition | A FilterDefinition defines the global attributes of a dynamic filter. | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| FilterQueryPlan | | Class | org.hibernate.engine.query.spi | Hibernate ORM |
|
| ForeignKeys | | Class | org.hibernate.engine.internal | Hibernate ORM |
|
| ForeignKeys .Nullifier | Constructor SummaryForeignKeys. | Class | org.hibernate.engine.internal.ForeignKeys | Hibernate ORM |
|
| FormatStyle | enum FormatStyleextends EnumRepresents the the understood types or styles of formatting. | Class | org.hibernate.engine.jdbc.internal | Hibernate ORM |
|
| Formatter | | Interface | org.hibernate.engine.jdbc.internal | Hibernate ORM |
|
| HibernateIterator | Hibernate-specific iterator that may be closedSee Also:Query. | Interface | org.hibernate.engine | Hibernate ORM |
|
| HQLQueryPlan | Defines a query execution plan for an HQL query (or filter). | Class | org.hibernate.engine.query.spi | Hibernate ORM |
|
| IdentifierValue | A strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance. | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| ImplicitResultSetProxyHandler | | Class | org.hibernate.engine.jdbc.internal.proxy | Hibernate ORM |
|
| ImplicitStatementProxyHandler | | Class | org.hibernate.engine.jdbc.internal.proxy | Hibernate ORM |
|
| InvalidatableWrapper | | Interface | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| IsolationDelegate | Contract for performing work in a manner that isolates it from any current transaction. | Interface | org.hibernate.engine.transaction.spi | Hibernate ORM |
|
| JdbcConnectionAccess | Provides centralized access to JDBC connections. | Interface | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| JdbcCoordinator | Coordinates JDBC-related activities. | Interface | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| JdbcCoordinatorImpl | Standard Hibernate implementation of JdbcCoordinator IMPL NOTE : Custom serialization handling! | Class | org.hibernate.engine.jdbc.internal | Hibernate ORM |
|
| JdbcIsolationDelegate | | Class | org.hibernate.engine.transaction.internal.jdbc | Hibernate ORM |
|
| JdbcProxyException | Indicates a problem defining or instantiating a JDBC proxy class. | Class | org.hibernate.engine.jdbc.internal.proxy | Hibernate ORM |
|
| JdbcResourceRegistry | Defines a registry of JDBC resources related to a particular unit of work. | Interface | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| JdbcResourceRegistryImpl | Standard implementation of the JdbcResourceRegistry contractSee Also:Serialized Form | Class | org.hibernate.engine.jdbc.internal | Hibernate ORM |
|
| JdbcServices | Contract for services around JDBC operations. | Interface | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| JdbcServicesImpl | Standard implementation of the JdbcServices contractSee Also:Serialized Form | Class | org.hibernate.engine.jdbc.internal | Hibernate ORM |
|
| JdbcServicesInitiator | | Class | org.hibernate.engine.jdbc.internal | Hibernate ORM |
|
| JdbcTransaction | Transaction implementation based on transaction management through a JDBC Connection. | Class | org.hibernate.engine.transaction.internal.jdbc | Hibernate ORM |
|
| JdbcTransactionFactory | Factory for JdbcTransaction instances. | Class | org.hibernate.engine.transaction.internal.jdbc | Hibernate ORM |
|
| JdbcWrapper | Generic contract for wrapped JDBC objects. | Interface | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| JoinHelper | | Class | org.hibernate.engine.internal | Hibernate ORM |
|
| JoinSequence | | Class | org.hibernate.engine.internal | Hibernate ORM |
|
| JoinSequence .Selector | | Interface | org.hibernate.engine.internal.JoinSequence | Hibernate ORM |
|
| JoinStatus | enum JoinStatusextends EnumSee the JPA notion of joining a transaction for details. | Class | org.hibernate.engine.transaction.spi | Hibernate ORM |
|
| JtaIsolationDelegate | An isolation delegate for JTA environments. | Class | org.hibernate.engine.transaction.internal.jta | Hibernate ORM |
|
| JtaStatusHelper | Utility for dealing with JTA statuses. | Class | org.hibernate.engine.transaction.internal.jta | Hibernate ORM |
|
| JtaTransaction | | Class | org.hibernate.engine.transaction.internal.jta | Hibernate ORM |
|
| JtaTransactionFactory | Factory for JtaTransaction instances. | Class | org.hibernate.engine.transaction.internal.jta | Hibernate ORM |
|
| LoadContexts | Maps 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'd | Class | org.hibernate.engine.loading.internal | Hibernate ORM |
|
| LoadingCollectionEntry | Represents a collection currently being loaded. | Class | org.hibernate.engine.loading.internal | Hibernate ORM |
|
| LoadQueryInfluencers | Centralize all options which can influence the SQL query needed to load an entity. | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| LobCreationContext | Provides callback access into the context in which the LOB is to be created. | Interface | org.hibernate.engine.jdbc | Hibernate ORM |
|
| LobCreationContext .Callback | The callback contract for making use of the JDBC Connection. | Interface | org.hibernate.engine.jdbc.LobCreationContext | Hibernate ORM |
|
| LobCreator | Contract for creating various LOB references. | Interface | org.hibernate.engine.jdbc | Hibernate ORM |
|
| LobCreatorBuilder | Builds LobCreator instances based on the capabilities of the environment. | Class | org.hibernate.engine.jdbc.internal | Hibernate ORM |
|
| LocalStatus | enum LocalStatusextends EnumEnumeration of statuses in which a local transaction facade (Transaction) might be. | Class | org.hibernate.engine.transaction.spi | Hibernate ORM |
|
| LogicalConnection | | Interface | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| LogicalConnectionImpl | Standard Hibernate LogicalConnection implementation IMPL NOTE : Custom serialization handling! | Class | org.hibernate.engine.jdbc.internal | Hibernate ORM |
|
| LogicalConnectionImplementor | | Interface | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| ManagedFlushChecker | A pluggable strategy for defining how the Synchronization registered by Hibernate determines whether to perform a managed flush. | Interface | org.hibernate.engine.transaction.synchronization.spi | Hibernate ORM |
|
| Mapping | Defines operations common to compiled mappings (ie. | Interface | org.hibernate.engine.spi | Hibernate ORM |
|
| NamedParameterDescriptor | Descriptor regarding a named parameter. | Class | org.hibernate.engine.query.spi | Hibernate ORM |
|
| NamedQueryDefinition | Definition of a named query, defined in the mapping metadata. | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| NamedSQLQueryDefinition | Definition of a named native SQL query, defined in the mapping metadata. | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| NativeSQLQueryCollectionReturn | Represents a return defined as part of a native sql query which names a collection role in the form {classname}. | Class | org.hibernate.engine.query.spi.sql | Hibernate ORM |
|
| NativeSQLQueryJoinReturn | Represents a return defined as part of a native sql query which names a fetched role. | Class | org.hibernate.engine.query.spi.sql | Hibernate ORM |
|
| NativeSQLQueryNonScalarReturn | Represents the base information for a non-scalar return defined as part of a native sql query. | Class | org.hibernate.engine.query.spi.sql | Hibernate ORM |
|
| NativeSQLQueryPlan | Defines a query execution plan for a native-SQL query. | Class | org.hibernate.engine.query.spi | Hibernate ORM |
|
| NativeSQLQueryReturn | Describes a return in a native SQL query. | Interface | org.hibernate.engine.query.spi.sql | Hibernate ORM |
|
| NativeSQLQueryRootReturn | Represents a return defined as part of a native sql query which names a root entity. | Class | org.hibernate.engine.query.spi.sql | Hibernate ORM |
|
| NativeSQLQueryScalarReturn | Describes a scalar return in a native SQL query. | Class | org.hibernate.engine.query.spi.sql | Hibernate ORM |
|
| NativeSQLQuerySpecification | Defines the specification or blue-print for a native-sql query. | Class | org.hibernate.engine.query.spi.sql | Hibernate ORM |
|
| NaturalIdXrefDelegate | Maintains a PersistenceContext-level 2-way cross-reference (xref) between the identifiers and natural ids of entities associated with the PersistenceContext. | Class | org.hibernate.engine.internal | Hibernate ORM |
|
| NClobImplementer | Marker interface for non-contextually created java. | Interface | org.hibernate.engine.jdbc | Hibernate ORM |
|
| NClobProxy | Manages aspects of proxying java. | Class | org.hibernate.engine.jdbc | Hibernate ORM |
|
| NonBatchingBatch | An implementation of Batch which does not perform batching. | Class | org.hibernate.engine.jdbc.batch.internal | Hibernate ORM |
|
| NonContextualLobCreator | LobCreator implementation using non-contextual or local creation, meaning that we generate the LOB references ourselves as opposed to delegating to the JDBC Connection. | Class | org.hibernate.engine.jdbc | Hibernate ORM |
|
| NonDurableConnectionObserver | Additional optional contract for connection observers to indicate that they should be released when the physical connection is released. | Interface | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| NonFlushedChanges | | Interface | org.hibernate.engine.spi | Hibernate ORM |
|
| NonNullableTransientDependencies | Tracks non-nullable transient entities that would cause a particular entity insert to fail. | Class | org.hibernate.engine.internal | Hibernate ORM |
|
| Nullability | | Class | org.hibernate.engine.internal | Hibernate ORM |
|
| NullSynchronizationException | Indicates an attempt to register a null synchronization. | Class | org.hibernate.engine.transaction.internal | Hibernate ORM |
|
| OptimisticLockStyle | enum OptimisticLockStyleextends EnumEnum Constant SummaryALL | Class | org.hibernate.engine | Hibernate ORM |
|
| OrdinalParameterDescriptor | | Class | org.hibernate.engine.query.spi | Hibernate ORM |
|
| ParameterBinder | Centralizes the commonality regarding binding of parameter values into PreparedStatements as this logic is used in many places. | Class | org.hibernate.engine.internal | Hibernate ORM |
|
| ParameterBinder .NamedParameterSource | | Interface | org.hibernate.engine.internal.ParameterBinder | Hibernate ORM |
|
| ParameterMetadata | Encapsulates metadata about parameters encountered within a query. | Class | org.hibernate.engine.query.spi | Hibernate ORM |
|
| ParameterParser | The single available method parse(java. | Class | org.hibernate.engine.query.spi | Hibernate ORM |
|
| ParameterParser .Recognizer | | Interface | org.hibernate.engine.query.spi.ParameterParser | Hibernate ORM |
|
| ParamLocationRecognizer | of journaling parameter locations. | Class | org.hibernate.engine.query.spi | Hibernate ORM |
|
| ParamLocationRecognizer .NamedParameterDescription | Constructor SummaryParamLocationRecognizer. | Class | org.hibernate.engine.query.spi.ParamLocationRecognizer | Hibernate ORM |
|
| PersistenceContext | Represents the state of stuff Hibernate is tracking, including (not exhaustive): entitiescollectionssnapshotsproxies | Interface | org.hibernate.engine.spi | Hibernate ORM |
|
| PersistenceContext .NaturalIdHelper | Provides centralized access to natural-id-related functionality. | Interface | org.hibernate.engine.spi.PersistenceContext | Hibernate ORM |
|
| PreparedStatementProxyHandler | | Class | org.hibernate.engine.jdbc.internal.proxy | Hibernate ORM |
|
| ProxyBuilder | | Class | org.hibernate.engine.jdbc.internal.proxy | Hibernate ORM |
|
| QueryMetadata | Defines metadata regarding a translated HQL or native-SQL query. | Class | org.hibernate.engine.query.spi | Hibernate ORM |
|
| QueryParameters | | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| QueryPlanCache | Acts as a cache for compiled query plans, as well as query-parameter metadata. | Class | org.hibernate.engine.query.spi | Hibernate ORM |
|
| ReaderInputStream | Exposes a Reader as an InputStream. | Class | org.hibernate.engine.jdbc | Hibernate ORM |
|
| RegisteredSynchronization | | Class | org.hibernate.engine.transaction.synchronization.internal | Hibernate ORM |
|
| ResultSetMappingDefinition | Keep a description of the resultset mappingSee Also:Serialized Form | Class | org.hibernate.engine | Hibernate ORM |
|
| ResultSetProxyHandler | | Class | org.hibernate.engine.jdbc.internal.proxy | Hibernate ORM |
|
| ResultSetWrapper | Contract for wrapping a ResultSet in a column name cache wrapper. | Interface | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| ResultSetWrapperImpl | Standard Hibernate implementation for wrapping a ResultSet in a column name cache wrapper. | Class | org.hibernate.engine.jdbc.internal | Hibernate ORM |
|
| ResultSetWrapperProxy | A 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. | Class | org.hibernate.engine.jdbc | Hibernate ORM |
|
| ReturnMetadata | | Class | org.hibernate.engine.query.spi | Hibernate ORM |
|
| RowSelection | Represents a selection criteria for rows in a JDBC ResultSetConstructor SummaryRowSelection() | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| SchemaNameResolver | Contract for resolving the schema of a Connection. | Interface | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| SerializableBlobProxy | Manages aspects of proxying Blobs to add serializability. | Class | org.hibernate.engine.jdbc | Hibernate ORM |
|
| SerializableClobProxy | Manages aspects of proxying Clobs to add serializability. | Class | org.hibernate.engine.jdbc | Hibernate ORM |
|
| SerializableNClobProxy | Manages aspects of proxying java. | Class | org.hibernate.engine.jdbc | Hibernate ORM |
|
| SessionBuilderImplementor | Defines the internal contract between the SessionBuilder and other parts ofSee Also:SessionBuilder | Interface | org.hibernate.engine.spi | Hibernate ORM |
|
| SessionFactoryImplementor | Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. | Interface | org.hibernate.engine.spi | Hibernate ORM |
|
| SessionImplementor | Defines the internal contract between Session / StatelessSession and other parts of Hibernate such as Type, EntityPersister and | Interface | org.hibernate.engine.spi | Hibernate ORM |
|
| SessionOwner | The contract for a Session owner. | Interface | org.hibernate.engine.spi | Hibernate ORM |
|
| SqlExceptionHelper | Helper for handling SQLExceptions in various manners. | Class | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| SqlExceptionHelper .StandardWarningHandler | Constructor SummarySqlExceptionHelper. | Class | org.hibernate.engine.jdbc.spi.SqlExceptionHelper | Hibernate ORM |
|
| SqlExceptionHelper .WarningHandler | | Interface | org.hibernate.engine.jdbc.spi.SqlExceptionHelper | Hibernate ORM |
|
| SqlExceptionHelper .WarningHandlerLoggingSupport | Basic support for SqlExceptionHelper. | Class | org.hibernate.engine.jdbc.spi.SqlExceptionHelper | Hibernate ORM |
|
| SqlStatementLogger | Centralize logging for SQL statements. | Class | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| StatefulPersistenceContext | A stateful implementation of the PersistenceContext contract meaning that we maintain this state throughout the life of the persistence context. | Class | org.hibernate.engine.internal | Hibernate ORM |
|
| StatementPreparer | | Interface | org.hibernate.engine.jdbc.spi | Hibernate ORM |
|
| Status | enum Statusextends EnumRepresents the status of an entity with respect to | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| StreamUtils | | Class | org.hibernate.engine.jdbc | Hibernate ORM |
|
| SubselectFetch | | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| SynchronizationCallbackCoordinator | | Interface | org.hibernate.engine.transaction.synchronization.spi | Hibernate ORM |
|
| SynchronizationCallbackCoordinatorImpl | Manages callbacks from the Synchronization registered by Hibernate. | Class | org.hibernate.engine.transaction.synchronization.internal | Hibernate ORM |
|
| SynchronizationRegistry | Manages a registry of Synchronizations. | Interface | org.hibernate.engine.transaction.spi | Hibernate ORM |
|
| SynchronizationRegistryImpl | Manages a registry of Synchronizations. | Class | org.hibernate.engine.transaction.internal | Hibernate ORM |
|
| TransactionContext | Access to services needed in the context of processing transaction requests. | Interface | org.hibernate.engine.transaction.spi | Hibernate ORM |
|
| TransactionCoordinator | Acts as the coordinator between the Hibernate engine and physical transactions. | Interface | org.hibernate.engine.transaction.spi | Hibernate ORM |
|
| TransactionCoordinatorImpl | Standard implementation of the Hibernate TransactionCoordinator IMPL NOTE : Custom serialization handling! | Class | org.hibernate.engine.transaction.internal | Hibernate ORM |
|
| TransactionEnvironment | Provides access to transactional services. | Interface | org.hibernate.engine.transaction.spi | Hibernate ORM |
|
| TransactionFactory | Contract for transaction creation, as well as providing metadata and contextual information about that creation. | Interface | org.hibernate.engine.transaction.spi | Hibernate ORM |
|
| TransactionFactoryInitiator | Standard instantiator for the standard TransactionFactory service. | Class | org.hibernate.engine.transaction.internal | Hibernate ORM |
|
| TransactionImplementor | Additional contract for implementors of the Hibernate Transaction API. | Interface | org.hibernate.engine.transaction.spi | Hibernate ORM |
|
| TransactionObserver | Observer of internal transaction events. | Interface | org.hibernate.engine.transaction.spi | Hibernate ORM |
|
| TwoPhaseLoad | Functionality relating to Hibernate's two-phase loading process, that may be reused by persisters that do not use the Loader | Class | org.hibernate.engine.internal | Hibernate ORM |
|
| TypedValue | An ordered pair of a value and its Hibernate type. | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| TypeInfo | Models type info extracted from DatabaseMetaData. | Class | org.hibernate.engine.jdbc.internal | Hibernate ORM |
|
| TypeInfoExtracter | | Class | org.hibernate.engine.jdbc.internal | Hibernate ORM |
|
| TypeNullability | enum TypeNullabilityextends EnumDescribes the instrinsic nullability of a data type as reported by the JDBC driver. | Class | org.hibernate.engine.jdbc.internal | Hibernate ORM |
|
| TypeSearchability | enum TypeSearchabilityextends EnumDescribes the searchability of a data type as reported by the JDBC driver. | Class | org.hibernate.engine.jdbc.internal | Hibernate ORM |
|
| UnsavedValueFactory | | Class | org.hibernate.engine.internal | Hibernate ORM |
|
| UnsavedValueStrategy | The base contract for determining transient status versus detached status. | Interface | org.hibernate.engine.spi | Hibernate ORM |
|
| ValueInclusion | enum ValueInclusionextends EnumAn enum of the different ways a value might be included. | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| Versioning | Utilities for dealing with optimistic locking values. | Class | org.hibernate.engine.internal | Hibernate ORM |
|
| VersionValue | A strategy for determining if a version value is an version of a new transient instance or a previously persistent transient instance. | Class | org.hibernate.engine.spi | Hibernate ORM |
|
| WrappedBlob | Contract for Blob wrappers. | Interface | org.hibernate.engine.jdbc | Hibernate ORM |
|
| WrappedClob | Contract for Clob wrappers. | Interface | org.hibernate.engine.jdbc | Hibernate ORM |
|
| WrappedNClob | | Interface | org.hibernate.engine.jdbc | Hibernate ORM |