Enum ForeignKeyEntity.JoinTypes

java.lang.Object
java.lang.Enum<ForeignKeyEntity.JoinTypes>
com.github.collinalpert.java2db.annotations.ForeignKeyEntity.JoinTypes
All Implemented Interfaces:
Serializable, Comparable<ForeignKeyEntity.JoinTypes>, Constable
Enclosing class:
ForeignKeyEntity

public static enum ForeignKeyEntity.JoinTypes
extends Enum<ForeignKeyEntity.JoinTypes>
An enum for specifying the type of join to use when leveraging the automatic join feature via the ForeignKeyEntity attribute.