Uses of Class
org.hibernate.Incubating
-
Packages that use Incubating Package Description org.hibernate.bytecode.enhance.spi.interceptor interceptor implementationsorg.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.envers.query org.hibernate.query org.hibernate.query.procedure org.hibernate.query.procedure.spi org.hibernate.query.spi org.hibernate.tool.schema.extract.spi org.hibernate.tool.schema.spi org.hibernate.type.spi -
-
Uses of Incubating in org.hibernate.bytecode.enhance.spi.interceptor
Classes in org.hibernate.bytecode.enhance.spi.interceptor with annotations of type Incubating Modifier and Type Interface Description interface
BytecodeLazyAttributeInterceptor
-
Uses of Incubating in org.hibernate.engine.query.spi
Classes in org.hibernate.engine.query.spi with annotations of type Incubating Modifier and Type Class Description class
AbstractParameterDescriptor
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQMclass
NamedParameterDescriptor
Descriptor regarding a named parameter.class
OrdinalParameterDescriptor
Descriptor regarding an ordinal parameter. -
Uses of Incubating in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi with annotations of type Incubating Modifier and Type Interface Description interface
PersistentAttributeInterceptor
The base contract for interceptors that can be injected into enhanced entities for the purpose of intercepting attribute access -
Uses of Incubating in org.hibernate.envers.query
Classes in org.hibernate.envers.query with annotations of type Incubating Modifier and Type Interface Description interface
AuditAssociationQuery<Q extends AuditQuery>
Methods in org.hibernate.envers.query with annotations of type Incubating Modifier and Type Method Description AuditQuery
AuditQueryCreator. forRevisionsOfEntity(java.lang.Class<?> clazz, boolean selectDeletedEntities)
Creates a query that selects the revision entities associated with the specified entity.AuditQuery
AuditQueryCreator. forRevisionsOfEntity(java.lang.Class<?> clazz, java.lang.String entityName, boolean selectDeletedEntities)
Creates a query that selects the revision entities associated with the specified entity.AuditQuery
AuditQueryCreator. forRevisionsOfEntityWithChanges(java.lang.Class<?> clazz, boolean selectDeletedEntities)
Creates a query that selects the revisions at which the given entity was modified.AuditQuery
AuditQueryCreator. forRevisionsOfEntityWithChanges(java.lang.Class<?> clazz, java.lang.String entityName, boolean selectDeletedEntities)
Creates a query that selects the revisions at which the given entity was modified. -
Uses of Incubating in org.hibernate.query
Classes in org.hibernate.query with annotations of type Incubating Modifier and Type Interface Description interface
QueryParameter<T>
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM -
Uses of Incubating in org.hibernate.query.procedure
Classes in org.hibernate.query.procedure with annotations of type Incubating Modifier and Type Interface Description interface
ProcedureParameter<T>
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM -
Uses of Incubating in org.hibernate.query.procedure.spi
Classes in org.hibernate.query.procedure.spi with annotations of type Incubating Modifier and Type Interface Description interface
ProcedureParameterImplementor<T>
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM -
Uses of Incubating in org.hibernate.query.spi
Classes in org.hibernate.query.spi with annotations of type Incubating Modifier and Type Interface Description interface
CloseableIterator<T>
Unification of Iterator and AutoCloseableclass
NamedQueryRepository
interface
NativeQueryImplementor<T>
interface
QueryImplementor<R>
interface
QueryParameterBinding<T>
The value/type binding information for a particular query parameter.interface
QueryParameterBindings
interface
QueryParameterListBinding<T>
Represents a "parameter list" binding: aka the binding of a collection of values for a single query parameter.interface
ScrollableResultsImplementor
-
Uses of Incubating in org.hibernate.tool.schema.extract.spi
Classes in org.hibernate.tool.schema.extract.spi with annotations of type Incubating Modifier and Type Interface Description interface
DatabaseInformation
Provides access to information about existing schema objects (tables, sequences etc) of existing database.interface
ExtractionContext
Defines a context for performing extraction including providing access to information about ongoing extraction as well as to delegates needed in performing extraction.static interface
ExtractionContext.DatabaseObjectAccess
In conjunction withExtractionContext.getDatabaseObjectAccess()
provides access to information about known database objects to the extractor.interface
InformationExtractor
Contract for extracting information about objects in the database schema(s). -
Uses of Incubating in org.hibernate.tool.schema.spi
Classes in org.hibernate.tool.schema.spi with annotations of type Incubating Modifier and Type Interface Description interface
ExecutionOptions
Parameter object representing options for schema management tool executioninterface
SchemaCreator
Service delegate for handling schema creation.interface
SchemaDropper
Service delegate for handling schema dropping.interface
SchemaFilter
Defines a filter for Hibernate's schema tooling.interface
SchemaFilterProvider
Used to specify theSchemaFilter
s to be used by create, drop, migrate and validate operations on the database schema.interface
SchemaManagementTool
Contract for schema management tool integration.interface
SchemaMigrator
Service delegate for handling schema migration.interface
SchemaValidator
Service delegate for handling schema validations -
Uses of Incubating in org.hibernate.type.spi
Classes in org.hibernate.type.spi with annotations of type Incubating Modifier and Type Class Description class
TypeConfiguration
Defines a set of available Type instances as isolated from other configurations.
-