Uses of Interface
cz.cvut.kbss.jopa.model.metamodel.QueryAttribute
Packages that use QueryAttribute
-
Uses of QueryAttribute in cz.cvut.kbss.jopa.model.metamodel
Subinterfaces of QueryAttribute in cz.cvut.kbss.jopa.model.metamodelModifier and TypeInterfaceDescriptioninterface
PluralQueryAttribute<X,
C, E> Instances of the type PluralAttribute represent persistent collection-valued attributes defined by a query.interface
Instances of the type SingularQueryAttribute represents persistent single-valued properties or fields defined by a query.Classes in cz.cvut.kbss.jopa.model.metamodel that implement QueryAttributeModifier and TypeClassDescriptionclass
A common class to all attributes defined by a queryclass
PluralQueryAttributeImpl<X,
C, E> Plural query attributes can contain multiple values or references, i.e., they must be a collection.class
Singular query attributes contain a single value or reference, ie.Methods in cz.cvut.kbss.jopa.model.metamodel that return QueryAttributeModifier and TypeMethodDescriptionQueryAttribute<? super X,
?> ManagedType.getQueryAttribute
(String name) Return the query based attribute of the managed type that corresponds to the specified name.Methods in cz.cvut.kbss.jopa.model.metamodel that return types with arguments of type QueryAttributeModifier and TypeMethodDescriptionSet<QueryAttribute<? super X,
?>> AbstractIdentifiableType.getQueryAttributes()
Set<QueryAttribute<? super X,
?>> ManagedType.getQueryAttributes()
Return the query based attributes of the managed type.