Return-Path: Delivered-To: apmail-db-ojb-dev-archive@www.apache.org Received: (qmail 34164 invoked from network); 21 Dec 2005 22:27:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Dec 2005 22:27:06 -0000 Received: (qmail 98789 invoked by uid 500); 21 Dec 2005 22:27:05 -0000 Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 98751 invoked by uid 500); 21 Dec 2005 22:27:05 -0000 Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "OJB Developers List" Reply-To: "OJB Developers List" Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 98740 invoked by uid 500); 21 Dec 2005 22:27:05 -0000 Received: (qmail 98737 invoked by uid 99); 21 Dec 2005 22:27:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2005 14:27:05 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 21 Dec 2005 14:27:03 -0800 Received: (qmail 34098 invoked by uid 1797); 21 Dec 2005 22:26:43 -0000 Date: 21 Dec 2005 22:26:43 -0000 Message-ID: <20051221222643.34097.qmail@minotaur.apache.org> From: tomdz@apache.org To: db-ojb-cvs@apache.org Subject: cvs commit: db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess PersistentFieldDirectAccessImplNew.java AnonymousPersistentField.java PersistentFieldAutoProxyImpl.java PersistentFieldBase.java PersistentFieldPrivilegedImplNew.java PersistentFieldDirectImpl.java PersistentFieldPrivilegedImpl.java PersistentFieldDynaBeanImplNew.java PersistentFieldIntrospectorImplNew.java PersistentFieldDynaBeanImpl.java PersistentFieldAutoProxyImplNew.java PersistentFieldIntrospectorImpl.java PersistentFieldFactory.java PersistentField.java X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N tomdz 2005/12/21 14:26:43 Modified: src/java/org/apache/ojb/broker/metadata/torque Tag: OJB_1_0_RELEASE TorqueFieldGenerator.java TorqueIndexGenerator.java TableDescriptor.java TorqueTableGenerator.java TorqueForeignKeyGenerator.java TorqueTablePreprocessor.java TorqueRepositoryGenerator.java src/java/org/apache/ojb/broker/platforms Tag: OJB_1_0_RELEASE PlatformMsAccessImpl.java PlatformSapdbImpl.java ClobWrapper.java Oracle9iLobHandler.java PlatformFirebirdImpl.java PlatformMySQLImpl.java PlatformDb2Impl.java PlatformSybaseImpl.java PlatformFactory.java PlatformException.java PlatformSybaseASEImpl.java PlatformDerbyImpl.java PlatformSybaseASAImpl.java PlatformPostgreSQLImpl.java BlobWrapper.java PlatformInformixImpl.java PlatformWLOracle9iImpl.java PlatformMsSQLServerImpl.java PlatformMaxDBImpl.java src/java/org/apache/ojb/broker/metadata/fieldaccess Tag: OJB_1_0_RELEASE PersistentFieldDirectAccessImplNew.java AnonymousPersistentField.java PersistentFieldAutoProxyImpl.java PersistentFieldBase.java PersistentFieldPrivilegedImplNew.java PersistentFieldDirectImpl.java PersistentFieldPrivilegedImpl.java PersistentFieldDynaBeanImplNew.java PersistentFieldIntrospectorImplNew.java PersistentFieldDynaBeanImpl.java PersistentFieldAutoProxyImplNew.java PersistentFieldIntrospectorImpl.java PersistentFieldFactory.java PersistentField.java Log: Updated license Revision Changes Path No revision No revision 1.6.2.1 +1 -1 db-ojb/src/java/org/apache/ojb/broker/metadata/torque/TorqueFieldGenerator.java Index: TorqueFieldGenerator.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/torque/TorqueFieldGenerator.java,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -u -r1.6 -r1.6.2.1 --- TorqueFieldGenerator.java 4 Apr 2004 23:53:35 -0000 1.6 +++ TorqueFieldGenerator.java 21 Dec 2005 22:26:39 -0000 1.6.2.1 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.torque; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.4.2.1 +1 -1 db-ojb/src/java/org/apache/ojb/broker/metadata/torque/TorqueIndexGenerator.java Index: TorqueIndexGenerator.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/torque/TorqueIndexGenerator.java,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- TorqueIndexGenerator.java 4 Apr 2004 23:53:35 -0000 1.4 +++ TorqueIndexGenerator.java 21 Dec 2005 22:26:39 -0000 1.4.2.1 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.torque; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.4.2.1 +1 -1 db-ojb/src/java/org/apache/ojb/broker/metadata/torque/TableDescriptor.java Index: TableDescriptor.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/torque/TableDescriptor.java,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- TableDescriptor.java 4 Apr 2004 23:53:35 -0000 1.4 +++ TableDescriptor.java 21 Dec 2005 22:26:39 -0000 1.4.2.1 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.torque; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.4.2.1 +1 -1 db-ojb/src/java/org/apache/ojb/broker/metadata/torque/TorqueTableGenerator.java Index: TorqueTableGenerator.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/torque/TorqueTableGenerator.java,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- TorqueTableGenerator.java 4 Apr 2004 23:53:35 -0000 1.4 +++ TorqueTableGenerator.java 21 Dec 2005 22:26:39 -0000 1.4.2.1 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.torque; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.9.2.1 +1 -1 db-ojb/src/java/org/apache/ojb/broker/metadata/torque/TorqueForeignKeyGenerator.java Index: TorqueForeignKeyGenerator.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/torque/TorqueForeignKeyGenerator.java,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -u -r1.9 -r1.9.2.1 --- TorqueForeignKeyGenerator.java 4 Apr 2004 23:53:35 -0000 1.9 +++ TorqueForeignKeyGenerator.java 21 Dec 2005 22:26:39 -0000 1.9.2.1 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.torque; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.5.2.1 +1 -1 db-ojb/src/java/org/apache/ojb/broker/metadata/torque/TorqueTablePreprocessor.java Index: TorqueTablePreprocessor.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/torque/TorqueTablePreprocessor.java,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -u -r1.5 -r1.5.2.1 --- TorqueTablePreprocessor.java 4 Apr 2004 23:53:35 -0000 1.5 +++ TorqueTablePreprocessor.java 21 Dec 2005 22:26:39 -0000 1.5.2.1 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.torque; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.7.2.1 +1 -1 db-ojb/src/java/org/apache/ojb/broker/metadata/torque/TorqueRepositoryGenerator.java Index: TorqueRepositoryGenerator.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/torque/TorqueRepositoryGenerator.java,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -u -r1.7 -r1.7.2.1 --- TorqueRepositoryGenerator.java 4 Apr 2004 23:53:35 -0000 1.7 +++ TorqueRepositoryGenerator.java 21 Dec 2005 22:26:39 -0000 1.7.2.1 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.torque; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. No revision No revision 1.11.2.1 +5 -2 db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformMsAccessImpl.java Index: PlatformMsAccessImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformMsAccessImpl.java,v retrieving revision 1.11 retrieving revision 1.11.2.1 diff -u -r1.11 -r1.11.2.1 --- PlatformMsAccessImpl.java 4 Apr 2004 23:53:35 -0000 1.11 +++ PlatformMsAccessImpl.java 21 Dec 2005 22:26:39 -0000 1.11.2.1 @@ -1,5 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2002-2004 The Apache Software Foundation + +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import java.io.ByteArrayInputStream; import java.math.BigDecimal; import java.sql.PreparedStatement; @@ -23,6 +25,7 @@ import org.apache.ojb.broker.query.LikeCriteria; import org.apache.ojb.broker.util.logging.LoggerFactory; + /** * @author Jakob Braeuchi * @version $Id$ 1.10.2.3 +2 -2 db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformSapdbImpl.java Index: PlatformSapdbImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformSapdbImpl.java,v retrieving revision 1.10.2.2 retrieving revision 1.10.2.3 diff -u -r1.10.2.2 -r1.10.2.3 --- PlatformSapdbImpl.java 16 Aug 2005 20:11:19 -0000 1.10.2.2 +++ PlatformSapdbImpl.java 21 Dec 2005 22:26:39 -0000 1.10.2.3 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.10.2.1 +2 -2 db-ojb/src/java/org/apache/ojb/broker/platforms/ClobWrapper.java Index: ClobWrapper.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/ClobWrapper.java,v retrieving revision 1.10 retrieving revision 1.10.2.1 diff -u -r1.10 -r1.10.2.1 --- ClobWrapper.java 22 May 2004 09:55:33 -0000 1.10 +++ ClobWrapper.java 21 Dec 2005 22:26:40 -0000 1.10.2.1 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2003-2004 The Apache Software Foundation +/* Copyright 2003-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.5.2.1 +2 -2 db-ojb/src/java/org/apache/ojb/broker/platforms/Oracle9iLobHandler.java Index: Oracle9iLobHandler.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/Oracle9iLobHandler.java,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -u -r1.5 -r1.5.2.1 --- Oracle9iLobHandler.java 4 Apr 2004 23:53:35 -0000 1.5 +++ Oracle9iLobHandler.java 21 Dec 2005 22:26:40 -0000 1.5.2.1 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2003-2004 The Apache Software Foundation +/* Copyright 2003-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.4.2.1 +2 -2 db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformFirebirdImpl.java Index: PlatformFirebirdImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformFirebirdImpl.java,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- PlatformFirebirdImpl.java 4 Apr 2004 23:53:35 -0000 1.4 +++ PlatformFirebirdImpl.java 21 Dec 2005 22:26:40 -0000 1.4.2.1 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2003-2004 The Apache Software Foundation +/* Copyright 2003-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.15.2.1 +2 -2 db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformMySQLImpl.java Index: PlatformMySQLImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformMySQLImpl.java,v retrieving revision 1.15 retrieving revision 1.15.2.1 diff -u -r1.15 -r1.15.2.1 --- PlatformMySQLImpl.java 25 Jun 2004 13:11:35 -0000 1.15 +++ PlatformMySQLImpl.java 21 Dec 2005 22:26:40 -0000 1.15.2.1 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.10.2.4 +2 -2 db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformDb2Impl.java Index: PlatformDb2Impl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformDb2Impl.java,v retrieving revision 1.10.2.3 retrieving revision 1.10.2.4 diff -u -r1.10.2.3 -r1.10.2.4 --- PlatformDb2Impl.java 13 Dec 2005 20:29:20 -0000 1.10.2.3 +++ PlatformDb2Impl.java 21 Dec 2005 22:26:40 -0000 1.10.2.4 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.9.2.1 +2 -2 db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformSybaseImpl.java Index: PlatformSybaseImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformSybaseImpl.java,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -u -r1.9 -r1.9.2.1 --- PlatformSybaseImpl.java 4 Apr 2004 23:53:35 -0000 1.9 +++ PlatformSybaseImpl.java 21 Dec 2005 22:26:40 -0000 1.9.2.1 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.6.2.3 +1 -1 db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformFactory.java Index: PlatformFactory.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformFactory.java,v retrieving revision 1.6.2.2 retrieving revision 1.6.2.3 diff -u -r1.6.2.2 -r1.6.2.3 --- PlatformFactory.java 30 Mar 2005 19:17:28 -0000 1.6.2.2 +++ PlatformFactory.java 21 Dec 2005 22:26:40 -0000 1.6.2.3 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.4.2.1 +4 -3 db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformException.java Index: PlatformException.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformException.java,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- PlatformException.java 4 Apr 2004 23:53:35 -0000 1.4 +++ PlatformException.java 21 Dec 2005 22:26:40 -0000 1.4.2.1 @@ -1,8 +1,6 @@ package org.apache.ojb.broker.platforms; -import org.apache.ojb.broker.OJBException; - -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,6 +14,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +import org.apache.ojb.broker.OJBException; + public class PlatformException extends OJBException { public PlatformException(String message) 1.6.2.2 +2 -2 db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformSybaseASEImpl.java Index: PlatformSybaseASEImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformSybaseASEImpl.java,v retrieving revision 1.6.2.1 retrieving revision 1.6.2.2 diff -u -r1.6.2.1 -r1.6.2.2 --- PlatformSybaseASEImpl.java 15 Jul 2005 14:37:19 -0000 1.6.2.1 +++ PlatformSybaseASEImpl.java 21 Dec 2005 22:26:40 -0000 1.6.2.2 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.1.2.5 +4 -5 db-ojb/src/java/org/apache/ojb/broker/platforms/Attic/PlatformDerbyImpl.java Index: PlatformDerbyImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/Attic/PlatformDerbyImpl.java,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -r1.1.2.4 -r1.1.2.5 --- PlatformDerbyImpl.java 18 Dec 2005 16:43:19 -0000 1.1.2.4 +++ PlatformDerbyImpl.java 21 Dec 2005 22:26:40 -0000 1.1.2.5 @@ -1,10 +1,6 @@ package org.apache.ojb.broker.platforms; -import java.sql.PreparedStatement; -import java.sql.SQLException; -import java.sql.Types; - -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,6 +15,9 @@ * limitations under the License. */ +import java.sql.PreparedStatement; +import java.sql.SQLException; +import java.sql.Types; /** * This class defines specific behavior for the Derby platform. 1.6.2.1 +2 -2 db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformSybaseASAImpl.java Index: PlatformSybaseASAImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformSybaseASAImpl.java,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -u -r1.6 -r1.6.2.1 --- PlatformSybaseASAImpl.java 4 Apr 2004 23:53:35 -0000 1.6 +++ PlatformSybaseASAImpl.java 21 Dec 2005 22:26:40 -0000 1.6.2.1 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.10.2.2 +2 -2 db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformPostgreSQLImpl.java Index: PlatformPostgreSQLImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformPostgreSQLImpl.java,v retrieving revision 1.10.2.1 retrieving revision 1.10.2.2 diff -u -r1.10.2.1 -r1.10.2.2 --- PlatformPostgreSQLImpl.java 16 Aug 2005 20:11:19 -0000 1.10.2.1 +++ PlatformPostgreSQLImpl.java 21 Dec 2005 22:26:40 -0000 1.10.2.2 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.7.2.1 +2 -2 db-ojb/src/java/org/apache/ojb/broker/platforms/BlobWrapper.java Index: BlobWrapper.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/BlobWrapper.java,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -u -r1.7 -r1.7.2.1 --- BlobWrapper.java 22 May 2004 09:55:33 -0000 1.7 +++ BlobWrapper.java 21 Dec 2005 22:26:40 -0000 1.7.2.1 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2003-2004 The Apache Software Foundation +/* Copyright 2003-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.9.2.3 +1 -1 db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformInformixImpl.java Index: PlatformInformixImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformInformixImpl.java,v retrieving revision 1.9.2.2 retrieving revision 1.9.2.3 diff -u -r1.9.2.2 -r1.9.2.3 --- PlatformInformixImpl.java 10 Nov 2005 01:19:51 -0000 1.9.2.2 +++ PlatformInformixImpl.java 21 Dec 2005 22:26:40 -0000 1.9.2.3 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.2.2.3 +2 -2 db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformWLOracle9iImpl.java Index: PlatformWLOracle9iImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformWLOracle9iImpl.java,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -u -r1.2.2.2 -r1.2.2.3 --- PlatformWLOracle9iImpl.java 15 Mar 2005 02:34:19 -0000 1.2.2.2 +++ PlatformWLOracle9iImpl.java 21 Dec 2005 22:26:40 -0000 1.2.2.3 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2004 The Apache Software Foundation +/* Copyright 2004-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.8.2.3 +2 -2 db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformMsSQLServerImpl.java Index: PlatformMsSQLServerImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformMsSQLServerImpl.java,v retrieving revision 1.8.2.2 retrieving revision 1.8.2.3 diff -u -r1.8.2.2 -r1.8.2.3 --- PlatformMsSQLServerImpl.java 11 Nov 2005 16:40:29 -0000 1.8.2.2 +++ PlatformMsSQLServerImpl.java 21 Dec 2005 22:26:40 -0000 1.8.2.3 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.3.2.1 +1 -1 db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformMaxDBImpl.java Index: PlatformMaxDBImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/platforms/PlatformMaxDBImpl.java,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -r1.3 -r1.3.2.1 --- PlatformMaxDBImpl.java 4 Apr 2004 23:53:35 -0000 1.3 +++ PlatformMaxDBImpl.java 21 Dec 2005 22:26:40 -0000 1.3.2.1 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.platforms; -/* Copyright 2004-2004 The Apache Software Foundation +/* Copyright 2004-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. No revision No revision 1.3.2.3 +2 -2 db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/Attic/PersistentFieldDirectAccessImplNew.java Index: PersistentFieldDirectAccessImplNew.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/Attic/PersistentFieldDirectAccessImplNew.java,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -u -r1.3.2.2 -r1.3.2.3 --- PersistentFieldDirectAccessImplNew.java 16 Aug 2005 15:04:38 -0000 1.3.2.2 +++ PersistentFieldDirectAccessImplNew.java 21 Dec 2005 22:26:41 -0000 1.3.2.3 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.fieldaccess; -/* Copyright 2003-2004 The Apache Software Foundation +/* Copyright 2003-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.13.2.2 +2 -2 db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/AnonymousPersistentField.java Index: AnonymousPersistentField.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/AnonymousPersistentField.java,v retrieving revision 1.13.2.1 retrieving revision 1.13.2.2 diff -u -r1.13.2.1 -r1.13.2.2 --- AnonymousPersistentField.java 6 Dec 2005 12:32:54 -0000 1.13.2.1 +++ AnonymousPersistentField.java 21 Dec 2005 22:26:41 -0000 1.13.2.2 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.fieldaccess; -/* Copyright 2003-2004 The Apache Software Foundation +/* Copyright 2003-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.10.2.2 +6 -6 db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/PersistentFieldAutoProxyImpl.java Index: PersistentFieldAutoProxyImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/PersistentFieldAutoProxyImpl.java,v retrieving revision 1.10.2.1 retrieving revision 1.10.2.2 diff -u -r1.10.2.1 -r1.10.2.2 --- PersistentFieldAutoProxyImpl.java 8 Aug 2005 13:11:51 -0000 1.10.2.1 +++ PersistentFieldAutoProxyImpl.java 21 Dec 2005 22:26:41 -0000 1.10.2.2 @@ -1,11 +1,6 @@ package org.apache.ojb.broker.metadata.fieldaccess; -import java.io.Serializable; - -import org.apache.ojb.broker.metadata.MetadataException; -import org.apache.ojb.broker.util.ClassHelper; - -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,6 +15,11 @@ * limitations under the License. */ +import java.io.Serializable; + +import org.apache.ojb.broker.metadata.MetadataException; +import org.apache.ojb.broker.util.ClassHelper; + /** * PeristentField implementation that attempts to detect the nature of * the field it is persisting. 1.2.2.3 +2 -2 db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/PersistentFieldBase.java Index: PersistentFieldBase.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/PersistentFieldBase.java,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -u -r1.2.2.2 -r1.2.2.3 --- PersistentFieldBase.java 8 Aug 2005 13:11:51 -0000 1.2.2.2 +++ PersistentFieldBase.java 21 Dec 2005 22:26:41 -0000 1.2.2.3 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.fieldaccess; -/* Copyright 2003-2004 The Apache Software Foundation +/* Copyright 2003-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.2.2.4 +2 -2 db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/Attic/PersistentFieldPrivilegedImplNew.java Index: PersistentFieldPrivilegedImplNew.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/Attic/PersistentFieldPrivilegedImplNew.java,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -u -r1.2.2.3 -r1.2.2.4 --- PersistentFieldPrivilegedImplNew.java 16 Aug 2005 15:04:38 -0000 1.2.2.3 +++ PersistentFieldPrivilegedImplNew.java 21 Dec 2005 22:26:41 -0000 1.2.2.4 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.fieldaccess; -/* Copyright 2003-2004 The Apache Software Foundation +/* Copyright 2003-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.2.2.2 +2 -2 db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/PersistentFieldDirectImpl.java Index: PersistentFieldDirectImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/PersistentFieldDirectImpl.java,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -r1.2.2.1 -r1.2.2.2 --- PersistentFieldDirectImpl.java 8 Aug 2005 13:11:51 -0000 1.2.2.1 +++ PersistentFieldDirectImpl.java 21 Dec 2005 22:26:41 -0000 1.2.2.2 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.fieldaccess; -/* Copyright 2003-2004 The Apache Software Foundation +/* Copyright 2003-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.11.2.2 +2 -2 db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/PersistentFieldPrivilegedImpl.java Index: PersistentFieldPrivilegedImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/PersistentFieldPrivilegedImpl.java,v retrieving revision 1.11.2.1 retrieving revision 1.11.2.2 diff -u -r1.11.2.1 -r1.11.2.2 --- PersistentFieldPrivilegedImpl.java 8 Aug 2005 13:11:51 -0000 1.11.2.1 +++ PersistentFieldPrivilegedImpl.java 21 Dec 2005 22:26:41 -0000 1.11.2.2 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.fieldaccess; -/* Copyright 2003-2004 The Apache Software Foundation +/* Copyright 2003-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.1.2.3 +2 -2 db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/Attic/PersistentFieldDynaBeanImplNew.java Index: PersistentFieldDynaBeanImplNew.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/Attic/PersistentFieldDynaBeanImplNew.java,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- PersistentFieldDynaBeanImplNew.java 16 Aug 2005 15:04:38 -0000 1.1.2.2 +++ PersistentFieldDynaBeanImplNew.java 21 Dec 2005 22:26:41 -0000 1.1.2.3 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.fieldaccess; -/* Copyright 2003-2004 The Apache Software Foundation +/* Copyright 2003-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.3.2.3 +2 -2 db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/Attic/PersistentFieldIntrospectorImplNew.java Index: PersistentFieldIntrospectorImplNew.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/Attic/PersistentFieldIntrospectorImplNew.java,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -u -r1.3.2.2 -r1.3.2.3 --- PersistentFieldIntrospectorImplNew.java 16 Aug 2005 15:04:38 -0000 1.3.2.2 +++ PersistentFieldIntrospectorImplNew.java 21 Dec 2005 22:26:41 -0000 1.3.2.3 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.fieldaccess; -/* Copyright 2003-2004 The Apache Software Foundation +/* Copyright 2003-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.8.2.2 +2 -2 db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/PersistentFieldDynaBeanImpl.java Index: PersistentFieldDynaBeanImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/PersistentFieldDynaBeanImpl.java,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -u -r1.8.2.1 -r1.8.2.2 --- PersistentFieldDynaBeanImpl.java 8 Aug 2005 13:11:51 -0000 1.8.2.1 +++ PersistentFieldDynaBeanImpl.java 21 Dec 2005 22:26:41 -0000 1.8.2.2 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.fieldaccess; -/* Copyright 2003-2004 The Apache Software Foundation +/* Copyright 2003-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.6.2.4 +1 -2 db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/Attic/PersistentFieldAutoProxyImplNew.java Index: PersistentFieldAutoProxyImplNew.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/Attic/PersistentFieldAutoProxyImplNew.java,v retrieving revision 1.6.2.3 retrieving revision 1.6.2.4 diff -u -r1.6.2.3 -r1.6.2.4 --- PersistentFieldAutoProxyImplNew.java 16 Aug 2005 15:04:38 -0000 1.6.2.3 +++ PersistentFieldAutoProxyImplNew.java 21 Dec 2005 22:26:41 -0000 1.6.2.4 @@ -1,7 +1,6 @@ package org.apache.ojb.broker.metadata.fieldaccess; - -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.11.2.2 +2 -2 db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/PersistentFieldIntrospectorImpl.java Index: PersistentFieldIntrospectorImpl.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/PersistentFieldIntrospectorImpl.java,v retrieving revision 1.11.2.1 retrieving revision 1.11.2.2 diff -u -r1.11.2.1 -r1.11.2.2 --- PersistentFieldIntrospectorImpl.java 8 Aug 2005 13:11:51 -0000 1.11.2.1 +++ PersistentFieldIntrospectorImpl.java 21 Dec 2005 22:26:41 -0000 1.11.2.2 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.fieldaccess; -/* Copyright 2003-2004 The Apache Software Foundation +/* Copyright 2003-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.11.2.2 +2 -2 db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/PersistentFieldFactory.java Index: PersistentFieldFactory.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/PersistentFieldFactory.java,v retrieving revision 1.11.2.1 retrieving revision 1.11.2.2 diff -u -r1.11.2.1 -r1.11.2.2 --- PersistentFieldFactory.java 8 Aug 2005 13:11:51 -0000 1.11.2.1 +++ PersistentFieldFactory.java 21 Dec 2005 22:26:41 -0000 1.11.2.2 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.fieldaccess; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.8.2.2 +2 -2 db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/PersistentField.java Index: PersistentField.java =================================================================== RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/PersistentField.java,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -u -r1.8.2.1 -r1.8.2.2 --- PersistentField.java 8 Aug 2005 13:11:51 -0000 1.8.2.1 +++ PersistentField.java 21 Dec 2005 22:26:41 -0000 1.8.2.2 @@ -1,6 +1,6 @@ package org.apache.ojb.broker.metadata.fieldaccess; -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. --------------------------------------------------------------------- To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org For additional commands, e-mail: ojb-dev-help@db.apache.org