Uses of Class
com.github.collinalpert.java2db.database.TableColumnReference
-
Packages that use TableColumnReference Package Description com.github.collinalpert.java2db.database com.github.collinalpert.java2db.modules -
-
Uses of TableColumnReference in com.github.collinalpert.java2db.database
Subclasses of TableColumnReference in com.github.collinalpert.java2db.database Modifier and Type Class Description classForeignKeyReferenceDescribes a foreign key reference to a specific table. -
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.
-