Uses of Interface
org.hibernate.boot.model.relational.ColumnOrderingStrategy
Packages that use ColumnOrderingStrategy
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
Some SPIs related to DDL generation and schema management.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
-
Uses of ColumnOrderingStrategy in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type ColumnOrderingStrategyModifier and TypeMethodDescriptionMetadataBuilder.applyColumnOrderingStrategy
(ColumnOrderingStrategy columnOrderingStrategy) Specify theColumnOrderingStrategy
. -
Uses of ColumnOrderingStrategy in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return ColumnOrderingStrategyModifier and TypeMethodDescriptionMetadataBuilderImpl.MetadataBuildingOptionsImpl.getColumnOrderingStrategy()
Methods in org.hibernate.boot.internal with parameters of type ColumnOrderingStrategyModifier and TypeMethodDescriptionMetadataBuilderImpl.applyColumnOrderingStrategy
(ColumnOrderingStrategy columnOrderingStrategy) -
Uses of ColumnOrderingStrategy in org.hibernate.boot.model.relational
Classes in org.hibernate.boot.model.relational that implement ColumnOrderingStrategyModifier and TypeClassDescriptionclass
A no-op implementation.class
Standard 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 ColumnOrderingStrategyModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuildingOptions.getColumnOrderingStrategy()
MetadataBuildingOptions.getColumnOrderingStrategy()
Methods in org.hibernate.boot.spi with parameters of type ColumnOrderingStrategyModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuilderImplementor.applyColumnOrderingStrategy
(ColumnOrderingStrategy columnOrderingStrategy) -
Uses of ColumnOrderingStrategy in org.hibernate.cfg
Methods in org.hibernate.cfg that return ColumnOrderingStrategyModifier and TypeMethodDescriptionConfiguration.getColumnOrderingStrategy()
TheCustomEntityDirtinessStrategy
, if any, that was added to this configuration.Methods in org.hibernate.cfg with parameters of type ColumnOrderingStrategyModifier and TypeMethodDescriptionConfiguration.setColumnOrderingStrategy
(ColumnOrderingStrategy columnOrderingStrategy) Specify aCustomEntityDirtinessStrategy
to be added to this configuration.