@Table
The @Table annotation is used to specify additional information to a JPA @Table annotation, like custom INSERT, UPDATE or DELETE statements or a specific FetchMode.
INSERT
UPDATE
DELETE
FetchMode
</div> </div>