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
  • Constructor Details

    • ForeignKeyReference

      public ForeignKeyReference​(java.lang.String tableName, java.lang.String alias, java.lang.reflect.Field column, java.lang.String foreignKeyTableName, java.lang.String foreignKeyAlias)
  • Method Details