Uses of Class
br.com.davinti.vitruvio.ui.components.domain.db.container.SQLQueryFactory
Packages that use SQLQueryFactory
-
Uses of SQLQueryFactory in br.com.davinti.vitruvio.ui.components.domain.db.container
Methods in br.com.davinti.vitruvio.ui.components.domain.db.container that return SQLQueryFactoryModifier and TypeMethodDescriptionSQLQueryFactory.SQLQueryFactoryBuilder.build()SQLQueryContainer.getQueryFactory()Constructors in br.com.davinti.vitruvio.ui.components.domain.db.container with parameters of type SQLQueryFactoryModifierConstructorDescriptionSQLQueryContainer(SQLQueryFactory queryFactory, int batchSize) SQLQueryContainer(SQLQueryFactory queryFactory, Object idPropertyId, int batchSize) SQLQueryContainer(SQLQueryFactory queryFactory, Object idPropertyId, int batchSize, ColumnSortResolver sortResolver)