Uses of Class
com.redhat.persistence.metadata.ObjectType

Packages that use ObjectType
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. 
com.redhat.persistence   
com.redhat.persistence.metadata   
com.redhat.persistence.oql   
com.redhat.persistence.pdl   
 

Uses of ObjectType in com.arsdigita.persistence.metadata
 

Constructors in com.arsdigita.persistence.metadata with parameters of type ObjectType
DataType(ObjectType obj)
          Constructs a new DataType with the given name.
CompoundType(ObjectType obj)
          Constructs a new and empty CompoundType with the given name.
 

Uses of ObjectType in com.redhat.persistence
 

Methods in com.redhat.persistence that return ObjectType
 ObjectType Parameter.getObjectType()
           
 ObjectType Source.getObjectType()
           
 ObjectType Signature.getObjectType()
           
 ObjectType Signature.getType(Path path)
           
 ObjectType PropertyMap.getObjectType()
           
 ObjectType Session.getObjectType(Object obj)
           
 

Methods in com.redhat.persistence with parameters of type ObjectType
 void Signature.addSource(ObjectType type, Path path)
           
 Query QuerySource.getQuery(ObjectType type)
           
 DataSet Session.getDataSet(ObjectType type)
           
 

Constructors in com.redhat.persistence with parameters of type ObjectType
Parameter(ObjectType type, Path path)
           
Source(ObjectType type)
           
Source(ObjectType type, Path path)
           
Signature(ObjectType type)
           
PropertyMap(ObjectType type)
           
 

Uses of ObjectType in com.redhat.persistence.metadata
 

Methods in com.redhat.persistence.metadata that return ObjectType
 ObjectType Alias.getType()
           
abstract  ObjectType Adapter.getObjectType(Object obj)
           
 ObjectType Link.getType()
           
 ObjectType Link.getLinkType()
           
 ObjectType Role.getType()
           
 ObjectType ObjectType.getSupertype()
           
 ObjectType ObjectType.getType(Path path)
           
 ObjectType ObjectType.getBasetype()
           
 ObjectType Root.getObjectType(String qualifiedName)
           
 ObjectType ObjectMap.getObjectType()
           
 ObjectType Property.getContainer()
           
abstract  ObjectType Property.getType()
           
 

Methods in com.redhat.persistence.metadata with parameters of type ObjectType
 Object Adapter.getSessionKey(ObjectType type, PropertyMap props)
           
 Object Adapter.getObject(ObjectType basetype, PropertyMap props)
           
 boolean ObjectType.isSubtypeOf(ObjectType type)
           
 void Root.addObjectType(ObjectType type)
           
 ObjectMap Root.getObjectMap(ObjectType type)
           
 Adapter Root.getAdapter(ObjectType type)
           
 

Constructors in com.redhat.persistence.metadata with parameters of type ObjectType
Role(String name, ObjectType type, boolean isComponent, boolean isCollection, boolean isNullable)
           
ObjectType(Model model, String name, ObjectType supertype)
           
ObjectMap(ObjectType type)
           
 

Uses of ObjectType in com.redhat.persistence.oql
 

Methods in com.redhat.persistence.oql that return ObjectType
protected  ObjectType Static.getType()
           
 

Uses of ObjectType in com.redhat.persistence.pdl
 

Methods in com.redhat.persistence.pdl with parameters of type ObjectType
 void PDLWriter.write(ObjectType type)
           
 



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