Uses of Class
com.arsdigita.persistence.metadata.CompoundType

Packages that use CompoundType
com.arsdigita.domain Domain Objects provide an application logic tier between the persistent storage and presentation tiers. 
com.arsdigita.persistence The classes in this package provide an API for creating and manipulating Data Objects. 
com.arsdigita.persistence.metadata Provides a set of classes to store metadata about data object types and the database schema used to persist data objects. 
 

Uses of CompoundType in com.arsdigita.domain
 

Methods in com.arsdigita.domain that return CompoundType
 CompoundType DomainQuery.getType()
          Returns the type of this data query.
 

Uses of CompoundType in com.arsdigita.persistence
 

Methods in com.arsdigita.persistence that return CompoundType
 CompoundType DataQueryDecorator.getType()
           
 CompoundType DataQuery.getType()
          Returns the type of this data query.
 

Uses of CompoundType in com.arsdigita.persistence.metadata
 

Subclasses of CompoundType in com.arsdigita.persistence.metadata
 class ObjectType
          The ObjectType class is a specialized form of CompoundType that supports inheritence.
 

Methods in com.arsdigita.persistence.metadata that return CompoundType
 CompoundType Association.getLinkType()
          Gets the DataType to be used as a link in this Association.
 CompoundType Property.getContainer()
          Returns the container of this property.
 CompoundType Property.getLinkType()
          Returns the type of the link object used by this association, or null if there is none.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC