All Classes and Interfaces

Class
Description
 
in cases that utilizing specific annotation is required but annotation is not present
 
 
map of data base column definitions
 
custom type for entities
there is 2 way to create an object of FilterClause create object with constructor -> FilterClause(Class) in which developer must pass Class object of entity type create Object with constructor -> FilterClause() ()} in which developer must create Class instance by calling FilterClause.createInstance(EntityType)
 
 
 
 
will be thrown in cases that query string got syntax errors
 
 
 
 
Data Control Language queries will be generated by this interface
Data Definition Language queries will be generated by this interface
Data Manipulation Language queries will be generated by this interface
Data Query Language queries will be generated by this interface
Transaction Control Language queries will be generated by this interface
all aggregate functions in sql such as SUM,AVG,COUNT,...
 
operation in where clause will be handled in this interface
 
 
 
utilities of relational databases
 
Utils<E extends EntityType>