com.redhat.persistence.metadata
Class ObjectMap
java.lang.Object
com.redhat.persistence.metadata.Element
com.redhat.persistence.metadata.ObjectMap
- public class ObjectMap
- extends com.redhat.persistence.metadata.Element
ObjectMap
- Version:
- $Revision: #7 $ $Date: 2004/04/07 $
- Author:
- Rafael H. Schloming <rhs@mit.edu>
versionId
public static final String versionId
- See Also:
- Constant Field Values
ObjectMap
public ObjectMap(ObjectType type)
getRoot
public Root getRoot()
getSuperMap
public ObjectMap getSuperMap()
getObjectType
public ObjectType getObjectType()
hasMapping
public boolean hasMapping(Path p)
getMapping
public Mapping getMapping(Path p)
addMapping
public void addMapping(Mapping mapping)
getMappings
public Collection getMappings()
getDeclaredMappings
public Collection getDeclaredMappings()
getKeyProperties
public List getKeyProperties()
getFetchedPaths
public Collection getFetchedPaths()
getDeclaredFetchedPaths
public Collection getDeclaredFetchedPaths()
addFetchedPath
public void addFetchedPath(Path p)
getTable
public Table getTable()
setTable
public void setTable(Table table)
getDeclaredTables
public Collection getDeclaredTables()
getTables
public Collection getTables()
getRetrieveAll
public SQLBlock getRetrieveAll()
setRetrieveAll
public void setRetrieveAll(SQLBlock retrieveAll)
getDeclaredRetrieves
public Collection getDeclaredRetrieves()
setDeclaredRetrieves
public void setDeclaredRetrieves(Collection retrieves)
getRetrieves
public Collection getRetrieves()
getDeclaredInserts
public Collection getDeclaredInserts()
setDeclaredInserts
public void setDeclaredInserts(Collection inserts)
getDeclaredUpdates
public Collection getDeclaredUpdates()
setDeclaredUpdates
public void setDeclaredUpdates(Collection updates)
getUpdates
public Collection getUpdates()
getDeclaredDeletes
public Collection getDeclaredDeletes()
setDeclaredDeletes
public void setDeclaredDeletes(Collection deletes)
toString
public String toString()
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC