Uses of Class
com.github.collinalpert.java2db.database.TableColumnReference
-
Packages that use TableColumnReference Package Description com.github.collinalpert.java2db.utilities -
-
Uses of TableColumnReference in com.github.collinalpert.java2db.utilities
Methods in com.github.collinalpert.java2db.utilities that return types with arguments of type TableColumnReference Modifier and Type Method Description static java.util.List<TableColumnReference>Utilities. getAllFields(java.lang.Class<? extends BaseEntity> instanceClass)Gets all the fields and the fields of foreign key objects in this entity.static java.util.List<TableColumnReference>Utilities. 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.
-