Package com.github.collinalpert.java2db.annotations
-
Annotation Types Summary Annotation Type Description ForeignKeyEntity Marks a field as the correspondent object to a foreign key.Ignore Marks a field as ignored, meaning it does not exist on the database or should not be filled with values.TableName Specifies the database table name for an entity.