Uses of Class
org.hibernate.cfg.UniqueConstraintHolder
-
Packages that use UniqueConstraintHolder Package Description org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.cfg org.hibernate.cfg.annotations -
-
Uses of UniqueConstraintHolder in org.hibernate.boot.internal
Method parameters in org.hibernate.boot.internal with type arguments of type UniqueConstraintHolder Modifier and Type Method Description voidInFlightMetadataCollectorImpl. addUniqueConstraintHolders(Table table, List<UniqueConstraintHolder> uniqueConstraintHolders) -
Uses of UniqueConstraintHolder in org.hibernate.boot.spi
Method parameters in org.hibernate.boot.spi with type arguments of type UniqueConstraintHolder Modifier and Type Method Description voidInFlightMetadataCollector. addUniqueConstraintHolders(Table table, List<UniqueConstraintHolder> uniqueConstraints) -
Uses of UniqueConstraintHolder in org.hibernate.cfg
Methods in org.hibernate.cfg that return UniqueConstraintHolder Modifier and Type Method Description UniqueConstraintHolderUniqueConstraintHolder. setColumns(String[] columns)UniqueConstraintHolderUniqueConstraintHolder. setName(String name) -
Uses of UniqueConstraintHolder in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations that return types with arguments of type UniqueConstraintHolder Modifier and Type Method Description static List<UniqueConstraintHolder>TableBinder. buildUniqueConstraintHolders(jakarta.persistence.UniqueConstraint[] annotations)Build a list ofUniqueConstraintHolderinstances given a list ofUniqueConstraintannotations.Method parameters in org.hibernate.cfg.annotations with type arguments of type UniqueConstraintHolder Modifier and Type Method Description voidEntityBinder. bindTable(String schema, String catalog, String tableName, List<UniqueConstraintHolder> uniqueConstraints, String constraints, InFlightMetadataCollector.EntityTableXref denormalizedSuperTableXref)static TableTableBinder. 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 TableTableBinder. 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)
-