Uses of Class
org.cxbox.sqlbc.crudma.SqlBcDescription
Packages that use SqlBcDescription
-
Uses of SqlBcDescription in org.cxbox.sqlbc.crudma
Methods in org.cxbox.sqlbc.crudma that return SqlBcDescription -
Uses of SqlBcDescription in org.cxbox.sqlbc.dao
Methods in org.cxbox.sqlbc.dao with parameters of type SqlBcDescriptionModifier and TypeMethodDescriptionstatic SqlBcQuerySqlBcQuery.build(SessionService sessionService, SqlBcDescription bcDescription, String id, String parentId, QueryParameters queryParameters, org.springframework.orm.jpa.vendor.Database database) longSqlBcJdbcTemplate.count(SqlBcDescription bcDescription, String parentId, QueryParameters queryParameters) <T> TSqlBcJdbcTemplate.one(SqlBcDescription bcDescription, String id, String parentId, QueryParameters queryParameters, org.springframework.jdbc.core.RowMapper<T> rowMapper) <T> org.cxbox.api.data.ResultPage<T>SqlBcJdbcTemplate.page(SqlBcDescription bcDescription, String parentId, QueryParameters queryParameters, org.springframework.jdbc.core.RowMapper<T> rowMapper)