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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw SequencePart Modifier and Type Class Description classorg.hibernate.metamodel.mapping.internal.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 interfaceDomainPathRepresents 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 classCollectionPartPathRepresents a part of a `CollectionPart` (element or index descriptor) as a DomainPathclassColumnReferenceRepresents a column-reference used in an order-by fragmentclassDomainPathContinuationA path relative to either a CollectionPartPath (element/index DomainPath) or another DomainPathContinuationclassFkDomainPathContinuationclassPluralAttributePathRepresents the collection as a DomainPathclassRootSequencePartSequencePart implementation used to translate the root of a pathMethods in org.hibernate.metamodel.mapping.ordering.ast that return SequencePart Modifier and Type Method Description SequencePartPathConsumer. getConsumedPart()SequencePartCollectionPartPath. resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)SequencePartColumnReference. resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)SequencePartDomainPathContinuation. resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)SequencePartFkDomainPathContinuation. resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)SequencePartRootSequencePart. resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)SequencePartSequencePart. resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)
-