Annotationsschnittstelle Embedded


@Target(TYPE) @Retention(RUNTIME) public @interface Embedded
User: Stephan Bösebeck Date: 28.05.12 Time: 16:43

Mark an object to be used only embedded in an other object. THIS MUST NOT BE USED TOGETHER WITH @Entity!!!!

  • Optionale Elemente - Übersicht

    Optionale Elemente
    Modifizierer und Typ
    Optionales Element
    Beschreibung
    boolean
    several different objects of same type stored in field if set, className is stored in object
    boolean
     
     
  • Elementdetails

    • translateCamelCase

      boolean translateCamelCase
      Standard:
      true
    • typeId

      String typeId
      Standard:
      "."
    • polymorph

      boolean polymorph
      several different objects of same type stored in field if set, className is stored in object
      Gibt zurück:
      polymorph usage
      Standard:
      false