Uses of Class
com.github.collinalpert.java2db.annotations.ForeignKeyEntity.JoinTypes
| Package | Description |
|---|---|
| com.github.collinalpert.java2db.annotations | |
| com.github.collinalpert.java2db.database |
-
Uses of ForeignKeyEntity.JoinTypes in com.github.collinalpert.java2db.annotations
Methods in com.github.collinalpert.java2db.annotations that return ForeignKeyEntity.JoinTypes Modifier and Type Method Description ForeignKeyEntity.JoinTypesjoinType()static ForeignKeyEntity.JoinTypesForeignKeyEntity.JoinTypes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ForeignKeyEntity.JoinTypes[]ForeignKeyEntity.JoinTypes. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ForeignKeyEntity.JoinTypes in com.github.collinalpert.java2db.database
Methods in com.github.collinalpert.java2db.database that return ForeignKeyEntity.JoinTypes Modifier and Type Method Description ForeignKeyEntity.JoinTypesForeignKeyReference. getJoinType()Constructors in com.github.collinalpert.java2db.database with parameters of type ForeignKeyEntity.JoinTypes Constructor Description ForeignKeyReference(java.lang.String tableName, java.lang.String alias, java.lang.reflect.Field column, java.lang.String foreignKeyTableName, java.lang.String foreignKeyAlias, ForeignKeyEntity.JoinTypes joinType)