Interface CayenneMapEntry

All Known Implementing Classes:
Attribute, DbAttribute, DbEntity, DbKeyGenerator, DbRelationship, EmbeddedAttribute, Entity, ObjAttribute, ObjEntity, ObjRelationship, Procedure, ProcedureParameter, Relationship

public interface CayenneMapEntry
Defining a double-linked named entry in CayenneMap.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name property of this object.
    Returns the parent map.
    void
    setParent(Object parent)
    Stores the parent map.
  • Method Details

    • getName

      String getName()
      Returns the name property of this object.
      Returns:
      name of this entry.
    • getParent

      Object getParent()
      Returns the parent map.
    • setParent

      void setParent(Object parent)
      Stores the parent map.