A B C D E F G H I J L M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort(Executor) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- acceptsURL(String) - Method in class liquibase.ext.hibernate.database.connection.HibernateDriver
- addsTo() - Method in class liquibase.ext.hibernate.snapshot.HibernateSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.CatalogSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.ColumnSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.ForeignKeySnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.HibernateSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.IndexSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.PrimaryKeySnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.SchemaSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.SequenceSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.TableSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.UniqueConstraintSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.ViewSnapshotGenerator
- afterSetup() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
-
Perform any post-configuration setting logic.
- allProceduresAreCallable() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- allTablesAreSelectable() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- autoCommitFailureClosesAllResultSets() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
B
- buildMetadata() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
-
Called by
HibernateDatabase.setConnection(DatabaseConnection)to create the Metadata stored in this database. - buildMetadataFromPath() - Method in class liquibase.ext.hibernate.database.HibernateClassicDatabase
- buildMetadataFromPath() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
-
Called by
HibernateDatabase.buildMetadata()when aCustomMetadataFactoryis not configured. - buildMetadataFromPath() - Method in class liquibase.ext.hibernate.database.HibernateEjb3Database
-
Calls
#createEntityManagerFactory()to create and save the entity manager factory. - buildMetadataFromPath() - Method in class liquibase.ext.hibernate.database.HibernateSpringBeanDatabase
C
- CatalogSnapshotGenerator - Class in liquibase.ext.hibernate.snapshot
-
Hibernate doesn't really support Catalogs, so just return the passed example back as if it had all the info it needed.
- CatalogSnapshotGenerator() - Constructor for class liquibase.ext.hibernate.snapshot.CatalogSnapshotGenerator
- ChangedColumnChangeGenerator - Class in liquibase.ext.hibernate.diff
-
Hibernate and database types tend to look different even though they are not.
- ChangedColumnChangeGenerator() - Constructor for class liquibase.ext.hibernate.diff.ChangedColumnChangeGenerator
- ChangedForeignKeyChangeGenerator - Class in liquibase.ext.hibernate.diff
-
Hibernate doesn't know about all the variations that occur with foreign keys but just whether the FK exists or not.
- ChangedForeignKeyChangeGenerator() - Constructor for class liquibase.ext.hibernate.diff.ChangedForeignKeyChangeGenerator
- clearWarnings() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- close() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- ColumnSnapshotGenerator - Class in liquibase.ext.hibernate.snapshot
-
Columns are snapshotted along with with Tables in
TableSnapshotGeneratorbut this class needs to be here to keep the default ColumnSnapshotGenerator from running. - ColumnSnapshotGenerator() - Constructor for class liquibase.ext.hibernate.snapshot.ColumnSnapshotGenerator
- commit() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- configuration - Variable in class liquibase.ext.hibernate.database.HibernateClassicDatabase
- configureImplicitNamingStrategy(String, MetadataBuilder) - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- configureMetadataBuilder(MetadataBuilder) - Method in class liquibase.ext.hibernate.database.HibernateDatabase
-
Called by
HibernateDatabase.buildMetadataFromPath()to do final configuration on theMetadataBuilderbeforeMetadataBuilder.build()is called. - configureNewIdentifierGeneratorSupport(String, MetadataBuilder) - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- configurePhysicalNamingStrategy(String, MetadataBuilder) - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- configureSources(MetadataSources) - Method in class liquibase.ext.hibernate.database.HibernateClassicDatabase
- configureSources(MetadataSources) - Method in class liquibase.ext.hibernate.database.HibernateDatabase
-
Adds any implementation-specific sources to the given
MetadataSources - configureSources(MetadataSources) - Method in class liquibase.ext.hibernate.database.HibernateEjb3Database
-
Adds sources based on what is in the saved entityManagerFactory
- configureSources(MetadataSources) - Method in class liquibase.ext.hibernate.database.HibernateSpringBeanDatabase
- connect(String, Properties) - Method in class liquibase.ext.hibernate.database.connection.HibernateDriver
- createArrayOf(String, Object[]) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- createBlob() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- createClob() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- createEntityManagerFactoryBuilder() - Method in class liquibase.ext.hibernate.database.HibernateEjb3Database
- createEntityManagerFactoryBuilder() - Method in class liquibase.ext.hibernate.database.HibernateSpringPackageDatabase
- createEntityManagerFactoryBuilder() - Method in class liquibase.ext.hibernate.database.JpaPersistenceDatabase
- createMetadataSources() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
-
Creates the base
MetadataSourcesto use for this database. - createNClob() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- createsIndexesForForeignKeys() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- createSQLXML() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- createStatement() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- createStatement(int, int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- createStatement(int, int, int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- createStruct(String, Object[]) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- CustomMetadataFactory - Interface in liquibase.ext.hibernate.customfactory
-
Implement this interface to dynamically generate a hibernate:ejb3 configuration.
D
- dataDefinitionCausesTransactionCommit() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- dataDefinitionIgnoredInTransactions() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- DEFAULT_SCHEMA - Static variable in class liquibase.ext.hibernate.database.HibernateDatabase
- deletesAreDetected(int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- dialect - Variable in class liquibase.ext.hibernate.database.HibernateDatabase
- doesMaxRowSizeIncludeBlobs() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
E
- entityManagerFactory - Variable in class liquibase.ext.hibernate.database.HibernateEjb3Database
- ExtendedSnapshotGenerator<T,U> - Interface in liquibase.ext.hibernate.snapshot.extension
F
- findDialectName() - Method in class liquibase.ext.hibernate.database.HibernateClassicDatabase
- findDialectName() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
-
Called by
HibernateDatabase.createMetadataSources()to determine the correct dialect name based on url parameters, configuration files, etc. - findDialectName() - Method in class liquibase.ext.hibernate.database.HibernateEjb3Database
- findHibernateTable(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.HibernateSnapshotGenerator
- fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.ext.hibernate.diff.ChangedForeignKeyChangeGenerator
- fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.ext.hibernate.diff.MissingSequenceChangeGenerator
- fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.ext.hibernate.diff.UnexpectedIndexChangeGenerator
- ForeignKeySnapshotGenerator - Class in liquibase.ext.hibernate.snapshot
- ForeignKeySnapshotGenerator() - Constructor for class liquibase.ext.hibernate.snapshot.ForeignKeySnapshotGenerator
G
- generatedKeyAlwaysReturned() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getAttributes(String, String, String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getAutoCommit() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- getBackingIndex(UniqueConstraint, Table, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.UniqueConstraintSnapshotGenerator
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getCatalog() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- getCatalogs() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getCatalogSeparator() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getCatalogTerm() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getClientInfo() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- getClientInfo(String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- getClientInfoProperties() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getColumnPrivileges(String, String, String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getColumns(String, String, String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getConnection() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getConnectionCatalogName() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- getConnectionSchemaName() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- getCrossReference(String, String, String, String, String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getDatabaseMajorVersion() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getDatabaseMinorVersion() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getDatabaseProductName() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getDatabaseProductVersion() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getDefaultCatalogName() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.ext.hibernate.database.HibernateClassicDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.ext.hibernate.database.HibernateEjb3Database
- getDefaultDatabaseProductName() - Method in class liquibase.ext.hibernate.database.HibernateSpringBeanDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.ext.hibernate.database.HibernateSpringPackageDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.ext.hibernate.database.JpaPersistenceDatabase
- getDefaultDriver(String) - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- getDefaultDriver(String) - Method in class liquibase.ext.hibernate.database.JpaPersistenceDatabase
- getDefaultPort() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- getDefaultSchemaName() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- getDefaultTransactionIsolation() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getDialect() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
-
Returns the dialect determined during database initialization.
- getDriverMajorVersion() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getDriverMinorVersion() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getDriverName() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getDriverVersion() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getExportedKeys(String, String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getExtraNameCharacters() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getFunctionColumns(String, String, String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getFunctions(String, String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getHibernateConnection() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
-
Convenience method to return the underlying HibernateConnection in the JdbcConnection returned by
AbstractJdbcDatabase.getConnection() - getHoldability() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- getIdentifierQuoteString() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getImportedKeys(String, String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getIndexInfo(String, String, String, boolean, boolean) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getJDBCMajorVersion() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getJDBCMinorVersion() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMajorVersion() - Method in class liquibase.ext.hibernate.database.connection.HibernateDriver
- getMaxBinaryLiteralLength() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxCatalogNameLength() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxCharLiteralLength() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxColumnNameLength() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxColumnsInGroupBy() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxColumnsInIndex() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxColumnsInOrderBy() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxColumnsInSelect() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxColumnsInTable() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxConnections() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxCursorNameLength() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxIndexLength() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxProcedureNameLength() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxRowSize() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxSchemaNameLength() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxStatementLength() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxStatements() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxTableNameLength() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxTablesInSelect() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMaxUserNameLength() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getMetadata() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
-
Return the hibernate
Metadataused by this database. - getMetadata(HibernateDatabase, HibernateConnection) - Method in interface liquibase.ext.hibernate.customfactory.CustomMetadataFactory
- getMetaData() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- getMinorVersion() - Method in class liquibase.ext.hibernate.database.connection.HibernateDriver
- getNetworkTimeout() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- getNumericFunctions() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getParentLogger() - Method in class liquibase.ext.hibernate.database.connection.HibernateDriver
- getPath() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
-
The portion of the url between the path and the query string.
- getPrefix() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
-
Returns the 'protocol' of the URL.
- getPrimaryKeys(String, String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getPriority() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- getPriority() - Method in class liquibase.ext.hibernate.database.HibernateSpringPackageDatabase
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.ext.hibernate.diff.ChangedColumnChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.ext.hibernate.diff.ChangedForeignKeyChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.ext.hibernate.diff.MissingSequenceChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.ext.hibernate.diff.UnexpectedIndexChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.ext.hibernate.snapshot.HibernateSnapshotGenerator
- getProcedureColumns(String, String, String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getProcedures(String, String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getProcedureTerm() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getProperties() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
-
The set of properties provided by the URL.
- getProperty(String) - Method in class liquibase.ext.hibernate.database.HibernateDatabase
-
Returns the value of the given property.
- getProperty(String) - Method in class liquibase.ext.hibernate.database.HibernateEjb3Database
- getProperty(String) - Method in class liquibase.ext.hibernate.database.HibernateSpringBeanDatabase
- getPropertyInfo(String, Properties) - Method in class liquibase.ext.hibernate.database.connection.HibernateDriver
- getPseudoColumns(String, String, String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getResourceAccessor() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- getResultSetHoldability() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getRowIdLifetime() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getSchema() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- getSchemas() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getSchemas(String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getSchemaTerm() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getSearchStringEscape() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getShortName() - Method in class liquibase.ext.hibernate.database.HibernateClassicDatabase
- getShortName() - Method in class liquibase.ext.hibernate.database.HibernateEjb3Database
- getShortName() - Method in class liquibase.ext.hibernate.database.HibernateSpringBeanDatabase
- getShortName() - Method in class liquibase.ext.hibernate.database.HibernateSpringPackageDatabase
- getShortName() - Method in class liquibase.ext.hibernate.database.JpaPersistenceDatabase
- getSQLKeywords() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getSQLStateType() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getStringFunctions() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getSuperTables(String, String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getSuperTypes(String, String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getSystemFunctions() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getTablePrivileges(String, String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getTables(String, String, String, String[]) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getTableTypes() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getTimeDateFunctions() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getTransactionIsolation() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- getTypeInfo() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getTypeMap() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- getUDTs(String, String, String, int[]) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getUrl() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
-
Returns the entire connection URL
- getURL() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getUserName() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getVersionColumns(String, String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- getWarnings() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
H
- handleDefaultValueDifferences(Column, ObjectDifferences, DiffOutputControl, List<Change>, Database, Database) - Method in class liquibase.ext.hibernate.diff.ChangedColumnChangeGenerator
- handleTypeDifferences(Column, ObjectDifferences, DiffOutputControl, List<Change>, Database, Database) - Method in class liquibase.ext.hibernate.diff.ChangedColumnChangeGenerator
- HibernateClassicDatabase - Class in liquibase.ext.hibernate.database
-
Database implementation for "classic" hibernate configurations.
- HibernateClassicDatabase() - Constructor for class liquibase.ext.hibernate.database.HibernateClassicDatabase
- HibernateConnection - Class in liquibase.ext.hibernate.database.connection
-
Implements java.sql.Connection in order to pretend a hibernate configuration is a database in order to fit into the Liquibase framework.
- HibernateConnection(String, ResourceAccessor) - Constructor for class liquibase.ext.hibernate.database.connection.HibernateConnection
- HibernateConnectionMetadata - Class in liquibase.ext.hibernate.database.connection
-
Implements the standard java.sql.DatabaseMetaData interface to allow the Hibernate integration to better fit into what Liquibase expects.
- HibernateConnectionMetadata(String) - Constructor for class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- HibernateDatabase - Class in liquibase.ext.hibernate.database
-
Base class for all Hibernate Databases.
- HibernateDatabase() - Constructor for class liquibase.ext.hibernate.database.HibernateDatabase
- HibernateDriver - Class in liquibase.ext.hibernate.database.connection
-
Implements the standard java.sql.Driver interface to allow the Hibernate integration to better fit into what Liquibase expects.
- HibernateDriver() - Constructor for class liquibase.ext.hibernate.database.connection.HibernateDriver
- HibernateEjb3Database - Class in liquibase.ext.hibernate.database
-
Database implementation for "ejb3" hibernate configurations.
- HibernateEjb3Database() - Constructor for class liquibase.ext.hibernate.database.HibernateEjb3Database
- HibernateGenericDialect - Class in liquibase.ext.hibernate.database
-
Generic hibernate dialect used when an actual dialect cannot be determined.
- HibernateGenericDialect() - Constructor for class liquibase.ext.hibernate.database.HibernateGenericDialect
- HibernateSnapshotGenerator - Class in liquibase.ext.hibernate.snapshot
-
Base class for all Hibernate SnapshotGenerators
- HibernateSnapshotGenerator(Class<? extends DatabaseObject>) - Constructor for class liquibase.ext.hibernate.snapshot.HibernateSnapshotGenerator
- HibernateSnapshotGenerator(Class<? extends DatabaseObject>, Class<? extends DatabaseObject>[]) - Constructor for class liquibase.ext.hibernate.snapshot.HibernateSnapshotGenerator
- HibernateSpringBeanDatabase - Class in liquibase.ext.hibernate.database
-
Database implementation for "spring" hibernate configurations where a bean name is given.
- HibernateSpringBeanDatabase() - Constructor for class liquibase.ext.hibernate.database.HibernateSpringBeanDatabase
- HibernateSpringPackageDatabase - Class in liquibase.ext.hibernate.database
-
Database implementation for "spring" hibernate configurations that scans packages.
- HibernateSpringPackageDatabase() - Constructor for class liquibase.ext.hibernate.database.HibernateSpringPackageDatabase
I
- IndexSnapshotGenerator - Class in liquibase.ext.hibernate.snapshot
- IndexSnapshotGenerator() - Constructor for class liquibase.ext.hibernate.snapshot.IndexSnapshotGenerator
- insertsAreDetected(int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- isCaseSensitive() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- isCatalogAtStart() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- isClosed() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.ext.hibernate.database.HibernateClassicDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.ext.hibernate.database.HibernateEjb3Database
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.ext.hibernate.database.HibernateSpringBeanDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.ext.hibernate.database.HibernateSpringPackageDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.ext.hibernate.database.JpaPersistenceDatabase
- isReadOnly() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- isReadOnly() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- isSafeToRunUpdate() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- isValid(int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- isWrapperFor(Class<?>) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- isWrapperFor(Class<?>) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- isXmlFile(DatabaseConnection) - Method in class liquibase.ext.hibernate.database.HibernateSpringPackageDatabase
-
Return true if the given path is a spring XML file.
J
- jdbcCompliant() - Method in class liquibase.ext.hibernate.database.connection.HibernateDriver
- JpaPersistenceDatabase - Class in liquibase.ext.hibernate.database
-
Database implementation for JPA configurations.
- JpaPersistenceDatabase() - Constructor for class liquibase.ext.hibernate.database.JpaPersistenceDatabase
L
- liquibase.ext.hibernate.customfactory - package liquibase.ext.hibernate.customfactory
- liquibase.ext.hibernate.database - package liquibase.ext.hibernate.database
- liquibase.ext.hibernate.database.connection - package liquibase.ext.hibernate.database.connection
- liquibase.ext.hibernate.diff - package liquibase.ext.hibernate.diff
- liquibase.ext.hibernate.snapshot - package liquibase.ext.hibernate.snapshot
- liquibase.ext.hibernate.snapshot.extension - package liquibase.ext.hibernate.snapshot.extension
- loadBeanDefinition() - Method in class liquibase.ext.hibernate.database.HibernateSpringBeanDatabase
-
Parse the given URL assuming it is a spring XML file
- locatorsUpdateCopy() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
M
- MissingSequenceChangeGenerator - Class in liquibase.ext.hibernate.diff
- MissingSequenceChangeGenerator() - Constructor for class liquibase.ext.hibernate.diff.MissingSequenceChangeGenerator
- MultipleHiLoPerTableSnapshotGenerator - Class in liquibase.ext.hibernate.snapshot.extension
- MultipleHiLoPerTableSnapshotGenerator() - Constructor for class liquibase.ext.hibernate.snapshot.extension.MultipleHiLoPerTableSnapshotGenerator
N
- nativeSQL(String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- nullPlusNonNullIsNull() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- nullsAreSortedAtEnd() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- nullsAreSortedAtStart() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- nullsAreSortedHigh() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- nullsAreSortedLow() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
O
- othersDeletesAreVisible(int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- othersInsertsAreVisible(int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- othersUpdatesAreVisible(int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- ownDeletesAreVisible(int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- ownInsertsAreVisible(int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- ownUpdatesAreVisible(int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
P
- prepareCall(String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- prepareCall(String, int, int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- prepareCall(String, int, int, int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- prepareStatement(String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- prepareStatement(String, int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- prepareStatement(String, int[]) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- prepareStatement(String, int, int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- prepareStatement(String, int, int, int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- prepareStatement(String, String[]) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- PrimaryKeySnapshotGenerator - Class in liquibase.ext.hibernate.snapshot
- PrimaryKeySnapshotGenerator() - Constructor for class liquibase.ext.hibernate.snapshot.PrimaryKeySnapshotGenerator
R
- readProperties(String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
-
Creates properties to attach to this connection based on the passed query string.
- releaseSavepoint(Savepoint) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- replaces() - Method in class liquibase.ext.hibernate.snapshot.HibernateSnapshotGenerator
- requiresPassword() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- requiresUsername() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- rollback() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- rollback(Savepoint) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
S
- SchemaSnapshotGenerator - Class in liquibase.ext.hibernate.snapshot
-
Hibernate doesn't really support Schemas, so just return the passed example back as if it had all the info it needed.
- SchemaSnapshotGenerator() - Constructor for class liquibase.ext.hibernate.snapshot.SchemaSnapshotGenerator
- SequenceSnapshotGenerator - Class in liquibase.ext.hibernate.snapshot
-
Sequence snapshots are not yet supported, but this class needs to be implemented in order to prevent the default SequenceSnapshotGenerator from running.
- SequenceSnapshotGenerator() - Constructor for class liquibase.ext.hibernate.snapshot.SequenceSnapshotGenerator
- setAutoCommit(boolean) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- setCatalog(String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- setClientInfo(String, String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- setClientInfo(Properties) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- setConnection(DatabaseConnection) - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- setHoldability(int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- setNetworkTimeout(Executor, int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- setReadOnly(boolean) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- setResourceAccessor(ResourceAccessor) - Method in class liquibase.ext.hibernate.database.connection.HibernateDriver
- setSavepoint() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- setSavepoint(String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- setSchema(String) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- setTransactionIsolation(int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- setTypeMap(Map<String, Class<?>>) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- snapshot(DatabaseObject, DatabaseSnapshot, SnapshotGeneratorChain) - Method in class liquibase.ext.hibernate.snapshot.HibernateSnapshotGenerator
- snapshot(IdentifierGenerator) - Method in class liquibase.ext.hibernate.snapshot.extension.MultipleHiLoPerTableSnapshotGenerator
- snapshot(IdentifierGenerator) - Method in class liquibase.ext.hibernate.snapshot.extension.TableGeneratorSnapshotGenerator
- snapshot(T) - Method in interface liquibase.ext.hibernate.snapshot.extension.ExtendedSnapshotGenerator
- snapshotColumn(Column, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.ColumnSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.CatalogSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.ColumnSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.ForeignKeySnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.HibernateSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.IndexSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.PrimaryKeySnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.SchemaSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.SequenceSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.TableSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.UniqueConstraintSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.ext.hibernate.snapshot.ViewSnapshotGenerator
- storesLowerCaseIdentifiers() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- storesLowerCaseQuotedIdentifiers() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- storesMixedCaseIdentifiers() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- storesMixedCaseQuotedIdentifiers() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- storesUpperCaseIdentifiers() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- storesUpperCaseQuotedIdentifiers() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supports(IdentifierGenerator) - Method in class liquibase.ext.hibernate.snapshot.extension.MultipleHiLoPerTableSnapshotGenerator
- supports(IdentifierGenerator) - Method in class liquibase.ext.hibernate.snapshot.extension.TableGeneratorSnapshotGenerator
- supports(T) - Method in interface liquibase.ext.hibernate.snapshot.extension.ExtendedSnapshotGenerator
- supportsAlterTableWithAddColumn() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsAlterTableWithDropColumn() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsANSI92EntryLevelSQL() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsANSI92FullSQL() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsANSI92IntermediateSQL() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsBatchUpdates() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsCatalogs() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- supportsCatalogsInDataManipulation() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsCatalogsInIndexDefinitions() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsCatalogsInPrivilegeDefinitions() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsCatalogsInProcedureCalls() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsCatalogsInTableDefinitions() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsColumnAliasing() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsConvert() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsConvert(int, int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsCoreSQLGrammar() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsCorrelatedSubqueries() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsDataManipulationTransactionsOnly() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsDifferentTableCorrelationNames() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsExpressionsInOrderBy() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsExtendedSQLGrammar() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsFullOuterJoins() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsGetGeneratedKeys() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsGroupBy() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsGroupByBeyondSelect() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsGroupByUnrelated() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsInitiallyDeferrableColumns() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- supportsIntegrityEnhancementFacility() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsLikeEscapeClause() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsLimitedOuterJoins() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsMinimumSQLGrammar() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsMixedCaseIdentifiers() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsMixedCaseQuotedIdentifiers() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsMultipleOpenResults() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsMultipleResultSets() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsMultipleTransactions() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsNamedParameters() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsNonNullableColumns() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsOpenCursorsAcrossCommit() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsOpenCursorsAcrossRollback() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsOpenStatementsAcrossCommit() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsOpenStatementsAcrossRollback() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsOrderByUnrelated() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsOuterJoins() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsPositionedDelete() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsPositionedUpdate() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsResultSetConcurrency(int, int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsResultSetHoldability(int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsResultSetType(int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsSavepoints() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsSchemas() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- supportsSchemasInDataManipulation() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsSchemasInIndexDefinitions() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsSchemasInPrivilegeDefinitions() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsSchemasInProcedureCalls() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsSchemasInTableDefinitions() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsSelectForUpdate() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsStatementPooling() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsStoredFunctionsUsingCallSyntax() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsStoredProcedures() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsSubqueriesInComparisons() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsSubqueriesInExists() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsSubqueriesInIns() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsSubqueriesInQuantifieds() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsTableCorrelationNames() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsTablespaces() - Method in class liquibase.ext.hibernate.database.HibernateDatabase
- supportsTransactionIsolationLevel(int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsTransactions() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsUnion() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- supportsUnionAll() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
T
- TableGeneratorSnapshotGenerator - Class in liquibase.ext.hibernate.snapshot.extension
- TableGeneratorSnapshotGenerator() - Constructor for class liquibase.ext.hibernate.snapshot.extension.TableGeneratorSnapshotGenerator
- TableSnapshotGenerator - Class in liquibase.ext.hibernate.snapshot
- TableSnapshotGenerator() - Constructor for class liquibase.ext.hibernate.snapshot.TableSnapshotGenerator
- toDataType(String, Integer) - Method in class liquibase.ext.hibernate.snapshot.ColumnSnapshotGenerator
U
- UnexpectedIndexChangeGenerator - Class in liquibase.ext.hibernate.diff
-
Indexes tend to be added in the database that don't correspond to what is in Hibernate, so we suppress all dropIndex changes based on indexes defined in the database but not in hibernate.
- UnexpectedIndexChangeGenerator() - Constructor for class liquibase.ext.hibernate.diff.UnexpectedIndexChangeGenerator
- UniqueConstraintSnapshotGenerator - Class in liquibase.ext.hibernate.snapshot
- UniqueConstraintSnapshotGenerator() - Constructor for class liquibase.ext.hibernate.snapshot.UniqueConstraintSnapshotGenerator
- unwrap(Class<T>) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnection
- unwrap(Class<T>) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- updatesAreDetected(int) - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- usesLocalFilePerTable() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
- usesLocalFiles() - Method in class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata
V
- ViewSnapshotGenerator - Class in liquibase.ext.hibernate.snapshot
-
View snapshots are not supported from hibernate, but this class needs to be implemented in order to prevent the default ViewSnapshotGenerator from running.
- ViewSnapshotGenerator() - Constructor for class liquibase.ext.hibernate.snapshot.ViewSnapshotGenerator
All Classes All Packages