Uses of Class
com.github.collinalpert.java2db.database.TableColumnReference
-
Packages that use TableColumnReference Package Description com.github.collinalpert.java2db.modules -
-
Uses of TableColumnReference in com.github.collinalpert.java2db.modules
Methods in com.github.collinalpert.java2db.modules that return types with arguments of type TableColumnReference Modifier and Type Method Description java.util.List<TableColumnReference>FieldModule. getAllFields(java.lang.Class<? extends BaseEntity> instanceClass)Gets all the fields and the fields of foreign key objects in this entity.java.util.List<TableColumnReference>FieldModule. getAllFields(java.lang.Class<? extends BaseEntity> instanceClass, java.lang.String alias)Gets all the fields and the fields of foreign key objects in this entity.
-