...
Wichtige Properties:
Icons:
Icon | Funktion |
---|---|
Change to Basic - Dies ist die Standard-Einstellung aller Attribute. Deshalb muss die @Basic-Annotation nicht explizit gesetzt werden. | |
Change to Transient - Mit @Transient markierte Attribute werden nicht persistiert. | |
Change to Version - Markiert das Attribut als @Version. Versions-Attribute werden für das Optimistic Locking von JPA verwendet |
- Fetch type -
- Column name -
- Table name -
- Insertable -
- Updateable -
- Unique -
- Nullable -
- Length -
- Precision -
- Scale -
- Column definition -
- Type mapping -
...