Package | Description |
---|---|
org.hibernate.envers.query | |
org.hibernate.envers.query.internal.impl | |
org.hibernate.tool.schema.extract.spi | |
org.hibernate.tool.schema.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
AuditAssociationQuery<Q extends AuditQuery> |
Modifier and Type | Class and Description |
---|---|
class |
AuditAssociationQueryImpl<Q extends org.hibernate.envers.query.internal.impl.AuditQueryImplementor> |
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
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.