Class ForeignKeyReference

java.lang.Object
com.github.collinalpert.java2db.database.TableColumnReference
com.github.collinalpert.java2db.database.ForeignKeyReference

public class ForeignKeyReference
extends TableColumnReference
Describes a foreign key reference to a specific table. This represents a field marked with the ForeignKeyEntity attribute.
Author:
Collin Alpert