Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wichtige Properties:
Icons:

Icon

Funktion

Image Modified

Change to Basic - Dies ist die Standard-Einstellung aller Attribute. Deshalb muss die @Basic-Annotation nicht explizit gesetzt werden.

Image Modified

Change to Transient - Mit @Transient markierte Attribute werden nicht persistiert.

Image Modified

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 -

...