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

Packages that use Element
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 Element in com.arsdigita.persistence.metadata
 

Subclasses of Element in com.arsdigita.persistence.metadata
 class Association
          The Association class is used to link together the properties of two object types.
 class CompoundType
          The CompoundType class represents types that are built up from SimpleTypes and other CompoundTypes.
 class DataType
          The DataType class represents the type of a persistently stored datum.
 class MetadataRoot
          The MetadataRoot is a singleton class that serves as an entry point for the metadata system.
 class Model
          A Model provides a logical namespace for a related set of ObjectTypes and Associations.
 class ModelElement
          The ModelElement class represents metadata elements that are components of a Model.
 class ObjectType
          The ObjectType class is a specialized form of CompoundType that supports inheritence.
 class Property
          The Property class represents one property of a CompoundType.
 class SimpleType
          The SimpleType class is the base class for all the primative DataTypes that the persistence layer knows how to store.
 



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