Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package ojb.broker.metadata

Interface Summary
IsolationLevels This Interface defines Isolation level constants.
PersistentField  
RepositoryElements This interface contains integer constants representing the elements of a DescriptorRepository.
XmlCapable This interface must be implemented by classes that need to be marshalled in XML form.
 

Class Summary
AttributeDescriptorBase is the base class for all other attribute descriptors.
BasicContentHandler  
ClassDescriptor A ClassDescriptor contains all information for mapping objects of a given class to database tables.
ClassDescriptorContentHandler  
CollectionDescriptor mapping Description for member fields that are Collections
CollectionDescriptorContentHandler  
DescriptorRepository The repository containing all mapping information of the PersistenceBroker.
FieldDescriptor A FieldDescriptor holds the mapping information for a specific member-variable
FieldDescriptorContentHandler  
IndexDescriptor  
IndexDescriptorContentHandler  
JDBCConnectionContentHandler  
JdbcConnectionDescriptor JdbcConnectionDescriptor describes all relevant parameters of JDBC Connections used by the PersistenceBroker
NestedContentHandler  
ObjectReferenceDescriptor describes a Field containing a reference to another class.
PersistentFieldDefaultImpl  
PersistentFieldFactory  
PersistentFieldPropertyImpl  
ReferenceDescriptorContentHandler  
RepositoryContentHandler  
RepositoryPersistor This class is responsible for reading and writing DescriptorRepository objects from and to persistent media.
RepositoryTags this class maintains a table mapping the xml-tags used in the repository.dtd to their corresponding ids used within OJB.
RepositoryXmlHandler The handler catches Parsing events raised by the xml-parser and builds up the DescriptorRepository that is used within the OJB PersistenceBroker System.
 

Exception Summary
ClassNotPersistenceCapableException This exception is thrown if a class is not described in the MetaData Repository, and thus cannot be handled properly by OJB
MetadataException This exception is thrown if a MetaData related problem occurs.