Package org.apache.ojb.broker.util

Interface Summary
ObjectModification The Interface ObjectModification represents information about modifications of persistence capable objects.
Version The Interface Version holds OJB versioning information.
 

Class Summary
ArrayIterator This Iterator is used to iterate over Arrays.
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64#InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64#OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
BrokerHelper  
ClassHelper  
ConstructorHelper This class helps us to construct new instances.
DoubleHashtable this class can be used to build two-way lookup tables.
GUID simple GUID (Globally Unique ID) implementation.
IdentityArrayList Object identity based List, use "==" instead of element_1.equals(element_2) to compare objects.
IdentityHashMap replacement for the JDK1.4 version User: Matthew Baird Date: Jul 8, 2003 Time: 8:37:00 AM
IdentityMapFactory Created by IntelliJ IDEA.
JdbcTypesHelper Helper class centralise all SQL Types operations and make available JdbcType inner class implementations.
JdbcTypesHelper.BaseType  
JdbcTypesHelper.T_Array  
JdbcTypesHelper.T_BigInt  
JdbcTypesHelper.T_Binary  
JdbcTypesHelper.T_Bit  
JdbcTypesHelper.T_Blob  
JdbcTypesHelper.T_Boolean  
JdbcTypesHelper.T_Char  
JdbcTypesHelper.T_Clob  
JdbcTypesHelper.T_Datalink  
JdbcTypesHelper.T_Date  
JdbcTypesHelper.T_Decimal  
JdbcTypesHelper.T_Double  
JdbcTypesHelper.T_Float  
JdbcTypesHelper.T_Integer  
JdbcTypesHelper.T_LongVarBinary  
JdbcTypesHelper.T_LongVarChar  
JdbcTypesHelper.T_Numeric  
JdbcTypesHelper.T_Real  
JdbcTypesHelper.T_Ref  
JdbcTypesHelper.T_SmallInt  
JdbcTypesHelper.T_Struct  
JdbcTypesHelper.T_Time  
JdbcTypesHelper.T_Timestamp  
JdbcTypesHelper.T_TinyInt  
JdbcTypesHelper.T_VarBinary  
JdbcTypesHelper.T_Varchar  
ObjectModificationDefaultImpl Insert the type's description here.
ProxyHelper ProxyHelper used to get the real thing behind a proxy
ReferenceMap Modified version of ReferenceMap, using object identity for key comparison ().
SqlHelper Helper class for all SQL related stuff.
SqlHelper.PathInfo Helper Class for a split column
ie: sum (distinct amount) as theAmount
WrappedConnection Wrapper class for connections.
 



Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14