Uses of Class
org.cxbox.sqlbc.crudma.SqlBcDescription
-
Packages that use SqlBcDescription Package Description org.cxbox.sqlbc.crudma org.cxbox.sqlbc.dao -
-
Uses of SqlBcDescription in org.cxbox.sqlbc.crudma
Methods in org.cxbox.sqlbc.crudma that return SqlBcDescription Modifier and Type Method Description SqlBcDescriptionSqlBcCreator. getDescription(org.cxbox.model.ui.entity.Bc bc) -
Uses of SqlBcDescription in org.cxbox.sqlbc.dao
Methods in org.cxbox.sqlbc.dao with parameters of type SqlBcDescription Modifier and Type Method Description static 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)
-