Uses of Class
org.hibernate.Incubating
-
Packages that use Incubating Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionandSessionFactory.org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.binder This package defines an easy way to extend Hibernate with user-defined annotations that define customized O/R mappings of annotated entity attributes.org.hibernate.boot.model.convert.spi org.hibernate.boot.model.naming Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc).org.hibernate.boot.model.relational org.hibernate.boot.spi org.hibernate.bytecode.enhance.spi.interceptor interceptor implementationsorg.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.collection.spi SPI definitions for persistent collections.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.aggregate org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.mutation Package defining support for performing mutation SQL (INSERT, UPDATE, DELETE) against an entity or collectionorg.hibernate.engine.jdbc.mutation.group org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.event.service.spi org.hibernate.generator This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.id.factory org.hibernate.id.factory.spi org.hibernate.integrator.spi org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.model.convert.spi org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.spi org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context eventsorg.hibernate.procedure.spi org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.criteria Hibernate's support for JPA criteria queries.org.hibernate.query.criteria.spi org.hibernate.query.derived org.hibernate.query.hql Package defining support for HQL queries (including supprt for JPQL as a subset of HQL).org.hibernate.query.hql.spi org.hibernate.query.named Support for named queriesorg.hibernate.query.procedure org.hibernate.query.results Support for defining result-set mappings used inNativeQueryandProcedureCall/StoredProcedureQuery.org.hibernate.query.spi org.hibernate.query.sql.spi org.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.tree.domain org.hibernate.query.sqm.tree.expression org.hibernate.query.sqm.tree.from org.hibernate.query.sqm.tree.insert org.hibernate.relational Programmatic access to the schema management tool.org.hibernate.spi A tiny SPI for dealing with compound names.org.hibernate.sql.ast Package defining a SQL AST for use in creating and executing various JDBC operationsorg.hibernate.sql.ast.tree.expression Contracts related to expressions in a SQL treeorg.hibernate.sql.exec.spi org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations for model parts originating from normal persistence-context events related to flush, etc.org.hibernate.sql.results.graph org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi org.hibernate.tool.schema.extract.spi org.hibernate.tool.schema.spi org.hibernate.tuple.entity org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor.java Integrates a range of types defined by the JDK with the type system of Hibernate.org.hibernate.type.descriptor.java.spi org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types.org.hibernate.type.descriptor.sql org.hibernate.type.spi org.hibernate.usertype An API for user-defined custom types. -
Packages with annotations of type Incubating Package Description org.hibernate.sql.ast Package defining a SQL AST for use in creating and executing various JDBC operationsorg.hibernate.sql.exec Package defining support for execution of SQL statements through JDBC.org.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptorhandling.org.hibernate.graph Implements and extends the JPA-definedentity graphAPI.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations for model parts originating from normal persistence-context events related to flush, etc.org.hibernate.engine.jdbc.mutation Package defining support for performing mutation SQL (INSERT, UPDATE, DELETE) against an entity or collectionorg.hibernate.persister.collection.mutation Defines support for performing mutation operations against collections.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context eventsorg.hibernate.sql.results Package for processing JDBC ResultSets into hydrated domain model graphs based on a "load plan" defined by a "domain result graph" - one or moreDomainResultnodes with zero-or-moreFetchnodesorg.hibernate.query.sqm -
-
Uses of Incubating in org.hibernate
Classes in org.hibernate with annotations of type Incubating Modifier and Type Interface Description interfaceSessionEventListenerImplemented by custom listeners that respond to low-level events involving interactions between theSessionand the database or second-level cache.classTimeZoneStorageStrategyEnumerates the possible storage strategies for offset or zoned datetimes. -
Uses of Incubating in org.hibernate.annotations
Classes in org.hibernate.annotations with annotations of type Incubating Modifier and Type Class Description interfaceAttributeBinderTypeAssociates a user-defined annotation with anAttributeBinder, allowing the annotation to drive some custom model binding.interfaceDialectOverrideAllows certain annotations to be overridden in a given SQLDialect.interfaceInstantiatorMarks the canonical constructor to be used for instantiation of an embeddable.interfaceTimeZoneColumnSpecifies the mapped column for storing the time zone information, for use in conjunction withTimeZoneStorageType.COLUMNorTimeZoneStorageType.AUTO.interfaceTimeZoneStorageSpecifies how the time zone information of a persistent property or field should be persisted.classTimeZoneStorageTypeDescribes the storage of timezone information for zoned datetime types, in particular, for the typesOffsetDateTimeandZonedDateTime. -
Uses of Incubating in org.hibernate.binder
Classes in org.hibernate.binder with annotations of type Incubating Modifier and Type Interface Description interfaceAttributeBinder<A extends Annotation>Allows a user-written annotation to drive some customized model binding. -
Uses of Incubating in org.hibernate.boot.model.convert.spi
Classes in org.hibernate.boot.model.convert.spi with annotations of type Incubating Modifier and Type Interface Description interfaceConverterAutoApplyHandlerManages resolution of auto-appliedAttributeConverterreferences for specific mappingsinterfaceConverterRegistryAttributeConverter registrations -
Uses of Incubating in org.hibernate.boot.model.naming
Classes in org.hibernate.boot.model.naming with annotations of type Incubating Modifier and Type Interface Description interfaceImplicitNamingStrategyA set of rules for determining the logical name of a mapped relational database object when the mapping for an element of the Java domain model is not explicitly specified, neither in annotations of the Java code, nor in an XML-based mapping document.interfacePhysicalNamingStrategyA set of rules for determining the physical names of objects in a relational database schema from the logical names specified by the object/relational mappings. -
Uses of Incubating in org.hibernate.boot.model.relational
Classes in org.hibernate.boot.model.relational with annotations of type Incubating Modifier and Type Interface Description interfaceColumnOrderingStrategy -
Uses of Incubating in org.hibernate.boot.spi
Classes in org.hibernate.boot.spi with annotations of type Incubating Modifier and Type Interface Description interfaceBootstrapContextDefines a context for things generally available to the process of bootstrapping a SessionFactory that are expected to be released after the SessionFactory is built.Methods in org.hibernate.boot.spi with annotations of type Incubating Modifier and Type Method Description default intMetadataBuildingContext. getPreferredSqlTypeCodeForArray()intSessionFactoryOptions. getPreferredSqlTypeCodeForArray()default intMetadataBuildingContext. getPreferredSqlTypeCodeForBoolean()intSessionFactoryOptions. getPreferredSqlTypeCodeForBoolean()default intMetadataBuildingContext. getPreferredSqlTypeCodeForDuration()intSessionFactoryOptions. getPreferredSqlTypeCodeForDuration()default intMetadataBuildingContext. getPreferredSqlTypeCodeForInstant()intSessionFactoryOptions. getPreferredSqlTypeCodeForInstant()default intMetadataBuildingContext. getPreferredSqlTypeCodeForUuid()intSessionFactoryOptions. getPreferredSqlTypeCodeForUuid()voidMetadataImplementor. orderColumns(boolean forceOrdering) -
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 interfaceBytecodeLazyAttributeInterceptor -
Uses of Incubating in org.hibernate.cfg
Fields in org.hibernate.cfg with annotations of type Incubating Modifier and Type Field Description static StringAvailableSettings. ID_DB_STRUCTURE_NAMING_STRATEGYAn implicit naming strategy for database structures (tables, sequences) related to identifier generators.static StringAvailableSettings. JPA_CALLBACKS_ENABLEDAllows JPA callbacks (viaPreUpdateand friends) to be completely disabled.static StringAvailableSettings. PREFERRED_BOOLEAN_JDBC_TYPESpecifies the preferred JDBC type for storing boolean values.static StringAvailableSettings. PREFERRED_DURATION_JDBC_TYPEThe preferred JDBC type to use for storing duration values.static StringAvailableSettings. PREFERRED_INSTANT_JDBC_TYPESpecifies the preferred JDBC type for storing instant values.static StringAvailableSettings. PREFERRED_UUID_JDBC_TYPEThe preferred JDBC type to use for storingUUIDvalues. -
Uses of Incubating in org.hibernate.collection.spi
Classes in org.hibernate.collection.spi with annotations of type Incubating Modifier and Type Interface Description interfaceCollectionInitializerProducerFunctional contract to create a CollectionInitializerinterfaceCollectionSemantics<CE,E>Describes the semantics of a persistent collection such that Hibernate understands how to use it - create one, handle elements, etc.interfaceCollectionSemanticsResolverResolve the collection semantics for the given mapped collection todo (6.0) ...classInitializerProducerBuilderinterfaceLazyInitializableHibernate "wraps" a java collection in an instance of PersistentCollection.classPersistentArrayHolder<E>A persistent wrapper for an array.classPersistentBag<E>An unordered, unkeyed collection that can contain the same element multiple times.interfacePersistentCollection<E>Persistent collections are treated as value objects by Hibernate.classPersistentIdentifierBag<E>AnIdentifierBagimplements "bag" semantics more efficiently than a regularBagby adding a synthetic identifier column to the table.classPersistentList<E>A persistent wrapper for ajava.util.List.classPersistentMap<K,E>A persistent wrapper for ajava.util.Map.classPersistentSet<E>A persistent wrapper for ajava.util.Set.classPersistentSortedMap<K,E>A persistent wrapper for ajava.util.SortedMap.classPersistentSortedSet<E>A persistent wrapper for ajava.util.SortedSet. -
Uses of Incubating in org.hibernate.dialect
Classes in org.hibernate.dialect with annotations of type Incubating Modifier and Type Class Description classTimeZoneSupportDescribes the extent to which a given database supports the SQLwith time zonetypes.Methods in org.hibernate.dialect with annotations of type Incubating Modifier and Type Method Description SchemaManagementToolDialect. getFallbackSchemaManagementTool(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)The SchemaManagementTool to use if none explicitly specified. -
Uses of Incubating in org.hibernate.dialect.aggregate
Classes in org.hibernate.dialect.aggregate with annotations of type Incubating Modifier and Type Interface Description interfaceAggregateSupportA set of operations providing support for aggregate column types in a certainSQL dialect. -
Uses of Incubating in org.hibernate.engine.jdbc.batch.spi
Classes in org.hibernate.engine.jdbc.batch.spi with annotations of type Incubating Modifier and Type Interface Description interfaceBatchConceptually models a batch.interfaceBatchBuilderA builder forBatchinstances. -
Uses of Incubating in org.hibernate.engine.jdbc.mutation
Classes in org.hibernate.engine.jdbc.mutation with annotations of type Incubating Modifier and Type Interface Description interfaceJdbcValueBindingsThe JDBC values for a mutationinterfaceMutationExecutorMain contract for performing the mutation.interfaceOperationResultCheckerUsed to check the results of a statement execution -
Uses of Incubating in org.hibernate.engine.jdbc.mutation.group
Classes in org.hibernate.engine.jdbc.mutation.group with annotations of type Incubating Modifier and Type Interface Description interfacePreparedStatementDetailsDescriptor for details about aPreparedStatementinterfacePreparedStatementGroupGrouping ofPreparedStatementreferences -
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 classAbstractParameterDescriptor<T>NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQMclassNamedParameterDescriptor<T>Descriptor regarding a named parameter.interfaceNativeQueryInterpreterService contract for dealing with native queries.classOrdinalParameterDescriptor<T>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 interfacePersistentAttributeInterceptorThe base contract for interceptors that can be injected into enhanced entities for the purpose of intercepting attribute accessConstructors in org.hibernate.engine.spi with annotations of type Incubating Constructor Description EffectiveEntityGraph()EffectiveEntityGraph(boolean allowOverwrite) -
Uses of Incubating in org.hibernate.event.service.spi
Classes in org.hibernate.event.service.spi with annotations of type Incubating Modifier and Type Interface Description interfaceEventActionWithParameter<T,U,X>Methods in org.hibernate.event.service.spi with annotations of type Incubating Modifier and Type Method Description <U> voidEventListenerGroup. fireEventOnEachListener(U event, BiConsumer<T,U> actionOnEvent)Similar asEventListenerGroup.fireLazyEventOnEachListener(Supplier, BiConsumer)except it doesn't use a {Supplier}: useful when there is no need to lazily initialize the event.<R,U,RL>
CompletionStage<R>EventListenerGroup. fireEventOnEachListener(U event, Function<RL,Function<U,CompletionStage<R>>> fun)Similar toEventListenerGroup.fireEventOnEachListener(Object, Function), but Reactive friendly: it chains processing of the same event on each Reactive Listener, and returns aCompletionStageof type R.<R,U,RL,X>
CompletionStage<R>EventListenerGroup. fireEventOnEachListener(U event, X param, Function<RL,BiFunction<U,X,CompletionStage<R>>> fun)Similar toEventListenerGroup.fireEventOnEachListener(Object, Object, Function), but Reactive friendly: it chains processing of the same event on each Reactive Listener, and returns aCompletionStageof type R.<U,X>
voidEventListenerGroup. fireEventOnEachListener(U event, X param, EventActionWithParameter<T,U,X> actionOnEvent)Similar toEventListenerGroup.fireEventOnEachListener(Object, BiConsumer), but allows passing a third parameter to the consumer; our code based occasionally needs a third parameter: having this additional variant allows using the optimal iteration more extensively and reduce allocations.<U> voidEventListenerGroup. fireLazyEventOnEachListener(Supplier<U> eventSupplier, BiConsumer<T,U> actionOnEvent)Fires an event on each registered event listener of this group.<R,U,RL>
CompletionStage<R>EventListenerGroup. fireLazyEventOnEachListener(Supplier<U> eventSupplier, Function<RL,Function<U,CompletionStage<R>>> fun)Similar toEventListenerGroup.fireLazyEventOnEachListener(Supplier, BiConsumer), but Reactive friendly: it chains processing of the same event on each Reactive Listener, and returns aCompletionStageof type R. -
Uses of Incubating in org.hibernate.generator
Classes in org.hibernate.generator with annotations of type Incubating Modifier and Type Interface Description interfaceGeneratorCreationContextMethods in org.hibernate.generator with annotations of type Incubating Modifier and Type Method Description default InsertGeneratedIdentifierDelegateOnExecutionGenerator. getGeneratedIdentifierDelegate(PostInsertIdentityPersister persister)TheInsertGeneratedIdentifierDelegateused to retrieve the generated value if this object is an identifier generator.default String[]OnExecutionGenerator. getUniqueKeyPropertyNames(EntityPersister persister)The name of a property of the entity which may be used to locate the just-inserted row containing the generated value. -
Uses of Incubating in org.hibernate.id.enhanced
Classes in org.hibernate.id.enhanced with annotations of type Incubating Modifier and Type Interface Description interfaceImplicitDatabaseObjectNamingStrategyA naming strategy specifically for determining the implicit naming of tables and sequences relating to enhanced identifier-generators. -
Uses of Incubating in org.hibernate.id.factory
Classes in org.hibernate.id.factory with annotations of type Incubating Modifier and Type Interface Description interfaceIdentifierGeneratorFactoryContract for a factory ofIdentifierGeneratorinstances.Methods in org.hibernate.id.factory with annotations of type Incubating Modifier and Type Method Description GeneratorIdentifierGeneratorFactory. createIdentifierGenerator(GenerationType generationType, String generatedValueGeneratorName, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver)Create anIdentifierGeneratorbased on the given details. -
Uses of Incubating in org.hibernate.id.factory.spi
Classes in org.hibernate.id.factory.spi with annotations of type Incubating Modifier and Type Interface Description interfaceCustomIdGeneratorCreationContext -
Uses of Incubating in org.hibernate.integrator.spi
Methods in org.hibernate.integrator.spi with annotations of type Incubating Modifier and Type Method Description default voidIntegrator. integrate(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory)Perform integration. -
Uses of Incubating in org.hibernate.metamodel
Classes in org.hibernate.metamodel with annotations of type Incubating Modifier and Type Class Description classAttributeClassificationAn extended set ofAttribute.PersistentAttributeTypeaddingAttributeClassification.ANYclassCollectionClassificationClassifications of the plurality.interfaceMappingMetamodelAccess to information about the runtime relational O/R mapping model.interfaceRuntimeMetamodelsEntry point providing access to the runtime metamodels: the domain model, our implementation of the JPA-defined model of the Java types, and our relational mapping model of how these types are made persistent. -
Uses of Incubating in org.hibernate.metamodel.mapping
Classes in org.hibernate.metamodel.mapping with annotations of type Incubating Modifier and Type Interface Description interfaceBindableContract for things at the domain mapping level that can be bound into a JDBCPreparedStatement.interfaceSelectableMappingMapping of a selectable (column/formula)classSelectablePathThe path for a selectable.Methods in org.hibernate.metamodel.mapping with annotations of type Incubating Modifier and Type Method Description default JavaType<?>JdbcMapping. getJdbcJavaType()default JdbcLiteralFormatterJdbcMapping. getJdbcLiteralFormatter()The strategy for formatting values of this expressible type to a SQL literal.default BasicValueConverterJdbcMapping. getValueConverter()Returns the converter that this basic type uses for transforming from the domain type, to the relational type, ornullif there is no conversion. -
Uses of Incubating in org.hibernate.metamodel.model.convert.spi
Classes in org.hibernate.metamodel.model.convert.spi with annotations of type Incubating Modifier and Type Interface Description interfaceBasicValueConverter<D,R>Support for basic-value conversions.Methods in org.hibernate.metamodel.model.convert.spi with annotations of type Incubating Modifier and Type Method Description default StringBasicValueConverter. getCheckCondition(String columnName, JdbcType sqlType, Dialect dialect)The check constraint that should be added to the column definition in generated DDL.default StringBasicValueConverter. getSpecializedTypeDeclaration(JdbcType jdbcType, Dialect dialect) -
Uses of Incubating in org.hibernate.metamodel.model.domain
Classes in org.hibernate.metamodel.model.domain with annotations of type Incubating Modifier and Type Interface Description interfaceJpaMetamodelExtensions to the JPA-defined metamodel of persistent Java types. -
Uses of Incubating in org.hibernate.metamodel.spi
Classes in org.hibernate.metamodel.spi with annotations of type Incubating Modifier and Type Interface Description interfaceEmbeddableInstantiatorContract for instantiating embeddable values NOTE : incubating until the proposed `instantiate(IntFunction valueAccess, SessionFactoryImplementor sessionFactory)` form can be implementedinterfaceEmbeddableRepresentationStrategyDescribes the representation of a particular embeddable type.interfaceInstantiatorStrategy for instantiating a managed typeinterfaceManagedTypeRepresentationResolverPluggable strategy handling resolution of ManagedTypeRepresentationStrategy to use.interfaceManagedTypeRepresentationStrategyDefines a singular extension point for capabilities pertaining to a representation mode.interfaceValueAccessProvides access to the values for a managed type (currently just embeddables). -
Uses of Incubating in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity with annotations of type Incubating Modifier and Type Interface Description interfaceAttributeMappingsListThis is essentially a List of AttributeMapping(s), but exposing an interface which is more suitable to our needs; in particular it expresses the immutable nature of this structure, and allows us to extend it with additional convenience methods such asAttributeMappingsList.indexedForEach(IndexedConsumer).interfaceAttributeMappingsMapSimilarly to @AttributeMappingsList, this is essentially an immutable Map of AttributeMapping(s), allowing iteration of all mappings but also retrieval by name (a String key). -
Uses of Incubating in org.hibernate.persister.entity.mutation
Classes in org.hibernate.persister.entity.mutation with annotations of type Incubating Modifier and Type Interface Description interfaceAttributeAnalysisResults of analyzing an attribute in terms of handling update operationsinterfaceEntityMutationTargetAnything that can be the target of mutationsinterfaceUpdateValuesAnalysisContains an aggregated analysis of the values for an update mutation to determine behavior such as skipping tables which contained no changes, etc. -
Uses of Incubating in org.hibernate.procedure.spi
Classes in org.hibernate.procedure.spi with annotations of type Incubating Modifier and Type Interface Description interfaceNamedCallableQueryMementoRepresents a "memento" (disconnected, externalizable form) of a ProcedureCallinterfaceProcedureParameterImplementor<T>SPI extension for ProcedureParameter -
Uses of Incubating in org.hibernate.query
Classes in org.hibernate.query with annotations of type Incubating Modifier and Type Interface Description interfaceBindableType<J>Types that can be used to handle bindingQueryparametersinterfaceJpaTupleHibernate extension to the Jakarta PersistenceTuplecontractinterfaceMutationQueryModels a mutation (insert, update, or delete) query.interfaceOutputableType<J>Specialization of DomainType for types that can be used as a parameter output for aProcedureCallinterfaceParameterMetadataAccess to known information about the parameters for a query.interfaceQuery<R>Represents a criteria query or a query written in HQL.interfaceQueryParameter<T>Represents a parameter defined in the source (HQL/JPQL or criteria) query.interfaceResultListTransformer<T>interfaceReturnableType<T>Specialization of DomainType for types that can be used as function returnsinterfaceSelectionQuery<R>Models a selection query returning results.interfaceTupleTransformer<T> -
Uses of Incubating in org.hibernate.query.criteria
Classes in org.hibernate.query.criteria with annotations of type Incubating Modifier and Type Interface Description interfaceJpaCriteriaInsertSelect<T>A representation of SqmInsertSelectStatement at theorg.hibernate.query.criterialevel, even though JPA does not define support for insert-select criteria.interfaceJpaCrossJoin<T>interfaceJpaCteContainerCommon contract for criteria parts that can hold CTEs (common table expressions).interfaceJpaCteCriteria<T>A CTE (common table expression) criteria.interfaceJpaCteCriteriaAttributeDescribes the attribute of aJpaCteCriteriaType.interfaceJpaCteCriteriaType<T>A CTE (common table expression) criteria type.interfaceJpaDerivedFrom<T>interfaceJpaDerivedJoin<T>interfaceJpaDerivedRoot<T>interfaceJpaSearchOrderRepresents the search order for a recursive CTE (common table expression).interfaceJpaWindowCommon contract for window parts used in window and aggregate functions.interfaceJpaWindowFrameCommon contract for aJpaWindowframe specification.Methods in org.hibernate.query.criteria with annotations of type Incubating Modifier and Type Method Description JpaExpression<Double>HibernateCriteriaBuilder. acos(Expression<? extends Number> x)Create an expression that returns the inverse cosine of its argument.JpaSearchOrderHibernateCriteriaBuilder. asc(JpaCteCriteriaAttribute x)Create a search ordering by the ascending value of the CTE attribute.JpaSearchOrderHibernateCriteriaBuilder. asc(JpaCteCriteriaAttribute x, boolean nullsFirst)Create a search ordering by the ascending value of the CTE attribute.JpaExpression<Double>HibernateCriteriaBuilder. asin(Expression<? extends Number> x)Create an expression that returns the inverse sine of its argument.JpaExpression<Double>HibernateCriteriaBuilder. atan(Expression<? extends Number> x)Create an expression that returns the inverse tangent of its argument.JpaExpression<Double>HibernateCriteriaBuilder. atan2(Expression<? extends Number> y, Expression<? extends Number> x)Create an expression that returns the inverse tangent ofyoverx.JpaExpression<Double>HibernateCriteriaBuilder. atan2(Expression<? extends Number> y, Number x)JpaExpression<Double>HibernateCriteriaBuilder. atan2(Number y, Expression<? extends Number> x)<N extends Number>
JpaExpression<Double>HibernateCriteriaBuilder. avg(Expression<N> argument, JpaPredicate filter)<N extends Number>
JpaExpression<Double>HibernateCriteriaBuilder. avg(Expression<N> argument, JpaPredicate filter, JpaWindow window)Create anavgaggregate function expression.<N extends Number>
JpaExpression<Double>HibernateCriteriaBuilder. avg(Expression<N> argument, JpaWindow window)JpaFunction<String>HibernateCriteriaBuilder. collate(Expression<String> x, String collation)JpaExpression<Double>HibernateCriteriaBuilder. cos(Expression<? extends Number> x)Create an expression that returns the cosine of its argument.JpaExpression<Double>HibernateCriteriaBuilder. cosh(Expression<? extends Number> x)Create an expression that returns the hyperbolic cosine of its argument.JpaExpression<Long>HibernateCriteriaBuilder. count(Expression<?> argument, JpaPredicate filter)JpaExpression<Long>HibernateCriteriaBuilder. count(Expression<?> argument, JpaPredicate filter, JpaWindow window)Create acountaggregate function expression.JpaExpression<Long>HibernateCriteriaBuilder. count(Expression<?> argument, JpaWindow window)JpaWindowHibernateCriteriaBuilder. createWindow()Create an emptyJpaWindowto use with window and aggregate functions.<X> JpaCrossJoin<X>JpaFrom. crossJoin(Class<X> entityJavaType)<X> JpaCrossJoin<X>JpaFrom. crossJoin(EntityDomainType<X> entity)JpaExpression<Double>HibernateCriteriaBuilder. cumeDist(JpaWindow window)Create acume_distwindow function expression.JpaFunction<Integer>HibernateCriteriaBuilder. day(Expression<? extends TemporalAccessor> datetime)Extracts theTemporalUnit.DAYof a date, time, or datetime expression.JpaExpression<Double>HibernateCriteriaBuilder. degrees(Expression<? extends Number> x)Create an expression that converts an angle measured in radians to an approximately equivalent angle measured in degrees.JpaExpression<Long>HibernateCriteriaBuilder. denseRank(JpaWindow window)Create adense_rankwindow function expression.JpaSearchOrderHibernateCriteriaBuilder. desc(JpaCteCriteriaAttribute x)Create a search ordering by the descending value of the CTE attribute.JpaSearchOrderHibernateCriteriaBuilder. desc(JpaCteCriteriaAttribute x, boolean nullsFirst)Create a search ordering by the descending value of the CTE attribute.<T> JpaExpression<T>HibernateCriteriaBuilder. firstValue(Expression<T> argument, JpaWindow window)Create afirst_valuewindow function expression.JpaFunction<String>HibernateCriteriaBuilder. format(Expression<? extends TemporalAccessor> datetime, String pattern)Format a date, time, or datetime according to a pattern.JpaWindowFrameHibernateCriteriaBuilder. frameBetweenFollowing(int offset)JpaWindowFrameHibernateCriteriaBuilder. frameBetweenFollowing(Expression<?> offset)Create a window frame of typeFrameKind.OFFSET_FOLLOWINGto use withJpaWindows.JpaWindowFrameHibernateCriteriaBuilder. frameBetweenPreceding(int offset)JpaWindowFrameHibernateCriteriaBuilder. frameBetweenPreceding(Expression<?> offset)Create window frame of typeFrameKind.OFFSET_PRECEDINGto use withJpaWindows.JpaWindowFrameHibernateCriteriaBuilder. frameCurrentRow()Create a window frame of typeFrameKind.CURRENT_ROWto use withJpaWindows.JpaWindowFrameHibernateCriteriaBuilder. frameUnboundedFollowing()Create a window frame of typeFrameKind.UNBOUNDED_FOLLOWINGto use withJpaWindows.JpaWindowFrameHibernateCriteriaBuilder. frameUnboundedPreceding()Create a window frame of typeFrameKind.UNBOUNDED_PRECEDINGto use withJpaWindows.<T> JpaExpression<T>HibernateCriteriaBuilder. functionAggregate(String name, Class<T> type, JpaPredicate filter, Expression<?>... args)<T> JpaExpression<T>HibernateCriteriaBuilder. functionAggregate(String name, Class<T> type, JpaPredicate filter, JpaWindow window, Expression<?>... args)Create a generic aggregate function expression.<T> JpaExpression<T>HibernateCriteriaBuilder. functionAggregate(String name, Class<T> type, JpaWindow window, Expression<?>... args)<T> JpaExpression<T>HibernateCriteriaBuilder. functionWithinGroup(String name, Class<T> type, JpaOrder order, Expression<?>... args)<T> JpaExpression<T>HibernateCriteriaBuilder. functionWithinGroup(String name, Class<T> type, JpaOrder order, JpaPredicate filter, Expression<?>... args)<T> JpaExpression<T>HibernateCriteriaBuilder. functionWithinGroup(String name, Class<T> type, JpaOrder order, JpaPredicate filter, JpaWindow window, Expression<?>... args)Create a generic ordered set-aggregate function expression.<T> JpaExpression<T>HibernateCriteriaBuilder. functionWithinGroup(String name, Class<T> type, JpaOrder order, JpaWindow window, Expression<?>... args)JpaFunction<Integer>HibernateCriteriaBuilder. hour(Expression<? extends TemporalAccessor> datetime)Extracts theTemporalUnit.HOURof a date, time, or datetime expression.<X> JpaDerivedJoin<X>JpaFrom. join(Subquery<X> subquery)<X> JpaDerivedJoin<X>JpaFrom. join(Subquery<X> subquery, SqmJoinType joinType)<X> JpaDerivedJoin<X>JpaFrom. join(Subquery<X> subquery, SqmJoinType joinType, boolean lateral)<X> JpaJoinedFrom<?,X>JpaFrom. join(JpaCteCriteria<X> cte)<X> JpaJoinedFrom<?,X>JpaFrom. join(JpaCteCriteria<X> cte, SqmJoinType joinType)<X> JpaDerivedJoin<X>JpaFrom. joinLateral(Subquery<X> subquery)<X> JpaDerivedJoin<X>JpaFrom. joinLateral(Subquery<X> subquery, SqmJoinType joinType)<T> JpaExpression<T>HibernateCriteriaBuilder. lastValue(Expression<T> argument, JpaWindow window)Create alast_valuewindow function expression.JpaFunction<String>HibernateCriteriaBuilder. left(Expression<String> x, int length)JpaFunction<String>HibernateCriteriaBuilder. left(Expression<String> x, Expression<Integer> length)Extract thelengthleftmost characters of a string.JpaExpression<String>HibernateCriteriaBuilder. listagg(JpaOrder order, Expression<String> argument, Expression<String> separator)JpaExpression<String>HibernateCriteriaBuilder. listagg(JpaOrder order, Expression<String> argument, String separator)JpaExpression<String>HibernateCriteriaBuilder. listagg(JpaOrder order, JpaPredicate filter, Expression<String> argument, Expression<String> separator)JpaExpression<String>HibernateCriteriaBuilder. listagg(JpaOrder order, JpaPredicate filter, Expression<String> argument, String separator)JpaExpression<String>HibernateCriteriaBuilder. listagg(JpaOrder order, JpaPredicate filter, JpaWindow window, Expression<String> argument, Expression<String> separator)Create alistaggordered set-aggregate function expression.JpaExpression<String>HibernateCriteriaBuilder. listagg(JpaOrder order, JpaPredicate filter, JpaWindow window, Expression<String> argument, String separator)JpaExpression<String>HibernateCriteriaBuilder. listagg(JpaOrder order, JpaWindow window, Expression<String> argument, Expression<String> separator)JpaExpression<String>HibernateCriteriaBuilder. listagg(JpaOrder order, JpaWindow window, Expression<String> argument, String separator)JpaExpression<Double>HibernateCriteriaBuilder. log(Expression<? extends Number> b, Expression<? extends Number> x)Create an expression that returns the logarithm ofxto the baseb.JpaExpression<Double>HibernateCriteriaBuilder. log(Number b, Expression<? extends Number> x)JpaExpression<Double>HibernateCriteriaBuilder. log10(Expression<? extends Number> x)Create an expression that returns the base-10 logarithm of its argument.JpaFunction<Integer>HibernateCriteriaBuilder. minute(Expression<? extends TemporalAccessor> datetime)Extracts theTemporalUnit.MINUTEof a date, time, or datetime expression.<T> JpaExpression<T>HibernateCriteriaBuilder. mode(Expression<T> sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence)<T> JpaExpression<T>HibernateCriteriaBuilder. mode(JpaPredicate filter, Expression<T> sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence)<T> JpaExpression<T>HibernateCriteriaBuilder. mode(JpaPredicate filter, JpaWindow window, Expression<T> sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence)Create amodeordered set-aggregate function expression.<T> JpaExpression<T>HibernateCriteriaBuilder. mode(JpaWindow window, Expression<T> sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence)JpaFunction<Integer>HibernateCriteriaBuilder. month(Expression<? extends TemporalAccessor> datetime)Extracts theTemporalUnit.MONTHof a date, time, or datetime expression.<T> JpaExpression<T>HibernateCriteriaBuilder. nthValue(Expression<T> argument, int n, JpaWindow window)<T> JpaExpression<T>HibernateCriteriaBuilder. nthValue(Expression<T> argument, Expression<Integer> n, JpaWindow window)Create anth_valuewindow function expression.JpaFunction<String>HibernateCriteriaBuilder. overlay(Expression<String> string, Expression<String> replacement, int start)JpaFunction<String>HibernateCriteriaBuilder. overlay(Expression<String> string, Expression<String> replacement, int start, int length)JpaFunction<String>HibernateCriteriaBuilder. overlay(Expression<String> string, Expression<String> replacement, int start, Expression<Integer> length)JpaFunction<String>HibernateCriteriaBuilder. overlay(Expression<String> string, Expression<String> replacement, Expression<Integer> start)JpaFunction<String>HibernateCriteriaBuilder. overlay(Expression<String> string, Expression<String> replacement, Expression<Integer> start, int length)JpaFunction<String>HibernateCriteriaBuilder. overlay(Expression<String> string, Expression<String> replacement, Expression<Integer> start, Expression<Integer> length)Overlay thestringexpression with thereplacementexpression, starting from indexstartand substituting a number of characters corresponding to the length of thereplacementexpression or thelengthparameter if specified.JpaFunction<String>HibernateCriteriaBuilder. overlay(Expression<String> string, String replacement, int start)JpaFunction<String>HibernateCriteriaBuilder. overlay(Expression<String> string, String replacement, int start, int length)JpaFunction<String>HibernateCriteriaBuilder. overlay(Expression<String> string, String replacement, int start, Expression<Integer> length)JpaFunction<String>HibernateCriteriaBuilder. overlay(Expression<String> string, String replacement, Expression<Integer> start)JpaFunction<String>HibernateCriteriaBuilder. overlay(Expression<String> string, String replacement, Expression<Integer> start, int length)JpaFunction<String>HibernateCriteriaBuilder. overlay(Expression<String> string, String replacement, Expression<Integer> start, Expression<Integer> length)JpaFunction<String>HibernateCriteriaBuilder. pad(CriteriaBuilder.Trimspec ts, Expression<String> x, int length)JpaFunction<String>HibernateCriteriaBuilder. pad(CriteriaBuilder.Trimspec ts, Expression<String> x, int length, char padChar)JpaFunction<String>HibernateCriteriaBuilder. pad(CriteriaBuilder.Trimspec ts, Expression<String> x, int length, Expression<Character> padChar)JpaFunction<String>HibernateCriteriaBuilder. pad(CriteriaBuilder.Trimspec ts, Expression<String> x, Expression<Integer> length)JpaFunction<String>HibernateCriteriaBuilder. pad(CriteriaBuilder.Trimspec ts, Expression<String> x, Expression<Integer> length, char padChar)JpaFunction<String>HibernateCriteriaBuilder. pad(CriteriaBuilder.Trimspec ts, Expression<String> x, Expression<Integer> length, Expression<Character> padChar)Pad the specified string expression with whitespace or with thepadCharcharacter if specified.JpaFunction<String>HibernateCriteriaBuilder. pad(Expression<String> x, int length)JpaFunction<String>HibernateCriteriaBuilder. pad(Expression<String> x, int length, char padChar)JpaFunction<String>HibernateCriteriaBuilder. pad(Expression<String> x, int length, Expression<Character> padChar)JpaFunction<String>HibernateCriteriaBuilder. pad(Expression<String> x, Expression<Integer> length)JpaFunction<String>HibernateCriteriaBuilder. pad(Expression<String> x, Expression<Integer> length, char padChar)JpaFunction<String>HibernateCriteriaBuilder. pad(Expression<String> x, Expression<Integer> length, Expression<Character> padChar)<T> JpaExpression<T>HibernateCriteriaBuilder. percentileCont(Expression<? extends Number> argument, Expression<T> sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence)<T> JpaExpression<T>HibernateCriteriaBuilder. percentileCont(Expression<? extends Number> argument, JpaPredicate filter, Expression<T> sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence)<T> JpaExpression<T>HibernateCriteriaBuilder. percentileCont(Expression<? extends Number> argument, JpaPredicate filter, JpaWindow window, Expression<T> sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence)Create apercentile_contordered set-aggregate function expression.<T> JpaExpression<T>HibernateCriteriaBuilder. percentileCont(Expression<? extends Number> argument, JpaWindow window, Expression<T> sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence)<T> JpaExpression<T>HibernateCriteriaBuilder. percentileDisc(Expression<? extends Number> argument, Expression<T> sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence)<T> JpaExpression<T>HibernateCriteriaBuilder. percentileDisc(Expression<? extends Number> argument, JpaPredicate filter, Expression<T> sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence)<T> JpaExpression<T>HibernateCriteriaBuilder. percentileDisc(Expression<? extends Number> argument, JpaPredicate filter, JpaWindow window, Expression<T> sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence)Create apercentile_discordered set-aggregate function expression.<T> JpaExpression<T>HibernateCriteriaBuilder. percentileDisc(Expression<? extends Number> argument, JpaWindow window, Expression<T> sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence)JpaExpression<Double>HibernateCriteriaBuilder. percentRank(JpaOrder order, Expression<?>... arguments)JpaExpression<Double>HibernateCriteriaBuilder. percentRank(JpaOrder order, JpaPredicate filter, Expression<?>... arguments)JpaExpression<Double>HibernateCriteriaBuilder. percentRank(JpaOrder order, JpaPredicate filter, JpaWindow window, Expression<?>... arguments)Create apercent_rankordered set-aggregate function expression.JpaExpression<Double>HibernateCriteriaBuilder. percentRank(JpaOrder order, JpaWindow window, Expression<?>... arguments)JpaExpression<Double>HibernateCriteriaBuilder. percentRank(JpaWindow window)Create apercent_rankwindow function expression.JpaExpression<Double>HibernateCriteriaBuilder. pi()Literal expression corresponding to the value of pi.JpaExpression<Double>HibernateCriteriaBuilder. radians(Expression<? extends Number> x)Create an expression that converts an angle measured in degrees to an approximately equivalent angle measured in radians.JpaExpression<Long>HibernateCriteriaBuilder. rank(JpaOrder order, Expression<?>... arguments)JpaExpression<Long>HibernateCriteriaBuilder. rank(JpaOrder order, JpaPredicate filter, Expression<?>... arguments)JpaExpression<Long>HibernateCriteriaBuilder. rank(JpaOrder order, JpaPredicate filter, JpaWindow window, Expression<?>... arguments)Create arankordered set-aggregate function expression.JpaExpression<Long>HibernateCriteriaBuilder. rank(JpaOrder order, JpaWindow window, Expression<?>... arguments)JpaExpression<Long>HibernateCriteriaBuilder. rank(JpaWindow window)Create arankwindow function expression.JpaFunction<String>HibernateCriteriaBuilder. replace(Expression<String> x, Expression<String> pattern, Expression<String> replacement)Replace all occurrences ofpatternwithin the original string withreplacement.JpaFunction<String>HibernateCriteriaBuilder. replace(Expression<String> x, Expression<String> pattern, String replacement)JpaFunction<String>HibernateCriteriaBuilder. replace(Expression<String> x, String pattern, Expression<String> replacement)JpaFunction<String>HibernateCriteriaBuilder. replace(Expression<String> x, String pattern, String replacement)JpaFunction<String>HibernateCriteriaBuilder. right(Expression<String> x, int length)JpaFunction<String>HibernateCriteriaBuilder. right(Expression<String> x, Expression<Integer> length)Extract thelengthrightmost characters of a string.JpaExpression<Long>HibernateCriteriaBuilder. rowNumber(JpaWindow window)Create arow_numberwindow function expression.JpaSearchOrderHibernateCriteriaBuilder. search(JpaCteCriteriaAttribute cteAttribute)Create a search ordering based on the ascending value of the CTE attribute.JpaSearchOrderHibernateCriteriaBuilder. search(JpaCteCriteriaAttribute cteAttribute, SortOrder sortOrder)Create a search ordering based on the sort order of the value of the CTE attribute.JpaSearchOrderHibernateCriteriaBuilder. search(JpaCteCriteriaAttribute cteAttribute, SortOrder sortOrder, NullPrecedence nullPrecedence)Create a search ordering based on the sort order and null precedence of the value of the CTE attribute.JpaFunction<Float>HibernateCriteriaBuilder. second(Expression<? extends TemporalAccessor> datetime)Extracts theTemporalUnit.SECONDof a date, time, or datetime expression.JpaExpression<Double>HibernateCriteriaBuilder. sin(Expression<? extends Number> x)Create an expression that returns the sine of its argument.JpaExpression<Double>HibernateCriteriaBuilder. sinh(Expression<? extends Number> x)Create an expression that returns the hyperbolic sine of its argument.<T> JpaExpression<T>HibernateCriteriaBuilder. sql(String pattern, Class<T> type, Expression<?>... arguments)Embed nativepatternthat will be unquoted and embedded in the generated SQL.<N extends Number>
JpaExpression<Number>HibernateCriteriaBuilder. sum(Expression<N> argument, JpaPredicate filter)<N extends Number>
JpaExpression<Number>HibernateCriteriaBuilder. sum(Expression<N> argument, JpaPredicate filter, JpaWindow window)Create asumaggregate function expression.<N extends Number>
JpaExpression<Number>HibernateCriteriaBuilder. sum(Expression<N> argument, JpaWindow window)JpaExpression<Double>HibernateCriteriaBuilder. tan(Expression<? extends Number> x)Create an expression that returns the tangent of its argument.JpaExpression<Double>HibernateCriteriaBuilder. tanh(Expression<? extends Number> x)Create an expression that returns the hyperbolic tangent of its argument.<T> JpaExpression<T>HibernateCriteriaBuilder. windowFunction(String name, Class<T> type, JpaWindow window, Expression<?>... args)Create a generic window function expression that will be applied over the specifiedwindow.JpaFunction<Integer>HibernateCriteriaBuilder. year(Expression<? extends TemporalAccessor> datetime)Extracts theTemporalUnit.YEARof a date, time, or datetime expression. -
Uses of Incubating in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi with annotations of type Incubating Modifier and Type Method Description JpaSearchOrderHibernateCriteriaBuilderDelegate. asc(JpaCteCriteriaAttribute x)JpaSearchOrderHibernateCriteriaBuilderDelegate. asc(JpaCteCriteriaAttribute x, boolean nullsFirst)JpaSearchOrderHibernateCriteriaBuilderDelegate. desc(JpaCteCriteriaAttribute x)JpaSearchOrderHibernateCriteriaBuilderDelegate. desc(JpaCteCriteriaAttribute x, boolean nullsFirst)JpaSearchOrderHibernateCriteriaBuilderDelegate. search(JpaCteCriteriaAttribute cteAttribute)JpaSearchOrderHibernateCriteriaBuilderDelegate. search(JpaCteCriteriaAttribute cteAttribute, SortOrder sortOrder)JpaSearchOrderHibernateCriteriaBuilderDelegate. search(JpaCteCriteriaAttribute cteAttribute, SortOrder sortOrder, NullPrecedence nullPrecedence) -
Uses of Incubating in org.hibernate.query.derived
Classes in org.hibernate.query.derived with annotations of type Incubating Modifier and Type Class Description classAnonymousTupleBasicEntityIdentifierMappingclassAnonymousTupleBasicValuedModelPartclassAnonymousTupleEmbeddableValuedModelPartclassAnonymousTupleEmbeddedEntityIdentifierMappingclassAnonymousTupleEntityValuedModelPartclassAnonymousTupleNonAggregatedEntityIdentifierMappingclassAnonymousTupleSimpleSqmPathSource<J>classAnonymousTupleSqmAssociationPathSource<O,J>classAnonymousTupleSqmPathSource<J>classAnonymousTupleTableGroupProducerThe table group producer for an anonymous tuple type.classAnonymousTupleType<T>classCteTupleTableGroupProducerThe table group producer for a CTE tuple type. -
Uses of Incubating in org.hibernate.query.hql
Classes in org.hibernate.query.hql with annotations of type Incubating Modifier and Type Interface Description interfaceHqlTranslatorMain entry point into building semantic queries. -
Uses of Incubating in org.hibernate.query.hql.spi
Classes in org.hibernate.query.hql.spi with annotations of type Incubating Modifier and Type Interface Description interfaceSqmCreationOptionsOptions for semantic analysisinterfaceSqmCreationProcessingStateState related to SQM creation, likeSqmCreationState, but specific to its "current processing" - which generally means specific to each statement and sub-queryinterfaceSqmCreationStateModels the state pertaining to the creation of a single SQM.interfaceSqmPathRegistryRegistry for SqmPath references providing the ability to access them in multiple ways - by alias, by NavigablePath, etc -
Uses of Incubating in org.hibernate.query.named
Classes in org.hibernate.query.named with annotations of type Incubating Modifier and Type Interface Description interfaceNameableQueryContract for Query impls that can be converted to a named query memento to be stored in theNamedObjectRepositoryinterfaceNamedObjectRepositoryRepository for references to named things related with queries.interfaceNamedResultSetMappingMementoUsed to keep information about named result mappings defined by the application which can then be applied to native-sql and stored-procedure queries.interfaceResultMemento -
Uses of Incubating in org.hibernate.query.procedure
Classes in org.hibernate.query.procedure with annotations of type Incubating Modifier and Type Interface Description interfaceProcedureParameter<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.results
Classes in org.hibernate.query.results with annotations of type Incubating Modifier and Type Interface Description interfaceFetchBuilderResponsible for building a singleDomainResultinstance as part of the overall mapping of native / procedure query results.interfaceResultBuilderResponsible for building a singleDomainResultinstance as part of the overall mapping of native / procedure query results.interfaceResultSetMappingActs as theJdbcValuesMappingProducerforNativeQueryorProcedureCall/StoredProcedureQueryinstances.classResultSetMappingImpl -
Uses of Incubating in org.hibernate.query.spi
Classes in org.hibernate.query.spi with annotations of type Incubating Modifier and Type Interface Description interfaceCloseableIterator<T>Unification of Iterator and AutoCloseableclassDoubleStreamDecoratorTheDoubleStreamDecoratorwraps a JavaDoubleStreamand registers acloseHandlerwhich is passed further to any resultingStream.classIntStreamDecoratorTheIntStreamDecoratorwraps a JavaIntStreamand registers acloseHandlerwhich is passed further to any resultingStream.classLongStreamDecoratorTheLongStreamDecoratorwraps a JavaLongStreamand registers acloseHandlerwhich is passed further to any resultingStream.classQueryEngineAggregation and encapsulation of the components Hibernate uses to execute queries (HQL, Criteria and native)interfaceQueryImplementor<R>interfaceQueryInterpretationCacheCache for various parts of translating or interpreting queries.interfaceQueryParameterBinding<T>/** The value/type binding information for a particular query parameter.interfaceQueryParameterBindingsManages all the parameter bindings for a particular query.interfaceQueryParameterListBinding<T>Represents a "parameter list" binding: aka the binding of a collection of values for a single query parameter.interfaceQueryPlanCommon contract for select and mutation query plansinterfaceScrollableResultsImplementor<R>interfaceSelectQueryPlan<R>General contract for performing execution of a query returning results.classStreamDecorator<R>TheStreamDecoratorwraps a JavaStreamand registers acloseHandlerwhich is passed further to any resultingStream. -
Uses of Incubating in org.hibernate.query.sql.spi
Classes in org.hibernate.query.sql.spi with annotations of type Incubating Modifier and Type Interface Description interfaceNativeQueryImplementor<R> -
Uses of Incubating in org.hibernate.query.sqm.spi
Classes in org.hibernate.query.sqm.spi with annotations of type Incubating Modifier and Type Interface Description interfaceSqmCreationContextThe context in which all SQM creations occur (think SessionFactory). -
Uses of Incubating in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain with annotations of type Incubating Modifier and Type Class Description classSqmCteRoot<T>classSqmDerivedRoot<T> -
Uses of Incubating in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression with annotations of type Incubating Modifier and Type Class Description classSqmWindowclassSqmWindowFrame -
Uses of Incubating in org.hibernate.query.sqm.tree.from
Classes in org.hibernate.query.sqm.tree.from with annotations of type Incubating Modifier and Type Class Description classSqmCteJoin<T>classSqmDerivedJoin<T> -
Uses of Incubating in org.hibernate.query.sqm.tree.insert
Classes in org.hibernate.query.sqm.tree.insert with annotations of type Incubating Modifier and Type Class Description classSqmInsertSelectStatement<T> -
Uses of Incubating in org.hibernate.relational
Classes in org.hibernate.relational with annotations of type Incubating Modifier and Type Interface Description interfaceSchemaManagerAllows programmaticschema export,schema validation,data cleanup, andschema cleanupas a convenience for writing tests. -
Uses of Incubating in org.hibernate.spi
Classes in org.hibernate.spi with annotations of type Incubating Modifier and Type Class Description classEntityIdentifierNavigablePathSpecialized NavigablePath implementation for handling special cases pertaining to entity identifiersclassNavigablePathCompound-name where each path references to a domain or mapping model-part relative to a root path.classTreatedNavigablePathNavigablePath implementation with special handling for treated paths -
Uses of Incubating in org.hibernate.sql.ast
Classes in org.hibernate.sql.ast with annotations of type Incubating Modifier and Type Class Description classClauseUsed to indicate which query clause we are currently processinginterfaceSqlAstWalker -
Uses of Incubating in org.hibernate.sql.ast.tree.expression
Classes in org.hibernate.sql.ast.tree.expression with annotations of type Incubating Modifier and Type Interface Description interfaceQueryTransformer -
Uses of Incubating in org.hibernate.sql.exec.spi
Classes in org.hibernate.sql.exec.spi with annotations of type Incubating Modifier and Type Interface Description interfaceJdbcSelectExecutorAn executor for JdbcSelect operations. -
Uses of Incubating in org.hibernate.sql.model
Classes in org.hibernate.sql.model with annotations of type Incubating Modifier and Type Interface Description interfaceMutationOperationMutation for a specific table as part of a logical mutation on the entity. -
Uses of Incubating in org.hibernate.sql.results.graph
Classes in org.hibernate.sql.results.graph with annotations of type Incubating Modifier and Type Interface Description interfaceDomainResult<J>Represents a result value in the domain query results.interfaceDomainResultAssembler<J>Responsible for "assembling" a result for inclusion in the domain query result.interfaceDomainResultCreationStateContains state related to buildingDomainResultandFetchgraphsinterfaceDomainResultGraphNodeMarker for all object types that can be part of a result mapping BothDomainResultandFetchare ResultSetMappingNode subtypes.interfaceEntityGraphTraversalStateState used as part of applying entity graphs to HibernateDomainResult/Fetchload graphs.interfaceFetchContract for fetches including entity, collection and composite.interfaceFetchableParts of the domain model that can be fetched.interfaceFetchListThis is essentially a List of Fetch(es), but exposing an interface which is more suitable to our needs; in particular it expresses the immutable nature of this structure, and allows us to extend it with additional convenience methods such asFetchList.indexedForEach(IndexedConsumer).interfaceFetchParentContract for things that can be the parent of a fetchinterfaceInitializerDefines a multi-step process for initializing entity, collection and composite state. -
Uses of Incubating in org.hibernate.sql.results.jdbc.spi
Classes in org.hibernate.sql.results.jdbc.spi with annotations of type Incubating Modifier and Type Interface Description interfaceJdbcValuesMappingProducerProducer for JdbcValuesMapping references. -
Uses of Incubating in org.hibernate.sql.results.spi
Classes in org.hibernate.sql.results.spi with annotations of type Incubating Modifier and Type Interface Description interfaceRowTransformer<T>Defines transformation of a raw row in the domain query result row. -
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 interfaceColumnTypeInformationProvides access to information about existing table columnsinterfaceDatabaseInformationProvides access to information about existing schema objects (tables, sequences etc) of existing database.interfaceExtractionContextDefines a context for performing extraction including providing access to information about ongoing extraction as well as to delegates needed in performing extraction.static interfaceExtractionContext.DatabaseObjectAccessIn conjunction withExtractionContext.getDatabaseObjectAccess()provides access to information about known database objects to the extractor.static interfaceExtractionContext.ResultSetProcessor<T>interfaceInformationExtractorContract for extracting information about objects in the database schema(s).Methods in org.hibernate.tool.schema.extract.spi with annotations of type Incubating Modifier and Type Method Description default <T> TExtractionContext. getQueryResults(String queryString, Object[] positionalParameters, ExtractionContext.ResultSetProcessor<T> resultSetProcessor) -
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 interfaceCleanerAn object that produces the SQL required to truncate the tables in a schema.interfaceExecutionOptionsParameter object representing options for schema management tool executioninterfaceExtractionToolEncapsulates the functionality for extracting database metadata used bySchemaManagementTool.interfaceSchemaCreatorService delegate for handling schema creation.interfaceSchemaDropperService delegate for handling schema dropping.interfaceSchemaFilterDefines a filter for Hibernate's schema tooling.interfaceSchemaFilterProviderUsed to specify theSchemaFilters to be used by create, drop, migrate and validate operations on the database schema.interfaceSchemaManagementToolContract for schema management tool integration.interfaceSchemaMigratorService delegate for handling schema migration.interfaceSchemaTruncatorService delegate for handling schema truncation.interfaceSchemaValidatorService delegate for handling schema validations -
Uses of Incubating in org.hibernate.tuple.entity
Classes in org.hibernate.tuple.entity with annotations of type Incubating Modifier and Type Class Description classCompositeValueGenerationException -
Uses of Incubating in org.hibernate.type
Classes in org.hibernate.type with annotations of type Incubating Modifier and Type Interface Description interfaceBasicPluralType<C,E>A basic plural type.Methods in org.hibernate.type with annotations of type Incubating Modifier and Type Method Description default StringBasicType. getCheckCondition(String columnName, Dialect dialect)The check constraint that should be added to the column definition in generated DDL.default StringBasicType. getSpecializedTypeDeclaration(Dialect dialect)default BasicValueConverter<T,?>BasicType. getValueConverter() -
Uses of Incubating in org.hibernate.type.descriptor.java
Classes in org.hibernate.type.descriptor.java with annotations of type Incubating Modifier and Type Interface Description interfaceBasicPluralJavaType<T>Descriptor for a basic plural Java type.interfaceTemporalJavaType<T>Specialized JavaType for temporal types.Methods in org.hibernate.type.descriptor.java with annotations of type Incubating Modifier and Type Method Description default JavaType<T>JavaType. createJavaType(ParameterizedType parameterizedType, TypeConfiguration typeConfiguration)Creates theJavaTypefor the givenParameterizedTypebased on thisJavaTyperegistered for the raw type. -
Uses of Incubating in org.hibernate.type.descriptor.java.spi
Classes in org.hibernate.type.descriptor.java.spi with annotations of type Incubating Modifier and Type Class Description classBasicCollectionJavaType<C extends Collection<E>,E>Descriptor for handling persistent collections. -
Uses of Incubating in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc with annotations of type Incubating Modifier and Type Method Description default Class<?>JdbcType. getPreferredJavaTypeClass(WrapperOptions options)The Java type class that is preferred by the binder or null. -
Uses of Incubating in org.hibernate.type.descriptor.sql
Methods in org.hibernate.type.descriptor.sql with annotations of type Incubating Modifier and Type Method Description default String[]DdlType. getRawTypeNames()Returns all type names without precision/length and scale parameters. -
Uses of Incubating in org.hibernate.type.spi
Classes in org.hibernate.type.spi with annotations of type Incubating Modifier and Type Class Description classTypeConfigurationDefines a set of available Type instances as isolated from other configurations. -
Uses of Incubating in org.hibernate.usertype
Classes in org.hibernate.usertype with annotations of type Incubating Modifier and Type Interface Description interfaceCompositeUserType<J>This interface should be implemented by user-defined custom types that have persistent attributes and can be thought of as something more like an embeddable object.Methods in org.hibernate.usertype with annotations of type Incubating Modifier and Type Method Description default JdbcTypeUserType. getJdbcType(TypeConfiguration typeConfiguration)A mappedJdbcType.default BasicValueConverter<J,Object>UserType. getValueConverter()Returns the converter that this custom type uses for transforming from the domain type to the relational type, ornullif there is no conversion.
-