You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by to...@apache.org on 2005/12/21 23:26:15 UTC

cvs commit: db-ojb/src/java/org/apache/ojb/broker/metadata AttributeDescriptorBase.java IndexDescriptor.java RepositoryTags.java XmlCapable.java ConnectionRepository.java ArgumentDescriptor.java ClassNotPersistenceCapableException.java ClassDescriptor.java SuperReferenceDescriptor.java InsertProcedureDescriptor.java FieldHelper.java JdbcMetadataUtils.java ObjectReferenceDescriptor.java AnonymousFieldDescriptor.java CollectionDescriptor.java JdbcTypesHelper.java JdbcType.java FieldType.java DescriptorBase.java MetadataException.java FieldDescriptor.java ProcedureDescriptor.java FieldTypeClasses.java MetadataConfiguration.java AttributeContainer.java MetadataManager.java RepositoryXmlHandler.java DeleteProcedureDescriptor.java UpdateProcedureDescriptor.java RepositoryPersistor.java DescriptorRepository.java

tomdz       2005/12/21 14:26:15

  Modified:    src/java/org/apache/ojb/broker/metadata Tag: OJB_1_0_RELEASE
                        AttributeDescriptorBase.java IndexDescriptor.java
                        RepositoryTags.java XmlCapable.java
                        ConnectionRepository.java ArgumentDescriptor.java
                        ClassNotPersistenceCapableException.java
                        ClassDescriptor.java SuperReferenceDescriptor.java
                        InsertProcedureDescriptor.java FieldHelper.java
                        JdbcMetadataUtils.java
                        ObjectReferenceDescriptor.java
                        AnonymousFieldDescriptor.java
                        CollectionDescriptor.java JdbcTypesHelper.java
                        JdbcType.java FieldType.java DescriptorBase.java
                        MetadataException.java FieldDescriptor.java
                        ProcedureDescriptor.java FieldTypeClasses.java
                        MetadataConfiguration.java AttributeContainer.java
                        MetadataManager.java RepositoryXmlHandler.java
                        DeleteProcedureDescriptor.java
                        UpdateProcedureDescriptor.java
                        RepositoryPersistor.java DescriptorRepository.java
  Log:
  Updated license
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.17.2.1  +2 -2      db-ojb/src/java/org/apache/ojb/broker/metadata/AttributeDescriptorBase.java
  
  Index: AttributeDescriptorBase.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/AttributeDescriptorBase.java,v
  retrieving revision 1.17
  retrieving revision 1.17.2.1
  diff -u -r1.17 -r1.17.2.1
  --- AttributeDescriptorBase.java	4 Apr 2004 23:53:34 -0000	1.17
  +++ AttributeDescriptorBase.java	21 Dec 2005 22:26:10 -0000	1.17.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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.12.2.1  +2 -2      db-ojb/src/java/org/apache/ojb/broker/metadata/IndexDescriptor.java
  
  Index: IndexDescriptor.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/IndexDescriptor.java,v
  retrieving revision 1.12
  retrieving revision 1.12.2.1
  diff -u -r1.12 -r1.12.2.1
  --- IndexDescriptor.java	13 Jun 2004 08:26:00 -0000	1.12
  +++ IndexDescriptor.java	21 Dec 2005 22:26:10 -0000	1.12.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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.35.2.1  +1 -1      db-ojb/src/java/org/apache/ojb/broker/metadata/RepositoryTags.java
  
  Index: RepositoryTags.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/RepositoryTags.java,v
  retrieving revision 1.35
  retrieving revision 1.35.2.1
  diff -u -r1.35 -r1.35.2.1
  --- RepositoryTags.java	4 Apr 2004 23:53:34 -0000	1.35
  +++ RepositoryTags.java	21 Dec 2005 22:26:10 -0000	1.35.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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/XmlCapable.java
  
  Index: XmlCapable.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/XmlCapable.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- XmlCapable.java	4 Apr 2004 23:53:34 -0000	1.4
  +++ XmlCapable.java	21 Dec 2005 22:26:10 -0000	1.4.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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.15.2.3  +1 -1      db-ojb/src/java/org/apache/ojb/broker/metadata/ConnectionRepository.java
  
  Index: ConnectionRepository.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/ConnectionRepository.java,v
  retrieving revision 1.15.2.2
  retrieving revision 1.15.2.3
  diff -u -r1.15.2.2 -r1.15.2.3
  --- ConnectionRepository.java	9 Apr 2005 23:08:45 -0000	1.15.2.2
  +++ ConnectionRepository.java	21 Dec 2005 22:26:10 -0000	1.15.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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.1   +2 -2      db-ojb/src/java/org/apache/ojb/broker/metadata/ArgumentDescriptor.java
  
  Index: ArgumentDescriptor.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/ArgumentDescriptor.java,v
  retrieving revision 1.8
  retrieving revision 1.8.2.1
  diff -u -r1.8 -r1.8.2.1
  --- ArgumentDescriptor.java	19 Jun 2004 09:21:37 -0000	1.8
  +++ ArgumentDescriptor.java	21 Dec 2005 22:26:10 -0000	1.8.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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   +4 -3      db-ojb/src/java/org/apache/ojb/broker/metadata/ClassNotPersistenceCapableException.java
  
  Index: ClassNotPersistenceCapableException.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/ClassNotPersistenceCapableException.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- ClassNotPersistenceCapableException.java	4 Apr 2004 23:53:34 -0000	1.5
  +++ ClassNotPersistenceCapableException.java	21 Dec 2005 22:26:10 -0000	1.5.2.1
  @@ -1,4 +1,6 @@
  -/* Copyright 2002-2004 The Apache Software Foundation
  +package org.apache.ojb.broker.metadata;
  +
  +/* 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.
  @@ -12,7 +14,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -package org.apache.ojb.broker.metadata;
   
   /**
    * This exception is thrown if a class is not described in the MetaData Repository,
  
  
  
  1.88.2.21 +2 -2      db-ojb/src/java/org/apache/ojb/broker/metadata/ClassDescriptor.java
  
  Index: ClassDescriptor.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/ClassDescriptor.java,v
  retrieving revision 1.88.2.20
  retrieving revision 1.88.2.21
  diff -u -r1.88.2.20 -r1.88.2.21
  --- ClassDescriptor.java	9 Oct 2005 23:53:12 -0000	1.88.2.20
  +++ ClassDescriptor.java	21 Dec 2005 22:26:10 -0000	1.88.2.21
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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.6   +13 -14    db-ojb/src/java/org/apache/ojb/broker/metadata/SuperReferenceDescriptor.java
  
  Index: SuperReferenceDescriptor.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/SuperReferenceDescriptor.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- SuperReferenceDescriptor.java	14 Aug 2005 16:00:33 -0000	1.1.2.5
  +++ SuperReferenceDescriptor.java	21 Dec 2005 22:26:10 -0000	1.1.2.6
  @@ -1,18 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -import java.util.List;
  -import java.util.Map;
  -import java.util.HashMap;
  -
  -import org.apache.commons.lang.SystemUtils;
  -import org.apache.ojb.broker.metadata.fieldaccess.AnonymousPersistentField;
  -import org.apache.ojb.broker.metadata.fieldaccess.PersistentField;
  -import org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldFactory;
  -import org.apache.ojb.broker.util.ClassHelper;
  -import org.apache.ojb.broker.util.logging.Logger;
  -import org.apache.ojb.broker.util.logging.LoggerFactory;
  -
  -/* 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.
  @@ -27,6 +15,17 @@
    * limitations under the License.
    */
   
  +import java.util.List;
  +import java.util.Map;
  +import java.util.HashMap;
  +
  +import org.apache.commons.lang.SystemUtils;
  +import org.apache.ojb.broker.metadata.fieldaccess.AnonymousPersistentField;
  +import org.apache.ojb.broker.metadata.fieldaccess.PersistentField;
  +import org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldFactory;
  +import org.apache.ojb.broker.util.ClassHelper;
  +import org.apache.ojb.broker.util.logging.Logger;
  +import org.apache.ojb.broker.util.logging.LoggerFactory;
   
   /**
    * This class handle inheritance as 1-1 association based on a anonymous field
  
  
  
  1.7.2.2   +2 -2      db-ojb/src/java/org/apache/ojb/broker/metadata/InsertProcedureDescriptor.java
  
  Index: InsertProcedureDescriptor.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/InsertProcedureDescriptor.java,v
  retrieving revision 1.7.2.1
  retrieving revision 1.7.2.2
  diff -u -r1.7.2.1 -r1.7.2.2
  --- InsertProcedureDescriptor.java	14 Mar 2005 21:22:01 -0000	1.7.2.1
  +++ InsertProcedureDescriptor.java	21 Dec 2005 22:26:10 -0000	1.7.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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   +4 -4      db-ojb/src/java/org/apache/ojb/broker/metadata/FieldHelper.java
  
  Index: FieldHelper.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/FieldHelper.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- FieldHelper.java	4 Apr 2004 23:53:34 -0000	1.5
  +++ FieldHelper.java	21 Dec 2005 22:26:10 -0000	1.5.2.1
  @@ -1,8 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -import java.io.Serializable;
  -
  -/* 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.
  @@ -17,6 +15,8 @@
    * limitations under the License.
    */
   
  +import java.io.Serializable;
  +
   /**
    * HelperClass for Fields, used for orderBy, groupBy
    *
  
  
  
  1.1.2.3   +1 -1      db-ojb/src/java/org/apache/ojb/broker/metadata/JdbcMetadataUtils.java
  
  Index: JdbcMetadataUtils.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/JdbcMetadataUtils.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- JdbcMetadataUtils.java	21 Jan 2005 11:45:02 -0000	1.1.2.2
  +++ JdbcMetadataUtils.java	21 Dec 2005 22:26:10 -0000	1.1.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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.37.2.7  +1 -1      db-ojb/src/java/org/apache/ojb/broker/metadata/ObjectReferenceDescriptor.java
  
  Index: ObjectReferenceDescriptor.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/ObjectReferenceDescriptor.java,v
  retrieving revision 1.37.2.6
  retrieving revision 1.37.2.7
  diff -u -r1.37.2.6 -r1.37.2.7
  --- ObjectReferenceDescriptor.java	4 Dec 2005 02:22:42 -0000	1.37.2.6
  +++ ObjectReferenceDescriptor.java	21 Dec 2005 22:26:10 -0000	1.37.2.7
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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.1   +3 -3      db-ojb/src/java/org/apache/ojb/broker/metadata/AnonymousFieldDescriptor.java
  
  Index: AnonymousFieldDescriptor.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/AnonymousFieldDescriptor.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- AnonymousFieldDescriptor.java	4 Apr 2004 23:53:34 -0000	1.6
  +++ AnonymousFieldDescriptor.java	21 Dec 2005 22:26:10 -0000	1.6.2.1
  @@ -1,8 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -import org.apache.ojb.broker.metadata.fieldaccess.AnonymousPersistentField;
  -
  -/* 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.
  @@ -17,6 +15,8 @@
    * limitations under the License.
    */
   
  +import org.apache.ojb.broker.metadata.fieldaccess.AnonymousPersistentField;
  +
   public final class AnonymousFieldDescriptor extends FieldDescriptor
   {
       private static final long serialVersionUID = -2179877752386923963L;
  
  
  
  1.30.2.1  +2 -2      db-ojb/src/java/org/apache/ojb/broker/metadata/CollectionDescriptor.java
  
  Index: CollectionDescriptor.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/CollectionDescriptor.java,v
  retrieving revision 1.30
  retrieving revision 1.30.2.1
  diff -u -r1.30 -r1.30.2.1
  --- CollectionDescriptor.java	4 Apr 2004 23:53:34 -0000	1.30
  +++ CollectionDescriptor.java	21 Dec 2005 22:26:10 -0000	1.30.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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.3   +16 -16    db-ojb/src/java/org/apache/ojb/broker/metadata/JdbcTypesHelper.java
  
  Index: JdbcTypesHelper.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/JdbcTypesHelper.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- JdbcTypesHelper.java	14 Dec 2005 18:29:07 -0000	1.1.2.2
  +++ JdbcTypesHelper.java	21 Dec 2005 22:26:10 -0000	1.1.2.3
  @@ -1,5 +1,20 @@
   package org.apache.ojb.broker.metadata;
   
  +/* 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.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  +
   import java.io.ByteArrayOutputStream;
   import java.io.IOException;
   import java.io.InputStream;
  @@ -25,21 +40,6 @@
   import org.apache.ojb.broker.OJBRuntimeException;
   import org.apache.ojb.broker.util.sequence.SequenceManagerException;
   
  -/* Copyright 2003-2004 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.
  - * You may obtain a copy of the License at
  - *
  - *     http://www.apache.org/licenses/LICENSE-2.0
  - *
  - * Unless required by applicable law or agreed to in writing, software
  - * distributed under the License is distributed on an "AS IS" BASIS,
  - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  - * See the License for the specific language governing permissions and
  - * limitations under the License.
  - */
  -
   /**
    * Helper class which provide all supported {@link JdbcType} classes
    * (based on the {@link java.sql.Types}) as inner classes.
  
  
  
  1.6.2.2   +9 -9      db-ojb/src/java/org/apache/ojb/broker/metadata/JdbcType.java
  
  Index: JdbcType.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/JdbcType.java,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -r1.6.2.1 -r1.6.2.2
  --- JdbcType.java	10 Mar 2005 17:55:30 -0000	1.6.2.1
  +++ JdbcType.java	21 Dec 2005 22:26:10 -0000	1.6.2.2
  @@ -1,13 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -import java.sql.ResultSet;
  -import java.sql.CallableStatement;
  -import java.sql.SQLException;
  -import java.io.Serializable;
  -
  -import org.apache.ojb.broker.util.sequence.SequenceManagerException;
  -
  -/* 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.
  @@ -22,6 +15,13 @@
    * limitations under the License.
    */
   
  +import java.sql.ResultSet;
  +import java.sql.CallableStatement;
  +import java.sql.SQLException;
  +import java.io.Serializable;
  +
  +import org.apache.ojb.broker.util.sequence.SequenceManagerException;
  +
   /**
    * Represents a jdbc sql type object defined by the JDBC 3.0 specification to handle
    * data conversion (see JDBC 3.0 specification <em>Appendix B, Data Type Conversion Tables</em>).
  
  
  
  1.1.2.2   +4 -5      db-ojb/src/java/org/apache/ojb/broker/metadata/FieldType.java
  
  Index: FieldType.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/FieldType.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- FieldType.java	10 Mar 2005 17:55:30 -0000	1.1.2.1
  +++ FieldType.java	21 Dec 2005 22:26:10 -0000	1.1.2.2
  @@ -1,9 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -import java.io.Serializable;
  -
  -
  -/* 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.
  @@ -18,6 +15,8 @@
    * limitations under the License.
    */
   
  +import java.io.Serializable;
  +
   /**
    * OJB implements the mapping conventions for JDBC as specified by the JDBC 3.0 specification and
    * this class representing the jdbc java types of the sql types mappings - e.g.
  
  
  
  1.9.2.2   +1 -1      db-ojb/src/java/org/apache/ojb/broker/metadata/DescriptorBase.java
  
  Index: DescriptorBase.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/DescriptorBase.java,v
  retrieving revision 1.9.2.1
  retrieving revision 1.9.2.2
  diff -u -r1.9.2.1 -r1.9.2.2
  --- DescriptorBase.java	11 Jan 2005 20:24:26 -0000	1.9.2.1
  +++ DescriptorBase.java	21 Dec 2005 22:26:10 -0000	1.9.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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.1   +1 -1      db-ojb/src/java/org/apache/ojb/broker/metadata/MetadataException.java
  
  Index: MetadataException.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/MetadataException.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- MetadataException.java	4 Apr 2004 23:53:34 -0000	1.6
  +++ MetadataException.java	21 Dec 2005 22:26:10 -0000	1.6.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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.36.2.3  +2 -2      db-ojb/src/java/org/apache/ojb/broker/metadata/FieldDescriptor.java
  
  Index: FieldDescriptor.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/FieldDescriptor.java,v
  retrieving revision 1.36.2.2
  retrieving revision 1.36.2.3
  diff -u -r1.36.2.2 -r1.36.2.3
  --- FieldDescriptor.java	13 Mar 2005 03:53:30 -0000	1.36.2.2
  +++ FieldDescriptor.java	21 Dec 2005 22:26:10 -0000	1.36.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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/metadata/ProcedureDescriptor.java
  
  Index: ProcedureDescriptor.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/ProcedureDescriptor.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- ProcedureDescriptor.java	4 Apr 2004 23:53:34 -0000	1.7
  +++ ProcedureDescriptor.java	21 Dec 2005 22:26:10 -0000	1.7.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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   +16 -16    db-ojb/src/java/org/apache/ojb/broker/metadata/FieldTypeClasses.java
  
  Index: FieldTypeClasses.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/FieldTypeClasses.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FieldTypeClasses.java	12 Mar 2005 01:21:46 -0000	1.1.2.2
  +++ FieldTypeClasses.java	21 Dec 2005 22:26:10 -0000	1.1.2.3
  @@ -1,20 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -import java.lang.reflect.Method;
  -import java.sql.Date;
  -import java.sql.Time;
  -import java.sql.Timestamp;
  -import java.sql.Types;
  -import java.util.Arrays;
  -import java.io.Serializable;
  -
  -import org.apache.commons.lang.ArrayUtils;
  -import org.apache.commons.lang.ObjectUtils;
  -import org.apache.commons.lang.SerializationUtils;
  -import org.apache.commons.lang.builder.ToStringBuilder;
  -import org.apache.ojb.broker.OJBRuntimeException;
  -
  -/* 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.
  @@ -29,6 +15,20 @@
    * limitations under the License.
    */
   
  +import java.lang.reflect.Method;
  +import java.sql.Date;
  +import java.sql.Time;
  +import java.sql.Timestamp;
  +import java.sql.Types;
  +import java.util.Arrays;
  +import java.io.Serializable;
  +
  +import org.apache.commons.lang.ArrayUtils;
  +import org.apache.commons.lang.ObjectUtils;
  +import org.apache.commons.lang.SerializationUtils;
  +import org.apache.commons.lang.builder.ToStringBuilder;
  +import org.apache.ojb.broker.OJBRuntimeException;
  +
   /**
    * Encapsulates all {@link FieldType} as inner classes.
    *
  
  
  
  1.3.2.1   +1 -1      db-ojb/src/java/org/apache/ojb/broker/metadata/MetadataConfiguration.java
  
  Index: MetadataConfiguration.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/MetadataConfiguration.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- MetadataConfiguration.java	4 Apr 2004 23:53:34 -0000	1.3
  +++ MetadataConfiguration.java	21 Dec 2005 22:26:10 -0000	1.3.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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.1   +3 -3      db-ojb/src/java/org/apache/ojb/broker/metadata/AttributeContainer.java
  
  Index: AttributeContainer.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/AttributeContainer.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- AttributeContainer.java	14 Apr 2004 23:10:39 -0000	1.6
  +++ AttributeContainer.java	21 Dec 2005 22:26:10 -0000	1.6.2.1
  @@ -1,8 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -import java.io.Serializable;
  -
  -/* 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.
  @@ -17,6 +15,8 @@
    * limitations under the License.
    */
   
  +import java.io.Serializable;
  +
   /**
    * This interface defines methods that are required for an object
    * to support the nested "attribute" tag in the repository file.
  
  
  
  1.19.2.7  +2 -2      db-ojb/src/java/org/apache/ojb/broker/metadata/MetadataManager.java
  
  Index: MetadataManager.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/MetadataManager.java,v
  retrieving revision 1.19.2.6
  retrieving revision 1.19.2.7
  diff -u -r1.19.2.6 -r1.19.2.7
  --- MetadataManager.java	24 Jul 2005 23:31:41 -0000	1.19.2.6
  +++ MetadataManager.java	21 Dec 2005 22:26:10 -0000	1.19.2.7
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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.58.2.10 +2 -2      db-ojb/src/java/org/apache/ojb/broker/metadata/RepositoryXmlHandler.java
  
  Index: RepositoryXmlHandler.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/RepositoryXmlHandler.java,v
  retrieving revision 1.58.2.9
  retrieving revision 1.58.2.10
  diff -u -r1.58.2.9 -r1.58.2.10
  --- RepositoryXmlHandler.java	14 Aug 2005 16:00:33 -0000	1.58.2.9
  +++ RepositoryXmlHandler.java	21 Dec 2005 22:26:10 -0000	1.58.2.10
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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.3   +2 -2      db-ojb/src/java/org/apache/ojb/broker/metadata/DeleteProcedureDescriptor.java
  
  Index: DeleteProcedureDescriptor.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/DeleteProcedureDescriptor.java,v
  retrieving revision 1.7.2.2
  retrieving revision 1.7.2.3
  diff -u -r1.7.2.2 -r1.7.2.3
  --- DeleteProcedureDescriptor.java	13 Jan 2005 19:20:03 -0000	1.7.2.2
  +++ DeleteProcedureDescriptor.java	21 Dec 2005 22:26:11 -0000	1.7.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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.7.2.2   +2 -2      db-ojb/src/java/org/apache/ojb/broker/metadata/UpdateProcedureDescriptor.java
  
  Index: UpdateProcedureDescriptor.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/UpdateProcedureDescriptor.java,v
  retrieving revision 1.7.2.1
  retrieving revision 1.7.2.2
  diff -u -r1.7.2.1 -r1.7.2.2
  --- UpdateProcedureDescriptor.java	14 Mar 2005 21:22:01 -0000	1.7.2.1
  +++ UpdateProcedureDescriptor.java	21 Dec 2005 22:26:11 -0000	1.7.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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.24.2.4  +2 -2      db-ojb/src/java/org/apache/ojb/broker/metadata/RepositoryPersistor.java
  
  Index: RepositoryPersistor.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/RepositoryPersistor.java,v
  retrieving revision 1.24.2.3
  retrieving revision 1.24.2.4
  diff -u -r1.24.2.3 -r1.24.2.4
  --- RepositoryPersistor.java	27 Oct 2005 08:21:40 -0000	1.24.2.3
  +++ RepositoryPersistor.java	21 Dec 2005 22:26:11 -0000	1.24.2.4
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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.50.2.9  +2 -2      db-ojb/src/java/org/apache/ojb/broker/metadata/DescriptorRepository.java
  
  Index: DescriptorRepository.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/DescriptorRepository.java,v
  retrieving revision 1.50.2.8
  retrieving revision 1.50.2.9
  diff -u -r1.50.2.8 -r1.50.2.9
  --- DescriptorRepository.java	5 Oct 2005 18:01:29 -0000	1.50.2.8
  +++ DescriptorRepository.java	21 Dec 2005 22:26:11 -0000	1.50.2.9
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.metadata;
   
  -/* 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