Klasse MorphiumReference

java.lang.Object
de.caluga.morphium.MorphiumReference

public class MorphiumReference extends Object
modeling references between two entities
  • Konstruktordetails

    • MorphiumReference

      public MorphiumReference()
    • MorphiumReference

      public MorphiumReference(String name, Object id)
  • Methodendetails

    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • getId

      public Object getId()
    • isLazy

      public boolean isLazy()
    • setLazy

      public void setLazy(boolean lazy)
    • setId

      public void setId(Object id)
    • getCollectionName

      public String getCollectionName()
    • setCollectionName

      public void setCollectionName(String collectionName)