Class AbstractQueryAttribute<X,Y>

java.lang.Object
cz.cvut.kbss.jopa.model.metamodel.AbstractQueryAttribute<X,Y>
Type Parameters:
X - The represented type that contains the attribute
Y - The type of the represented attribute
All Implemented Interfaces:
FieldSpecification<X,Y>, QueryAttribute<X,Y>
Direct Known Subclasses:
PluralQueryAttributeImpl, SingularQueryAttributeImpl

public abstract class AbstractQueryAttribute<X,Y> extends Object implements QueryAttribute<X,Y>
A common class to all attributes defined by a query