Package net.ajaest.jdk.data.dict.query

contains specific JavaDiKt's auxiliary classes for query API

See:
          Description

Interface Summary
KanjiFieldDescriptor Interface that provides methods to get information of the field of a kanji that a class that implement it represents.
 

Class Summary
IndexPairQAbout  
IntegerValueQAbout QAbout class that represents an integer domain.
KanjiExpression Class that represents a consistent and finished kanji expression about kanji fields.
KanjiQuery This class is the beginning step in order to build a consistent kanji expression that contains relations between kanji fields properties, what it means that this class does not represents a self-consistent expression(only KanjiExpression does}.
QueryAdaptor This single-instance class provide methods to adapt a kanji expression in order to expand or limit the range of defined kanji of the expression.
StringPairQAbout  
StringValueQAbout QAbout class that represents an string domain.
ValueQAbout<E> Class that represents a kanji query expression building step in which a condition about the domain getFieldName related to an object value is going to be added.
 

Package net.ajaest.jdk.data.dict.query Description

contains specific JavaDiKt's auxiliary classes for query API