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 voidLoaderSqlAstCreationState. 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 OrderByFragmentPluralAttributeMapping. getManyToManyOrderByFragment()OrderByFragmentPluralAttributeMapping. 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 OrderByFragmentPluralAttributeMappingImpl. getManyToManyOrderByFragment()OrderByFragmentPluralAttributeMappingImpl. 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 classOrderByFragmentImplMethods in org.hibernate.metamodel.mapping.ordering that return OrderByFragment Modifier and Type Method Description static OrderByFragmentOrderByFragmentTranslator. 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 voidBaseSqmToSqlAstConverter. 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 voidSqlAstCreationState. applyOrdering(TableGroup tableGroup, OrderByFragment orderByFragment)
-