Interface SingularQueryAttribute<X,T>
- Type Parameters:
X
- The type containing the represented attributeT
- The type of the represented attribute
- All Superinterfaces:
FieldSpecification<X,
,T> QueryAttribute<X,
T>
- All Known Implementing Classes:
SingularQueryAttributeImpl
Instances of the type SingularQueryAttribute represents persistent single-valued
properties or fields defined by a query.
-
Method Summary
Methods inherited from interface cz.cvut.kbss.jopa.model.metamodel.FieldSpecification
getDeclaringType, getFetchType, getJavaField, getJavaType, getName, includeExplicit, isCollection, isInferred, isMappedAttribute
Methods inherited from interface cz.cvut.kbss.jopa.model.metamodel.QueryAttribute
enableReferencingAttributes, getConstraints, getJavaMember, getQuery
-
Method Details
-
getType
Return the type that represents the type of the attribute.- Returns:
- type of attribute
-