Uses of Class
org.cxbox.sqlbc.crudma.SqlComponentObject
Packages that use SqlComponentObject
-
Uses of SqlComponentObject in org.cxbox.sqlbc.crudma
Fields in org.cxbox.sqlbc.crudma with type parameters of type SqlComponentObjectModifier and TypeFieldDescriptionstatic final org.cxbox.constgen.DtoField<SqlComponentObject,org.springframework.cglib.beans.BeanMap> SqlComponentObject_.fieldsMethods in org.cxbox.sqlbc.crudma that return SqlComponentObjectMethods in org.cxbox.sqlbc.crudma that return types with arguments of type SqlComponentObjectModifier and TypeMethodDescriptionorg.cxbox.api.data.ResultPage<SqlComponentObject>SqlCrudmaService.getAll(BusinessComponent bc) SqlBcAction.invoke(BusinessComponent bc, SqlComponentObject data) Methods in org.cxbox.sqlbc.crudma with parameters of type SqlComponentObjectModifier and TypeMethodDescriptionSqlBcAction.invoke(BusinessComponent bc, SqlComponentObject data) -
Uses of SqlComponentObject in org.cxbox.sqlbc.dao
Methods in org.cxbox.sqlbc.dao that return SqlComponentObjectModifier and TypeMethodDescriptionSqlComponentDao.getOne(BusinessComponent bc, QueryParameters queryParameters) Methods in org.cxbox.sqlbc.dao that return types with arguments of type SqlComponentObjectModifier and TypeMethodDescriptionorg.cxbox.api.data.ResultPage<SqlComponentObject>SqlComponentDao.getPage(BusinessComponent bc, QueryParameters queryParameters)