Uses of Class
net.ajaest.jdk.data.auxi.database.QAbout

Packages that use QAbout
net.ajaest.jdk.data.auxi.database   
 

Uses of QAbout in net.ajaest.jdk.data.auxi.database
 

Classes in net.ajaest.jdk.data.auxi.database with type parameters of type QAbout
 class QueryExpression<E extends QAbout>
          Class that represents a consistent and finished expression about related fields.
 

Subclasses of QAbout in net.ajaest.jdk.data.auxi.database
 class QueryExpression<E extends QAbout>
          Class that represents a consistent and finished expression about related fields.
 

Fields in net.ajaest.jdk.data.auxi.database with type parameters of type QAbout
protected  java.util.List<QAbout> QAbout.queryDomains
          It contains the domain query classes.
 

Methods in net.ajaest.jdk.data.auxi.database that return types with arguments of type QAbout
 java.util.List<QAbout> QAbout.getDomains()
          It returns an unmodifiable list of objects that inherits from QAbout.
 

Methods in net.ajaest.jdk.data.auxi.database with parameters of type QAbout
protected  void QAbout.addDomain(ConnectorEnum bool, QAbout qa)
          Adds a domain domain and the boolean operand that append it to the expression to the current domain query.
 

Constructor parameters in net.ajaest.jdk.data.auxi.database with type arguments of type QAbout
QAbout(java.util.List<ConnectorEnum> booleanConnector, java.util.List<QAbout> domains)
          Constructor for superclass.
QueryExpression(java.util.List<ConnectorEnum> booleanConnector, java.util.List<QAbout> domains)