Uses of Interface
org.hibernate.metamodel.mapping.ordering.OrderByFragment
Packages that use OrderByFragment
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Support for set and map ordering
Package for the translation of SQM into SQL AST
Package defining support for creating and consuming a SQL AST.
-
Uses of OrderByFragment in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type OrderByFragmentModifier and TypeMethodDescriptionvoid
LoaderSqlAstCreationState.applyOrdering
(TableGroup tableGroup, OrderByFragment orderByFragment) -
Uses of OrderByFragment in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return OrderByFragmentModifier and TypeMethodDescriptionPluralAttributeMapping.getManyToManyOrderByFragment()
PluralAttributeMapping.getOrderByFragment()
-
Uses of OrderByFragment in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return OrderByFragmentModifier and TypeMethodDescriptionPluralAttributeMappingImpl.getManyToManyOrderByFragment()
PluralAttributeMappingImpl.getOrderByFragment()
-
Uses of OrderByFragment in org.hibernate.metamodel.mapping.ordering
Classes in org.hibernate.metamodel.mapping.ordering that implement OrderByFragmentMethods in org.hibernate.metamodel.mapping.ordering that return OrderByFragmentModifier and TypeMethodDescriptionstatic OrderByFragment
OrderByFragmentTranslator.translate
(String fragment, PluralAttributeMapping pluralAttributeMapping, TranslationContext context) Perform the translation of the user-supplied fragment, returning the translation. -
Uses of OrderByFragment in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type OrderByFragmentModifier and TypeMethodDescriptionvoid
BaseSqmToSqlAstConverter.applyOrdering
(TableGroup tableGroup, OrderByFragment orderByFragment) -
Uses of OrderByFragment in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type OrderByFragmentModifier and TypeMethodDescriptiondefault void
SqlAstCreationState.applyOrdering
(TableGroup tableGroup, OrderByFragment orderByFragment)