Package | Description |
---|---|
org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
org.hibernate.envers.query | |
org.hibernate.envers.query.internal.impl | |
org.hibernate.query | |
org.hibernate.query.internal | |
org.hibernate.query.procedure | |
org.hibernate.query.procedure.spi | |
org.hibernate.query.spi | |
org.hibernate.tool.schema.extract.spi | |
org.hibernate.tool.schema.spi | |
org.hibernate.type.spi |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParameterDescriptor
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM
|
class |
NamedParameterDescriptor
Descriptor regarding a named parameter.
|
class |
OrdinalParameterDescriptor
Descriptor regarding an ordinal parameter.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuditAssociationQuery<Q extends AuditQuery> |
Modifier and Type | Method and Description |
---|---|
AuditQuery |
AuditQueryCreator.forRevisionsOfEntity(Class<?> clazz,
boolean selectDeletedEntities)
Creates a query that selects the revision entities associated with the specified entity.
|
AuditQuery |
AuditQueryCreator.forRevisionsOfEntity(Class<?> clazz,
String entityName,
boolean selectDeletedEntities)
Creates a query that selects the revision entities associated with the specified entity.
|
AuditQuery |
AuditQueryCreator.forRevisionsOfEntityWithChanges(Class<?> clazz,
boolean selectDeletedEntities)
Creates a query that selects the revisions at which the given entity was modified.
|
AuditQuery |
AuditQueryCreator.forRevisionsOfEntityWithChanges(Class<?> clazz,
String entityName,
boolean selectDeletedEntities)
Creates a query that selects the revisions at which the given entity was modified.
|
Modifier and Type | Class and Description |
---|---|
class |
AuditAssociationQueryImpl<Q extends org.hibernate.envers.query.internal.impl.AuditQueryImplementor> |
Modifier and Type | Interface and Description |
---|---|
interface |
Query<R>
Represents an HQL/JPQL query or a compiled Criteria query.
|
interface |
QueryParameter<T>
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM
|
Modifier and Type | Class and Description |
---|---|
class |
QueryParameterBindingsImpl
Manages the group of QueryParameterBinding for a particular query.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProcedureParameter<T>
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProcedureParameterImplementor<T>
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM
|
Modifier and Type | Interface and Description |
---|---|
interface |
CloseableIterator<T>
Unification of Iterator and AutoCloseable
|
class |
NamedQueryRepository |
interface |
NativeQueryImplementor<T> |
interface |
QueryImplementor<R> |
interface |
QueryParameterBinding<T>
The value/type binding information for a particular query parameter.
|
interface |
QueryParameterBindings |
interface |
QueryParameterListBinding<T>
Represents a "parameter list" binding: aka the binding of a collection of values for a single
query parameter.
|
interface |
ScrollableResultsImplementor |
Modifier and Type | Interface and Description |
---|---|
interface |
DatabaseInformation
Provides access to information about existing schema objects (tables, sequences etc) of existing database.
|
interface |
ExtractionContext
Defines a context for performing extraction including providing access to information about ongoing extraction as
well as to delegates needed in performing extraction.
|
static interface |
ExtractionContext.DatabaseObjectAccess
In conjunction with
ExtractionContext.getDatabaseObjectAccess() provides access to
information about known database objects to the extractor. |
interface |
InformationExtractor
Contract for extracting information about objects in the database schema(s).
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExecutionOptions
Parameter object representing options for schema management tool execution
|
interface |
SchemaCreator
Service delegate for handling schema creation.
|
interface |
SchemaDropper
Service delegate for handling schema dropping.
|
interface |
SchemaFilter
Defines a filter for Hibernate's schema tooling.
|
interface |
SchemaFilterProvider
Used to specify the
SchemaFilter s to be used by create, drop, migrate and validate
operations on the database schema. |
interface |
SchemaManagementTool
Contract for schema management tool integration.
|
interface |
SchemaMigrator
Service delegate for handling schema migration.
|
interface |
SchemaValidator
Service delegate for handling schema validations
|
Modifier and Type | Class and Description |
---|---|
class |
TypeConfiguration
Defines a set of available Type instances as isolated from other configurations.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.