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

Quick Search    Search Deep

Package ojb.broker

Interface Summary
ConversionStrategy ConversionStrategy declares a protocol for type and Value conversions between Java objects and SQL types and values.
ManageableCollection OJB can handle java.util.Collection as well as user defined collection classes as collection attributes in persistent classes.
ObjectModification The Interface ObjectModification represents information about modifications of persistence capable objects.
PersistenceBroker PersistenceBroker declares a protocol for persisting arbitrary objects.
PersistenceBrokerAware This interface defines a protocol for persistent objects that must be aware of the operations of the PersistenceBroker.
Persistent defines a minimum protocol for persistence capable classes.
 

Class Summary
ArrayIterator this Iterator is used to iterate over Arrays.
Identity represents the identity of an object.
PersistenceBrokerFactory Factory class that produces PersistenceBroker instances
PersistenceBrokerImpl The PersistenceBrokerImpl is an implementation of the PersistenceBroker Interface that specifies a persistence mechanism for generic objects.
PersistentObject The PersistenceBroker allows to make objects of arbitrary classes persistent.
SequenceEntry Insert the type's description here.
SequenceManager A simple SequenceManager.
SimpleObjectModificationImpl Insert the type's description here.
VirtualProxy Proxy base class.
 

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
OptimisticLockException  
PersistenceBrokerDBException Insert the type's description here.
PersistenceBrokerException The Base Exception for all Exceptions that can happend within ObjectRelationalBridge.
PersistenceBrokerSQLException  
TransactionAbortedException  
TransactionInProgressException  
TransactionNotInProgressException