Uses of Interface
org.hibernate.metamodel.mapping.ordering.ast.SequencePart
-
Packages that use SequencePart Package Description org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.mapping.ordering.ast -
-
Uses of SequencePart in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement SequencePart Modifier and Type Class Description class
AbstractDomainPath
-
Uses of SequencePart in org.hibernate.metamodel.mapping.ordering.ast
Subinterfaces of SequencePart in org.hibernate.metamodel.mapping.ordering.ast Modifier and Type Interface Description interface
DomainPath
Represents a domain-path (model part path) used in an order-by fragmentClasses in org.hibernate.metamodel.mapping.ordering.ast that implement SequencePart Modifier and Type Class Description class
CollectionPartPath
Represents a part of a `CollectionPart` (element or index descriptor) as a DomainPathclass
ColumnReference
Represents a column-reference used in an order-by fragmentclass
DomainPathContinuation
A path relative to either a CollectionPartPath (element/index DomainPath) or another DomainPathContinuationclass
FkDomainPathContinuation
class
PluralAttributePath
Represents the collection as a DomainPathclass
RootSequencePart
SequencePart implementation used to translate the root of a pathMethods in org.hibernate.metamodel.mapping.ordering.ast that return SequencePart Modifier and Type Method Description SequencePart
PathConsumer. getConsumedPart()
SequencePart
CollectionPartPath. resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)
SequencePart
ColumnReference. resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)
SequencePart
DomainPathContinuation. resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)
SequencePart
FkDomainPathContinuation. resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)
SequencePart
RootSequencePart. resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)
SequencePart
SequencePart. resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)
-