Uses of Class
tech.ailef.dbadmin.external.dbmapping.fields.DbField
Packages that use DbField
Package
Description
Representation of the user database and repository classes.
Data objects used in primarily in requests and responses
-
Uses of DbField in tech.ailef.dbadmin.external.dbmapping
Methods in tech.ailef.dbadmin.external.dbmapping that return DbFieldModifier and TypeMethodDescriptionDbFieldValue.getField()DbObjectSchema.getFieldByJavaName(String name) Get a field by its Java name, i.e.DbObjectSchema.getFieldByName(String name) Get a field by its database name, i.e.DbObjectSchema.getPrimaryKey()Returns the DbField which serves as the primary key for this schemaMethods in tech.ailef.dbadmin.external.dbmapping that return types with arguments of type DbFieldModifier and TypeMethodDescriptionDbObjectSchema.getFields()Returns an unmodifiable list of all the fields in the schemaDbObjectSchema.getFilterableFields()Returns the list of fields that are `@Filterable`DbObjectSchema.getManyToManyOwnedFields()Returns the list of ManyToMany fields owned by this class (i.e.DbObjectSchema.getRelationshipFields()Returns the list of relationship fieldsDbObjectSchema.getSortedFields()DbObjectSchema.getSortedFields(boolean readOnly) Returns a sorted list of physical fields (i.e., fields that correspond to a column in the table as opposed to fields that are just present as instance variables, like relationship fields).Methods in tech.ailef.dbadmin.external.dbmapping with parameters of type DbFieldModifier and TypeMethodDescriptionvoidAdds a field to this schema.booleanDbObject.traverseMany(DbField field) Constructors in tech.ailef.dbadmin.external.dbmapping with parameters of type DbField -
Uses of DbField in tech.ailef.dbadmin.external.dto
Methods in tech.ailef.dbadmin.external.dto that return DbFieldModifier and TypeMethodDescriptionQueryFilter.getField()Returns the field of the boolean conditionConstructors in tech.ailef.dbadmin.external.dto with parameters of type DbField