Uses of Interface
org.hibernate.boot.model.relational.ColumnOrderingStrategy
-
Packages that use ColumnOrderingStrategy Package Description org.hibernate.boot This package contains the contracts that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.model.relational org.hibernate.boot.spi -
-
Uses of ColumnOrderingStrategy in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type ColumnOrderingStrategy Modifier and Type Method Description MetadataBuilderMetadataBuilder. applyColumnOrderingStrategy(ColumnOrderingStrategy columnOrderingStrategy)Specify theColumnOrderingStrategy. -
Uses of ColumnOrderingStrategy in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return ColumnOrderingStrategy Modifier and Type Method Description ColumnOrderingStrategyMetadataBuilderImpl.MetadataBuildingOptionsImpl. getColumnOrderingStrategy()Methods in org.hibernate.boot.internal with parameters of type ColumnOrderingStrategy Modifier and Type Method Description MetadataBuilderMetadataBuilderImpl. applyColumnOrderingStrategy(ColumnOrderingStrategy columnOrderingStrategy) -
Uses of ColumnOrderingStrategy in org.hibernate.boot.model.relational
Classes in org.hibernate.boot.model.relational that implement ColumnOrderingStrategy Modifier and Type Class Description classColumnOrderingStrategyLegacyA no-op implementation.classColumnOrderingStrategyStandardStandard implementation that orders columns by size and name following roughly this ordering:order by max(physicalSizeBytes, 4), physicalSizeBytes > 2048, name -
Uses of ColumnOrderingStrategy in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ColumnOrderingStrategy Modifier and Type Method Description ColumnOrderingStrategyAbstractDelegatingMetadataBuildingOptions. getColumnOrderingStrategy()ColumnOrderingStrategyMetadataBuildingOptions. getColumnOrderingStrategy()Methods in org.hibernate.boot.spi with parameters of type ColumnOrderingStrategy Modifier and Type Method Description MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyColumnOrderingStrategy(ColumnOrderingStrategy columnOrderingStrategy)
-