Uses of Interface
org.hibernate.metamodel.mapping.ordering.OrderByFragment
-
Packages that use OrderByFragment Package Description 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 ordering -
-
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.
-