Uses of Class
org.hibernate.Incubating
-
Packages that use Incubating Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances ofSessionandStatelessSession, the most important APIs exposing persistence-related operations for entities.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 entities and annotated entity attributes.org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.model This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.org.hibernate.boot.model.convert.spi Defines the SPI of a registry of JPAAttributeConverters.org.hibernate.boot.model.naming This API allows intervention by generic code in the process of determining the names of database objects (tables, columns, and constraints).org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.bytecode.enhance.spi.interceptor Support for bytecode interceptor implementations.org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.collection.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.aggregate Support forDialect-specific aggregate column types, including user-defined composite types, and JSON or XML types.org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.mutation Package defining support for executing mutation SQL statements produced by the persister for an entity or collection.org.hibernate.engine.jdbc.mutation.group org.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.org.hibernate.engine.query.spi An SPI for dealing with parameters of native queries.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.event.service.spi An SPI for the event listener registration service.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 configuration.org.hibernate.id.factory Defines a service for creating id generators.org.hibernate.id.factory.spi Contains an SPI for id generator factories.org.hibernate.integrator.spi An SPI for extensions which integrate with Hibernate via the JavaServiceLoaderfacility.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.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.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.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 events.org.hibernate.procedure.spi Defines an SPI for calling stored procedures and functions.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.criteria Support for JPA criteria queries.org.hibernate.query.criteria.spi SPI for extendingHibernateCriteriaBuilderwith additional functionality by registering aService.org.hibernate.query.derived org.hibernate.query.hql Package defining support for HQL, including JPQL as a subset of HQL.org.hibernate.query.hql.spi SPIs for HQL support.org.hibernate.query.named Support for named queriesorg.hibernate.query.procedure Support SQL functions in the SQM model.org.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sql.spi SPIs for native SQL query support.org.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.query.sqm.tree.from Nodes representing root entities and joins in the SQM tree.org.hibernate.query.sqm.tree.insert Nodes representinginsertstatements in the SQM tree.org.hibernate.relational Programmatic access to the schema management tool.org.hibernate.spi A tiny SPI for dealing with compound names and navigable paths.org.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree.org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC.org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi org.hibernate.tool.schema.extract.spi Defines an SPI for schema information extraction from the database via JDBC.org.hibernate.tool.schema.spi An SPI for the tooling related to DDL generation, export, migration, and validation.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.converter.spi An SPI for basic-typed value conversions, including support for handling JPAAttributeConverterinstances as part of the HibernateTypesystem.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 An API for working with abstract families of DDL types parameterized by varying length, precision, and scale.org.hibernate.type.format Support for type mappings which format composite values to a structured text format (JSON or XML) for storage in a database-specific column type supporting that structured format.org.hibernate.type.spi Defines a registry for HibernateTypes.org.hibernate.usertype An API for user-defined custom types which extend the set of built-in types defined inorg.hibernate.type. -
Packages with annotations of type Incubating Package Description org.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.org.hibernate.sql.exec Support for execution of SQL statements via JDBC.org.hibernate.type.format Support for type mappings which format composite values to a structured text format (JSON or XML) for storage in a database-specific column type supporting that structured format.org.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptorhandling.org.hibernate.graph Implements and extends the JPA-defined entity graph API.org.hibernate.sql.results.graph Defines domain result graphs.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 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.sql.model Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.org.hibernate.engine.jdbc.mutation Package defining support for executing mutation SQL statements produced by the persister for an entity or collection.org.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 events.org.hibernate.query.procedure Support SQL functions in the SQM model.org.hibernate.sql.results Package for processing JDBCResultSets into hydrated domain model graphs based on a "load plan" defined by a "domain result graph", that is, one or moreDomainResultnodes with zero or moreFetchnodes.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC.org.hibernate.type.descriptor.converter.spi An SPI for basic-typed value conversions, including support for handling JPAAttributeConverterinstances as part of the HibernateTypesystem.org.hibernate.query.sqm This package defines a semantic model of HQL queries. -
-
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.interfaceStructSpecifies the UDT (user defined type) name for the annotated embeddable or embedded.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.interfaceTypeBinderTypeAssociates a user-defined annotation with aTypeBinder, allowing the annotation to drive some custom model binding. -
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.interfaceTypeBinder<A extends Annotation>Allows a user-written annotation to drive some customized model binding. -
Uses of Incubating in org.hibernate.boot
Methods in org.hibernate.boot with annotations of type Incubating Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilder. applyJsonFormatMapper(FormatMapper jsonFormatMapper)Specifies aformat mapperto use for serialization/deserialization of JSON properties.SessionFactoryBuilderSessionFactoryBuilder. applyXmlFormatMapper(FormatMapper xmlFormatMapper)Specifies aformat mapperto use for serialization/deserialization of XML properties. -
Uses of Incubating in org.hibernate.boot.model
Methods in org.hibernate.boot.model with annotations of type Incubating Modifier and Type Method Description default voidTypeContributions. contributeAttributeConverter(Class<? extends AttributeConverter<?,?>> converterClass)Register anAttributeConverterclass. -
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 mappingsinterfaceConverterRegistryA registry for JPA converters. -
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 interfaceAdditionalMappingContributionsCollector for contributions from contributorsinterfaceAdditionalMappingContributorContract allowing pluggable contributions of additional mapping objects.interfaceBootstrapContextDefines a context for things available during the process of bootstrapping aSessionFactorywhich are expected to be cleaned up after theSessionFactoryis built.Methods in org.hibernate.boot.spi with annotations of type Incubating Modifier and Type Method Description TimeZoneStorageStrategySessionFactoryOptions. getDefaultTimeZoneStorageStrategy()FormatMapperSessionFactoryOptions. getJsonFormatMapper()The format mapper to use for serializing/deserializing JSON data.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()FormatMapperSessionFactoryOptions. getXmlFormatMapper()The format mapper to use for serializing/deserializing XML data.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. CREATE_EMPTY_COMPOSITES_ENABLEDDeprecated.It makes no sense at all to enable this at the global level for a persistence unit.static StringAvailableSettings. DIALECT_NATIVE_PARAM_MARKERSControls whether to use JDBC markers (`?`) or dialect native markers for parameters within preparable SQL statements.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. JSON_FORMAT_MAPPERSpecifies aFormatMapperused for JSON serialization and deserialization, either: an instance ofFormatMapper, aClassrepresenting a class that implementsFormatMapper, the name of a class that implementsFormatMapper, or one of the shorthand constantsjacksonorjsonb.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.static StringAvailableSettings. WRAPPER_ARRAY_HANDLINGConfigurable control over how to handleByte[]andCharacter[]types encountered in the application domain model.static StringAvailableSettings. XML_FORMAT_MAPPERSpecifies aFormatMapperused for XML serialization and deserialization, either: an instance ofFormatMapper, aClassrepresenting a class that implementsFormatMapper, the name of a class that implementsFormatMapper, or one of the shorthand constantsjacksonorjaxb.Methods in org.hibernate.cfg with annotations of type Incubating Modifier and Type Method Description ColumnOrderingStrategyConfiguration. getColumnOrderingStrategy()TheCustomEntityDirtinessStrategy, if any, that was added to this configuration.ConfigurationConfiguration. setColumnOrderingStrategy(ColumnOrderingStrategy columnOrderingStrategy)Specify aCustomEntityDirtinessStrategyto be added to this configuration. -
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 aCollectionInitializer.interfaceCollectionSemantics<CE,E>Each instance of this interface describes the semantics of some sort of persistent collection so that Hibernate understands how to manage the lifecycle of instances of that sort of collection.interfaceCollectionSemanticsResolverResolve the collection semantics for the given mapped collection.classInitializerProducerBuilderinterfaceLazyInitializableThe most general abstraction over collections which may be fetched lazily.classPersistentArrayHolder<E>A dummy collection wrapper for an array.classPersistentBag<E>An unordered, un-keyed collection that can contain the same element multiple times.interfacePersistentCollection<E>Persistent collections are treated as value objects by Hibernate.classPersistentIdentifierBag<E>An "identifier bag" implements "bag" semantics more efficiently than a regular bag by adding a synthetic identifier column to the table.classPersistentList<E>A persistent wrapper for aList.classPersistentMap<K,E>A persistent wrapper for aMap.classPersistentSet<E>A persistent wrapper for aSet.classPersistentSortedMap<K,E>A persistent wrapper for aSortedMap.classPersistentSortedSet<E>A persistent wrapper for aSortedSet. -
Uses of Incubating in org.hibernate.dialect
Classes in org.hibernate.dialect with annotations of type Incubating Modifier and Type Class Description classDialectDelegateWrapperA wrapper of Dialect, to allow decorating some selected methods without having to extend the original class.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)TheSchemaManagementToolto use if none is explicitly specified.SchemaManagementToolDialectDelegateWrapper. getFallbackSchemaManagementTool(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)GenerationTypeDialect. getNativeIdentifierGenerationType()The "native" id generation strategy for this dialect.GenerationTypeDialectDelegateWrapper. getNativeIdentifierGenerationType() -
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 interfaceBatchRepresents a batch of statements to be executed together.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.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi with annotations of type Incubating Modifier and Type Method Description ParameterMarkerStrategyJdbcServices. getParameterMarkerStrategy()Obtains the service used for marking SQL parameters -
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>classNamedParameterDescriptor<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.mapping
Methods in org.hibernate.mapping with annotations of type Incubating Modifier and Type Method Description default MetadataBuildingContextValue. getBuildingContext()default StringValue. getExtraCreateTableInfo()default JdbcMappingValue. getSelectableType(Mapping factory, int index)default StringSelectable. getWriteExpr()default StringSelectable. getWriteExpr(JdbcMapping jdbcMapping, Dialect dialect) -
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 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).interfaceAttributeMappingsMapSimilar toAttributeMappingsList, this is essentially an immutable Map of AttributeMapping(s), allowing iteration of all mappings but also retrieval by name (a String key).interfaceBindableContract for things at the domain mapping level that can be bound into a JDBCPreparedStatement.interfaceNaturalIdMappingMapping for an entity's natural-id, if one is defined.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.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.interfaceEmbeddableRepresentationStrategyDescribes 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 Class Description classEntityNameUseDescribes the kind of entity name use. -
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 PersistenceTuplecontractinterfaceMutationQueryWithin the context of an active session, an instance of this type represents an executable mutation query, that is, aninsert,update, ordelete.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>Within the context of an active session, an instance of this type represents an executable query, either: a query written in HQL, a named query written in HQL or native SQL, or a criteria query.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>Within the context of an active session, an instance of this type represents an executable selection query, that is, aselect.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 extends TemporalAccessor>
JpaFunction<T>HibernateCriteriaBuilder. truncate(Expression<T> datetime, TemporalUnit temporalUnit)Truncates a date, time or datetime expression to the givenTemporalUnit.<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 to 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> -
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 AutoCloseableclassQueryEngineAggregation 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. -
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 programmatic schema export, schema validation, data cleanup, and schema cleanup as 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 implementation ofNavigablePathfor handling special cases pertaining to entity identifiers.classNavigablePathA compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path.classTreatedNavigablePathAn implementation ofNavigablePathwith 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 mappinginterfaceEntityGraphTraversalStateState 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.interfaceJdbcValuesMappingProducerProviderPluggable contract for providing customJdbcValuesMappingProducerimplementations. -
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.converter.spi
Classes in org.hibernate.type.descriptor.converter.spi with annotations of type Incubating Modifier and Type Interface Description interfaceBasicValueConverter<D,R>Support for basic-typed value conversions.interfaceEnumValueConverter<O extends Enum<O>,R>BasicValueConverterextension for enum-specific supportinterfaceJpaAttributeConverter<O,R>BasicValueConverterextension forAttributeConverter-specific supportMethods in org.hibernate.type.descriptor.converter.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.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 voidJdbcType. appendWriteExpression(String writeExpression, SqlAppender appender, Dialect dialect)Append the write expression wrapped in a way to be able to write values with this JdbcType's ValueBinder.default Class<?>JdbcType. getPreferredJavaTypeClass(WrapperOptions options)The Java type class that is preferred by the binder or null.default ExpressionJdbcType. wrapTopLevelSelectionExpression(Expression expression)Wraps the top level selection expression to be able to read values with this JdbcType's ValueExtractor.default StringJdbcType. wrapWriteExpression(String writeExpression, Dialect dialect)Wraps the write expression to be able to write values with this JdbcType's ValueBinder. -
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.format
Classes in org.hibernate.type.format with annotations of type Incubating Modifier and Type Interface Description interfaceFormatMapperA mapper for mapping objects to and from a format. -
Uses of Incubating in org.hibernate.type.spi
Classes in org.hibernate.type.spi with annotations of type Incubating Modifier and Type Class Description classTypeConfigurationEach instance defines a set of types available in a given persistence unit, and isolates them 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.
-