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

public interface SingularQueryAttribute<X,T> extends QueryAttribute<X,T>
Instances of the type SingularQueryAttribute represents persistent single-valued properties or fields defined by a query.
  • Method Details

    • getType

      Type<T> getType()
      Return the type that represents the type of the attribute.
      Returns:
      type of attribute