Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.cfg.annotations |
Constructor and Description |
---|
JPAIndexHolder(Index index) |
Modifier and Type | Method and Description |
---|---|
static void |
TableBinder.addIndexes(Table hibTable,
Index[] indexes,
MetadataBuildingContext buildingContext) |
static List<JPAIndexHolder> |
TableBinder.buildJpaIndexHolder(Index[] indexes) |
void |
TableBinder.setJpaIndex(Index[] jpaIndex) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.