Uses of Class
org.cxbox.sqlbc.crudma.SqlComponentObject
-
Packages that use SqlComponentObject Package Description org.cxbox.sqlbc.crudma org.cxbox.sqlbc.dao -
-
Uses of SqlComponentObject in org.cxbox.sqlbc.crudma
Fields in org.cxbox.sqlbc.crudma with type parameters of type SqlComponentObject Modifier and Type Field Description static org.cxbox.constgen.DtoField<SqlComponentObject,org.springframework.cglib.beans.BeanMap>SqlComponentObject_. fieldsMethods in org.cxbox.sqlbc.crudma that return SqlComponentObject Modifier and Type Method Description SqlComponentObjectSqlCrudmaService. get(BusinessComponent bc)Methods in org.cxbox.sqlbc.crudma that return types with arguments of type SqlComponentObject Modifier and Type Method Description org.cxbox.api.data.ResultPage<SqlComponentObject>SqlCrudmaService. getAll(BusinessComponent bc)ActionResultDTO<SqlComponentObject>SqlBcAction. invoke(BusinessComponent bc, SqlComponentObject data)Methods in org.cxbox.sqlbc.crudma with parameters of type SqlComponentObject Modifier and Type Method Description ActionResultDTO<SqlComponentObject>SqlBcAction. invoke(BusinessComponent bc, SqlComponentObject data) -
Uses of SqlComponentObject in org.cxbox.sqlbc.dao
Methods in org.cxbox.sqlbc.dao that return SqlComponentObject Modifier and Type Method Description SqlComponentObjectSqlComponentDao. getOne(BusinessComponent bc, QueryParameters queryParameters)Methods in org.cxbox.sqlbc.dao that return types with arguments of type SqlComponentObject Modifier and Type Method Description org.cxbox.api.data.ResultPage<SqlComponentObject>SqlComponentDao. getPage(BusinessComponent bc, QueryParameters queryParameters)
-