Package | Description |
---|---|
org.hibernate.boot.internal | |
org.hibernate.boot.spi | |
org.hibernate.cfg.annotations |
Modifier and Type | Method and Description |
---|---|
void |
InFlightMetadataCollectorImpl.addJpaIndexHolders(Table table,
List<JPAIndexHolder> holders) |
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 © 2017 JBoss by Red Hat. All rights reserved.