Uses of Class
org.hibernate.mapping.Index
Packages that use Index
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
This package defines the Hibernate configuration-time mapping model.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
-
Uses of Index in org.hibernate.dialect
Methods in org.hibernate.dialect that return types with arguments of type IndexModifier and TypeMethodDescriptionDialect.getIndexExporter()
DialectDelegateWrapper.getIndexExporter()
-
Uses of Index in org.hibernate.mapping
Methods in org.hibernate.mapping that return IndexMethods in org.hibernate.mapping that return types with arguments of type IndexMethods in org.hibernate.mapping with parameters of type Index -
Uses of Index in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type IndexModifier and TypeMethodDescriptionString[]
StandardIndexExporter.getSqlCreateStrings
(Index index, Metadata metadata, SqlStringGenerationContext context) String[]
StandardIndexExporter.getSqlDropStrings
(Index index, Metadata metadata, SqlStringGenerationContext context)