34,333
edits
Changes
→Understanding Entities
private int id;
</pre>
A column name is also assigned to the customer name field. Note, however, that no column name was assigned to the address field. This means that the address data will still be stored within the database, but that it is not required to be referenced in SQL statements. If a field within an entity not required to be stored within a database, simply use the @Ignore annotation: