Interface SingularQueryAttribute<X,T> 
- Type Parameters:
- X- The type containing the represented attribute
- T- 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 SummaryMethods inherited from interface cz.cvut.kbss.jopa.model.metamodel.FieldSpecificationgetDeclaringType, getFetchType, getJavaField, getJavaType, getName, includeExplicit, isCollection, isInferred, isMappedAttributeMethods inherited from interface cz.cvut.kbss.jopa.model.metamodel.QueryAttributeenableReferencingAttributes, getConstraints, getJavaMember, getQuery
- 
Method Details- 
getTypeReturn the type that represents the type of the attribute.- Returns:
- type of attribute
 
 
-