| Package | Description |
|---|---|
| org.hibernate.boot.spi | |
| org.hibernate.cfg.annotations |
| Modifier and Type | Method and Description |
|---|---|
void |
InFlightMetadataCollector.addJpaIndexHolders(Table table,
List<JPAIndexHolder> jpaIndexHolders) |
| Modifier and Type | Method and Description |
|---|---|
static List<JPAIndexHolder> |
TableBinder.buildJpaIndexHolder(Index[] indexes) |
| Modifier and Type | Method and Description |
|---|---|
static Table |
TableBinder.buildAndFillTable(String schema,
String catalog,
Identifier logicalName,
boolean isAbstract,
List<UniqueConstraintHolder> uniqueConstraints,
List<JPAIndexHolder> jpaIndexHolders,
String constraints,
MetadataBuildingContext buildingContext,
String subselect,
InFlightMetadataCollector.EntityTableXref denormalizedSuperTableXref) |
static Table |
TableBinder.buildAndFillTable(String schema,
String catalog,
ObjectNameSource nameSource,
NamingStrategyHelper namingStrategyHelper,
boolean isAbstract,
List<UniqueConstraintHolder> uniqueConstraints,
List<JPAIndexHolder> jpaIndexHolders,
String constraints,
MetadataBuildingContext buildingContext,
String subselect,
InFlightMetadataCollector.EntityTableXref denormalizedSuperTableXref) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.