Class DbObjectSchema
java.lang.Object
tech.ailef.dbadmin.external.dbmapping.DbObjectSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
findAll()
getComputedColumn
(String name) getFieldByJavaName
(String name) getFieldByName
(String name) Class<?>
int
hashCode()
void
setJpaRepository
(CustomJpaRepository jpaRepository) toString()
-
Constructor Details
-
DbObjectSchema
-
-
Method Details
-
getDbAdmin
-
getJavaClass
-
getClassName
-
getFields
-
getFieldByJavaName
-
getFieldByName
-
addField
-
getJpaRepository
-
setJpaRepository
-
getTableName
-
getSortedFields
-
getRelationshipFields
-
getManyToManyOwnedFields
-
getPrimaryKey
-
getComputedColumnNames
-
getComputedColumn
-
getFilterableFields
-
findAll
-
toString
-
hashCode
public int hashCode() -
equals
-