Uses of Interface
org.hibernate.metamodel.mapping.ordering.ast.SequencePart
Packages that use SequencePart
Package
Description
-
Uses of SequencePart in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement SequencePart -
Uses of SequencePart in org.hibernate.metamodel.mapping.ordering.ast
Subinterfaces of SequencePart in org.hibernate.metamodel.mapping.ordering.astModifier and TypeInterfaceDescriptioninterfaceRepresents a domain-path (model part path) used in an order-by fragmentClasses in org.hibernate.metamodel.mapping.ordering.ast that implement SequencePartModifier and TypeClassDescriptionclassRepresents a part of a `CollectionPart` (element or index descriptor) as a DomainPathclassRepresents a column-reference used in an order-by fragmentclassA path relative to either a CollectionPartPath (element/index DomainPath) or another DomainPathContinuationclassclassRepresents the collection as a DomainPathclassSequencePart implementation used to translate the root of a pathMethods in org.hibernate.metamodel.mapping.ordering.ast that return SequencePartModifier and TypeMethodDescriptionPathConsumer.getConsumedPart()CollectionPartPath.resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext) ColumnReference.resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext) DomainPathContinuation.resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext) FkDomainPathContinuation.resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext) RootSequencePart.resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext) SequencePart.resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)