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 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.
-