Uses of Class
org.apache.ojb.broker.metadata.DescriptorBase

Packages that use DescriptorBase
org.apache.ojb.broker.metadata   
 

Uses of DescriptorBase in org.apache.ojb.broker.metadata
 

Subclasses of DescriptorBase in org.apache.ojb.broker.metadata
 class AnonymousFieldDescriptor
           
 class ArgumentDescriptor
          An ArgumentDescriptor contains information that defines a single argument that is passed to a procedure/function.
 class AttributeDescriptorBase
          Is the base class for all other attribute descriptors.
 class ClassDescriptor
          A ClassDescriptor contains all information for mapping objects of a given class to database tables.
 class CollectionDescriptor
          mapping Description for member fields that are Collections
Note: Be careful when use references of this class or caching instances of this class, because instances could become invalid (see MetadataManager).
 class DeleteProcedureDescriptor
          An DeleteProcedureDescriptor contains information that is related to the procedure/function that is used to handle the deleting of existing records.
 class DescriptorRepository
          The repository containing all object mapping and manipulation information of all used persistent objects.
 class FieldDescriptor
          A FieldDescriptor holds the mapping information for a specific member-variable of a persistent object.
 class InsertProcedureDescriptor
          An InsertProcedureDescriptor contains information that is related to the procedure/function that is used to handle the insertion of new records.
 class JdbcConnectionDescriptor
          JdbcConnectionDescriptor describes all relevant parameters of JDBC Connections used by the PersistenceBroker.
 class ObjectReferenceDescriptor
          Describes a Field containing a reference to another class.
 class ProcedureDescriptor
          A ProcedureDescriptor contains information that is common for all types of procedures/functions that are used to handle the persistence operations.
 class SuperReferenceDescriptor
          This class handle inheritance as 1-1 association based on a anonymous field (no field in persistent object needed).
 class UpdateProcedureDescriptor
          An UpdateProcedureDescriptor contains information that is related to the procedure/function that is used to handle the updating of existing records.
 



Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.