A B C D E F G H I K M N O P Q R S T U V 
All Classes All Packages

Q

Query - Annotation Type in com.github.amjadnas.sqldbmanager.annotations
The annotation indicates that the method performs a SELECTION query the method signature must be MyObject/List of MyObject "methodName"(Connection, Object) be aware that if the return type was a single object and the query returns a list then the method will return the first object from the selected rows
QueryBuilder - Class in com.github.amjadnas.sqldbmanager.utills
Utility class used to create queries based on provided values
QueryHandler<T> - Interface in com.github.amjadnas.sqldbmanager.builder.queryhandlers
Deprecated.
QueryInterceptor - Interface in com.github.amjadnas.sqldbmanager.builder
 
A B C D E F G H I K M N O P Q R S T U V 
All Classes All Packages