Uses of Class
org.hibernate.mapping.Index
-
Packages that use Index Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.tool.schema.internal 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 Index Modifier and Type Method Description Exporter<Index>
Dialect. getIndexExporter()
Exporter<Index>
DialectDelegateWrapper. getIndexExporter()
-
Uses of Index in org.hibernate.mapping
Methods in org.hibernate.mapping that return Index Modifier and Type Method Description Index
Table. addIndex(Index index)
Index
Table. getIndex(String indexName)
Index
Table. getOrCreateIndex(String indexName)
Methods in org.hibernate.mapping that return types with arguments of type Index Modifier and Type Method Description Map<String,Index>
Table. getIndexes()
Methods in org.hibernate.mapping with parameters of type Index Modifier and Type Method Description Index
Table. addIndex(Index index)
-
Uses of Index in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type Index Modifier and Type Method Description String[]
StandardIndexExporter. getSqlCreateStrings(Index index, Metadata metadata, SqlStringGenerationContext context)
String[]
StandardIndexExporter. getSqlDropStrings(Index index, Metadata metadata, SqlStringGenerationContext context)
-