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

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

Subclasses of DataType in com.arsdigita.persistence.metadata
 class CompoundType
          The CompoundType class represents types that are built up from SimpleTypes and other CompoundTypes.
 class ObjectType
          The ObjectType class is a specialized form of CompoundType that supports inheritence.
 class SimpleType
          The SimpleType class is the base class for all the primative DataTypes that the persistence layer knows how to store.
 

Methods in com.arsdigita.persistence.metadata that return DataType
 DataType Model.getDataType(String name)
          Returns the DataType with the given name.
 DataType Property.getType()
          Returns the type of this Property.
 



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