Uses of Class
org.hibernate.boot.model.internal.JPAIndexHolder
-
Packages that use JPAIndexHolder Package Description org.hibernate.boot.internal org.hibernate.boot.model.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
Uses of JPAIndexHolder in org.hibernate.boot.internal
Method parameters in org.hibernate.boot.internal with type arguments of type JPAIndexHolder Modifier and Type Method Description void
InFlightMetadataCollectorImpl. addJpaIndexHolders(Table table, List<JPAIndexHolder> holders)
-
Uses of JPAIndexHolder in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JPAIndexHolder Modifier and Type Method Description static List<JPAIndexHolder>
TableBinder. buildJpaIndexHolder(Index[] indexes)
-
Uses of JPAIndexHolder in org.hibernate.boot.spi
Method parameters in org.hibernate.boot.spi with type arguments of type JPAIndexHolder Modifier and Type Method Description void
InFlightMetadataCollector. addJpaIndexHolders(Table table, List<JPAIndexHolder> jpaIndexHolders)
-