Uses of Class
tech.ailef.dbadmin.external.dbmapping.DbObject
Packages that use DbObject
Package
Description
Representation of the user database and repository classes.
Data objects used in primarily in requests and responses
-
Uses of DbObject in tech.ailef.dbadmin.external.dbmapping
Methods in tech.ailef.dbadmin.external.dbmapping that return DbObjectModifier and TypeMethodDescriptionDbObjectSchema.buildObject
(Map<String, String> params, Map<String, org.springframework.web.multipart.MultipartFile> files) Methods in tech.ailef.dbadmin.external.dbmapping that return types with arguments of type DbObjectModifier and TypeMethodDescriptionDbAdminRepository.findAll
(DbObjectSchema schema, int page, int pageSize, String sortKey, String sortOrder) Find all the objects in the schema.DbObjectSchema.findAll()
Returns all the data in this schema, as `DbObject`sDbAdminRepository.findById
(DbObjectSchema schema, Object id) Find an object by IDDbAdminRepository.search
(DbObjectSchema schema, String query) Fuzzy search on primary key value and display nameDbAdminRepository.search
(DbObjectSchema schema, String query, int page, int pageSize, String sortKey, String sortOrder, Set<QueryFilter> queryFilters) Fuzzy search on primary key value and display nameDbAdminRepository.search
(DbObjectSchema schema, String query, Set<QueryFilter> queryFilters) DbObject.traverseMany
(String fieldName) DbObject.traverseMany
(DbField field) -
Uses of DbObject in tech.ailef.dbadmin.external.dto
Constructors in tech.ailef.dbadmin.external.dto with parameters of type DbObject