com.xavax.xstore
Class PersistenceMap

Object
  extended byPersistenceMap
Direct Known Subclasses:
AssociationMap, AttributeMap, ClassMap, ColumnMap, DatabaseMap, TableMap

public class PersistenceMap
extends Object

PersistenceMap is the base class for all metadata maps used by the persistence manager.


Method Summary
 int hashCode()
          Returns the hash code for the name of this map.
 PersistenceManager manager()
          Returns the persistence manager owning this map.
 String name()
          Returns the name of this map.
 String toString()
          Returns a string representation of this map.
 
Methods inherited from class Object
equals, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

manager

public PersistenceManager manager()
Returns the persistence manager owning this map.

Returns:
the persistence manager owning this map.

name

public String name()
Returns the name of this map.

Returns:
the name of this map.

hashCode

public int hashCode()
Returns the hash code for the name of this map.

Returns:
the hash code for the name of this map.

toString

public String toString()
Returns a string representation of this map. Derived classes should override this default implementation; otherwise, the string returned is the name of the map.

Returns:
a string representation of this map.