Uses of Class
com.suncode.pwfl.search.sql.SQLBuilder
Packages that use SQLBuilder
Package
Description
Pakiet zawiera zbiór elementów ułatwiających wykonywanie podstawowych operacji.
-
Uses of SQLBuilder in com.suncode.pwfl.search.sql
Methods in com.suncode.pwfl.search.sql that return SQLBuilderMethods in com.suncode.pwfl.search.sql with parameters of type SQLBuilderModifier and TypeMethodDescriptionSQLFinder.find
(SQLBuilder builder) Wykonuje zdefiniowane zapytanie i pobiera wyniki.<T> List<T>
SQLFinder.find
(SQLBuilder builder, Class<T> type) Wykonuje zdefiniowane zapytanie.<T> CountedResult<T>
SQLFinder.find
(SQLBuilder builder, Class<T> type, Integer start, Integer limit) Wykonuje zdefiniowane zapytanie i pobiera wyniki z podanymi ograniczeniami.SQLFinder.find
(SQLBuilder builder, Integer start, Integer limit) Wykonuje zdefiniowane zapytanie i pobiera wyniki z podanymi ograniczeniami. -
Uses of SQLBuilder in com.suncode.pwfl.util
Methods in com.suncode.pwfl.util with parameters of type SQLBuilderModifier and TypeMethodDescriptionQueryExecutor.count
(SQLBuilder builder) Wykonuje zapytanie zliczająceorg.hibernate.SQLQuery
QueryExecutor.createSQLQuery
(SQLBuilder builder) Tworzy obiekt zapytania SQLorg.hibernate.SQLQuery
QueryExecutor.createSQLQuery
(SQLBuilder builder, Integer start, Integer limit) Tworzy obiekt zapytania SQL z ograniczeniami