Uses of Interface
org.hibernate.metamodel.mapping.ordering.OrderByFragment
-
Packages that use OrderByFragment Package Description org.hibernate.loader.ast.internal org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.mapping.ordering Support for set and map orderingorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.ast.spi 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 OrderByFragment Modifier and Type Method Description void
LoaderSqlAstCreationState. applyOrdering(TableGroup tableGroup, OrderByFragment orderByFragment)
-
Uses of OrderByFragment in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return OrderByFragment Modifier and Type Method Description OrderByFragment
PluralAttributeMapping. getManyToManyOrderByFragment()
OrderByFragment
PluralAttributeMapping. getOrderByFragment()
-
Uses of OrderByFragment in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return OrderByFragment Modifier and Type Method Description OrderByFragment
PluralAttributeMappingImpl. getManyToManyOrderByFragment()
OrderByFragment
PluralAttributeMappingImpl. getOrderByFragment()
-
Uses of OrderByFragment in org.hibernate.metamodel.mapping.ordering
Classes in org.hibernate.metamodel.mapping.ordering that implement OrderByFragment Modifier and Type Class Description class
OrderByFragmentImpl
Methods in org.hibernate.metamodel.mapping.ordering that return OrderByFragment Modifier and Type Method Description static 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 OrderByFragment Modifier and Type Method Description void
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 OrderByFragment Modifier and Type Method Description default void
SqlAstCreationState. applyOrdering(TableGroup tableGroup, OrderByFragment orderByFragment)
-