-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 26 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: reverse eng missing tables/views in oracle
PostPosted: Wed Oct 24, 2007 7:17 pm 
Beginner
Beginner

Joined: Sun May 14, 2006 8:30 pm
Posts: 22
this seems to be related to http://forum.hibernate.org/viewtopic.ph ... ght=oracle but the thread is dead w/ no info

if you look at the bottom you will see two files which were not generated. If I modify the rev eng xml by commenting out all but those then they generate.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-reverse-engineering SYSTEM "http://hibernate.sourceforge.net/hibernate-reverse-engineering-3.0.dtd" >

<hibernate-reverse-engineering>
   <table-filter match-name="DEVICE_PEOPLE" />
   <table-filter match-name="LABS_PEOPLE" />
   <table-filter match-name="LAB_PRIMARY_POC" />
   <table-filter match-name="SYSTEMS_PEOPLE" />
   <table-filter match-name="SYSTEM_PRIMARY_POC" />
   <table-filter match-name="USERS" />

   <table-filter match-name="XXXXX_USER_ROLE" />
   <table-filter match-name="CONFIG" />
   <table-filter match-name="DEVICES" />
   <table-filter match-name="LABS" />
   <table-filter match-name="LAB_ALT_POC" />
   <table-filter match-name="REF_DEVICE_PURPOSE_CODES" />
   <table-filter match-name="REF_DEVICE_TYPES" />
   <table-filter match-name="REF_DISPOSITION_CODES" />
   <table-filter match-name="REF_MANUFACTURER_CODES" />
   <table-filter match-name="REF_RT_STATUS_CODES" />
   <table-filter match-name="REF_SECURITY_CODES" />
   <table-filter match-name="REF_SITE_CODES" />
   <table-filter match-name="REF_SYSTEM_STATUS" />
   <table-filter match-name="REF_SYSTEM_STATUS_CODE" />
   <table-filter match-name="ROLES" />
   <table-filter match-name="SYSTEMS" />
   <table-filter match-name="SYSTEM_POCS" />
   <table-filter match-name="TEMPSESSIONS" />

   <table-filter match-name=".*" exclude="true"/>
</hibernate-reverse-engineering>


#temp hibernate properties file for db2src target
#Wed Oct 24 18:45:06 EDT 2007
hibernate.connection.username=xsxsxsxsxsxsxsxsxxsx
hibernate.connection.password=xsxsxsxsxsxsxsxsxxsx
hibernate.dialect=org.hibernate.dialect.Oracle9Dialect
hibernate.connection.url=jdbc\:oracle\:thin\:@localhost\:1521\:DEV
hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver


[jpyeron@MRSLAPTOP trunk]$ ant db2src
Buildfile: build.xml
[propertyfile] Updating property file: M:\project\trunk\etc\local\build.revision

buildproperties:

db2src:
[propertyfile] Creating new property file: M:\project\trunk\target\tmp\null2049499311.properties
[hibernatetool] Executing Hibernate Tool with a JDBC Configuration (for reverse engineering)
[hibernatetool] 1. task: hbm2java (Generates a set of .java files)
[hibernatetool] Oct 24, 2007 6:45:07 PM org.hibernate.cfg.Environment <clinit>
[hibernatetool] INFO: Hibernate 3.2.3
[hibernatetool] Oct 24, 2007 6:45:07 PM org.hibernate.cfg.Environment <clinit>
[hibernatetool] INFO: hibernate.properties not found
[hibernatetool] Oct 24, 2007 6:45:07 PM org.hibernate.cfg.Environment buildBytecodeProvider
[hibernatetool] INFO: Bytecode provider name : cglib
[hibernatetool] Oct 24, 2007 6:45:07 PM org.hibernate.cfg.Environment <clinit>
[hibernatetool] INFO: using JDK 1.4 java.sql.Timestamp handling
[hibernatetool] Oct 24, 2007 6:45:08 PM org.hibernate.cfg.reveng.OverrideRepository addFile
[hibernatetool] INFO: Override file: M:\project\trunk\etc\hibernate.reverse.eng.xml
[hibernatetool] Oct 24, 2007 6:45:08 PM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: Using Hibernate built-in connection pool (not for production use!)
[hibernatetool] Oct 24, 2007 6:45:08 PM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: Hibernate connection pool size: 20
[hibernatetool] Oct 24, 2007 6:45:08 PM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: autocommit mode: false
[hibernatetool] Oct 24, 2007 6:45:08 PM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: using driver: oracle.jdbc.driver.OracleDriver at URL: jdbc:oracle:thin:@localhost:1521:DEV
[hibernatetool] Oct 24, 2007 6:45:08 PM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: connection properties: {user=xsxsxsxsxsxsxsxsxxsx, password=****}
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: RDBMS: Oracle, version: Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - 64bit Production
[hibernatetool] With the Partitioning, OLAP and Data Mining options
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: JDBC driver: Oracle JDBC driver, version: 9.2.0.3.0
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.dialect.Dialect <init>
[hibernatetool] INFO: Using dialect: org.hibernate.dialect.Oracle9Dialect
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
[hibernatetool] INFO: Using default transaction strategy (direct JDBC transactions)
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
[hibernatetool] INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Automatic flush during beforeCompletion(): disabled
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Automatic session close at end of transaction: disabled
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: JDBC batch size: 15
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: JDBC batch updates for versioned data: disabled
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Scrollable result sets: enabled
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: JDBC3 getGeneratedKeys(): disabled
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Connection release mode: auto
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Default batch fetch size: 1
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Generate SQL with comments: disabled
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Order SQL updates by primary key: disabled
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
[hibernatetool] INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
[hibernatetool] INFO: Using ASTQueryTranslatorFactory
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Query language substitutions: {}
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: JPA-QL strict compliance: disabled
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Second-level cache: enabled
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Query cache: disabled
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory createCacheProvider
[hibernatetool] INFO: Cache provider: org.hibernate.cache.NoCacheProvider
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Optimize cache for minimal puts: disabled
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Structured second-level cache entries: disabled
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Statistics: disabled
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Deleted entity synthetic identifier rollback: disabled
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Default entity-mode: pojo
[hibernatetool] Oct 24, 2007 6:45:15 PM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Named query checking : enabled
[hibernatetool] Oct 24, 2007 6:48:47 PM org.hibernate.connection.DriverManagerConnectionProvider close
[hibernatetool] INFO: cleaning up connection pool: jdbc:oracle:thin:@localhost:1521:DEV
[hibernatetool] Oct 24, 2007 6:48:47 PM org.hibernate.tool.Version <clinit>
[hibernatetool] INFO: Hibernate Tools 3.2.0.b9
   [delete] Deleting: M:\project\trunk\target\tmp\null2049499311.properties

BUILD SUCCESSFUL
Total time: 3 minutes 46 seconds
[jpyeron@MRSLAPTOP trunk]$ pushd
/cygdrive/m/project/trunk/src/java/package/ds/beans/dao/gen /cygdrive/m/project/trunk
[jpyeron@MRSLAPTOP gen]$ dir
total 128
drwxrwxrwx+ 3 jpyeron None     0 Oct 24 18:29 .
drwxrwxrwx+ 4 jpyeron None     0 Oct 24 18:03 ..
drwxrwxrwx+ 6 jpyeron None     0 Oct 24 18:22 .svn
-rwxrwxrwx  1 jpyeron None  2189 Oct 24 18:48 XXXXXUserRole.java
-rwxrwxrwx  1 jpyeron None  1972 Oct 24 18:48 XXXXXUserRoleId.java
-rwxrwxrwx  1 jpyeron None  1083 Oct 24 18:48 Config.java
-rwxrwxrwx  1 jpyeron None 18335 Oct 24 18:48 Devices.java
-rwxrwxrwx  1 jpyeron None  2355 Oct 24 18:48 LabAltPoc.java
-rwxrwxrwx  1 jpyeron None  1925 Oct 24 18:48 LabAltPocId.java

-rwxrwxrwx  1 jpyeron None  1157 Oct 24 18:29 LabPrimaryPoc.java

-rwxrwxrwx  1 jpyeron None  6222 Oct 24 18:48 Labs.java
-rwxrwxrwx  1 jpyeron None  1604 Oct 24 18:48 RefDevicePurposeCodes.java
-rwxrwxrwx  1 jpyeron None  1389 Oct 24 18:48 RefDeviceTypes.java
-rwxrwxrwx  1 jpyeron None  1531 Oct 24 18:48 RefDispositionCodes.java
-rwxrwxrwx  1 jpyeron None  1570 Oct 24 18:48 RefManufacturerCodes.java
-rwxrwxrwx  1 jpyeron None  1474 Oct 24 18:48 RefRtStatusCodes.java
-rwxrwxrwx  1 jpyeron None  2168 Oct 24 18:48 RefSecurityCodes.java
-rwxrwxrwx  1 jpyeron None  2110 Oct 24 18:48 RefSiteCodes.java
-rwxrwxrwx  1 jpyeron None  1467 Oct 24 18:48 RefSystemStatus.java
-rwxrwxrwx  1 jpyeron None  2978 Oct 24 18:48 RefSystemStatusCode.java
-rwxrwxrwx  1 jpyeron None  2311 Oct 24 18:48 Roles.java
-rwxrwxrwx  1 jpyeron None  2406 Oct 24 18:48 SystemPocs.java
-rwxrwxrwx  1 jpyeron None  1931 Oct 24 18:48 SystemPocsId.java

-rwxrwxrwx  1 jpyeron None  1205 Oct 24 18:29 SystemPrimaryPoc.java

-rwxrwxrwx  1 jpyeron None  7738 Oct 24 18:48 Systems.java
-rwxrwxrwx  1 jpyeron None  1054 Oct 24 18:48 Tempsessions.java
-rwxrwxrwx  1 jpyeron None 12169 Oct 24 18:48 Users.java


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 24, 2007 7:46 pm 
Beginner
Beginner

Joined: Sun May 14, 2006 8:30 pm
Posts: 22
fyi the tables not generaed are :

LAB_PRIMARY_POC

SYSTEM_PRIMARY_POC


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 3:14 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
show me LabPrimaryPoc.java and SystemPrimaryPoc.java

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 9:47 am 
Beginner
Beginner

Joined: Sun May 14, 2006 8:30 pm
Posts: 22
Code:
package project.ds.beans.dao.gen;
// Generated Oct 24, 2007 6:29:55 PM by Hibernate Tools 3.2.0.b9


import java.math.BigDecimal;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;

/**
* LabPrimaryPoc generated by hbm2java
*/
@Entity
@Table(name="LAB_PRIMARY_POC"
)
public class LabPrimaryPoc  implements java.io.Serializable {


     private BigDecimal labRef;
     private String poc;

    public LabPrimaryPoc() {
    }

    public LabPrimaryPoc(BigDecimal labRef, String poc) {
       this.labRef = labRef;
       this.poc = poc;
    }
   
     @Id
   
    @Column(name="LAB_REF", nullable=false, precision=22, scale=0)
    public BigDecimal getLabRef() {
        return this.labRef;
    }
   
    public void setLabRef(BigDecimal labRef) {
        this.labRef = labRef;
    }
   
    @Column(name="POC", nullable=false, length=7)
    public String getPoc() {
        return this.poc;
    }
   
    public void setPoc(String poc) {
        this.poc = poc;
    }




}


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 9:49 am 
Beginner
Beginner

Joined: Sun May 14, 2006 8:30 pm
Posts: 22
Code:
package project.ds.beans.dao.gen;
// Generated Oct 24, 2007 6:29:55 PM by Hibernate Tools 3.2.0.b9


import java.math.BigDecimal;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;

/**
* SystemPrimaryPoc generated by hbm2java
*/
@Entity
@Table(name="SYSTEM_PRIMARY_POC"
)
public class SystemPrimaryPoc  implements java.io.Serializable {


     private BigDecimal systemRef;
     private String poc;

    public SystemPrimaryPoc() {
    }

    public SystemPrimaryPoc(BigDecimal systemRef, String poc) {
       this.systemRef = systemRef;
       this.poc = poc;
    }
   
     @Id
   
    @Column(name="SYSTEM_REF", nullable=false, precision=22, scale=0)
    public BigDecimal getSystemRef() {
        return this.systemRef;
    }
   
    public void setSystemRef(BigDecimal systemRef) {
        this.systemRef = systemRef;
    }
   
    @Column(name="POC", nullable=false, length=7)
    public String getPoc() {
        return this.poc;
    }
   
    public void setPoc(String poc) {
        this.poc = poc;
    }




}



Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 9:52 am 
Beginner
Beginner

Joined: Sun May 14, 2006 8:30 pm
Posts: 22
here is the ddl, please note that all other views and tables are genereated

Code:
CREATE OR REPLACE VIEW LAB_PRIMARY_POC
(LAB_REF, POC)
AS
select f.lab_ref, f.alt_poc poc from ( select lab_ref, min(sortkey) as minsort from lab_alt_poc group by lab_ref) x inner join lab_alt_poc f on f.lab_ref = x.lab_ref and f.sortkey = x.minsort order by lab_ref

CREATE OR REPLACE VIEW SYSTEM_PRIMARY_POC
(SYSTEM_REF, POC)
AS
select f.system_ref, f.poc from ( select system_ref, min(sortkey) as minsort from system_pocs group by system_ref) x inner join system_pocs f on f.system_ref = x.system_ref and f.sortkey = x.minsort order by system_ref







Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 9:58 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
if you could try and reduce this to what is the minimal DDL needed to create this situation then let me know in jira so I can track it down.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 10:57 am 
Beginner
Beginner

Joined: Sun May 14, 2006 8:30 pm
Posts: 22
max wrote:
if you could try and reduce this to what is the minimal DDL needed to create this situation then let me know in jira so I can track it down.



That may not be so feasible, there are too many combinations to try. I am working on getting more debug information so there is a better strategy than guessing.


Any suggestions on enabling maximum debugging output?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 11:55 am 
Beginner
Beginner

Joined: Sun May 14, 2006 8:30 pm
Posts: 22
Code:
Buildfile: build.xml
[propertyfile] Updating property file: M:\project\trunk-bak\etc\local\build.revision

buildproperties:

db2src:
[propertyfile] Creating new property file: M:\project\trunk-bak\target\tmp\null1601688515.properties
[hibernatetool] Executing Hibernate Tool with a JDBC Configuration (for reverse engineering)
[hibernatetool] 1. task: hbm2java (Generates a set of .java files)
[hibernatetool] Oct 25, 2007 11:39:23 AM org.hibernate.cfg.Environment <clinit>
[hibernatetool] INFO: Hibernate 3.2.3
[hibernatetool] Oct 25, 2007 11:39:23 AM org.hibernate.cfg.Environment <clinit>
[hibernatetool] INFO: hibernate.properties not found
[hibernatetool] Oct 25, 2007 11:39:23 AM org.hibernate.cfg.Environment buildBytecodeProvider
[hibernatetool] INFO: Bytecode provider name : cglib
[hibernatetool] Oct 25, 2007 11:39:23 AM org.hibernate.cfg.Environment <clinit>
[hibernatetool] INFO: using JDK 1.4 java.sql.Timestamp handling
[hibernatetool] Oct 25, 2007 11:39:23 AM org.hibernate.cfg.reveng.OverrideRepository addFile
[hibernatetool] INFO: Override file: M:\project\trunk-bak\etc\hibernate.reverse.eng.xml
[hibernatetool] Oct 25, 2007 11:39:23 AM org.hibernate.util.DTDEntityResolver resolveEntity
[hibernatetool] FINE: trying to resolve system-id [http://hibernate.sourceforge.net/hibernate-reverse-engineering-3.0.dtd]
[hibernatetool] Oct 25, 2007 11:39:23 AM org.hibernate.util.DTDEntityResolver resolveEntity
[hibernatetool] FINE: recognized hibernate namespace; attempting to resolve on classpath under org/hibernate/
[hibernatetool] Oct 25, 2007 11:39:23 AM org.hibernate.util.DTDEntityResolver resolveEntity
[hibernatetool] FINE: located [http://hibernate.sourceforge.net/hibernate-reverse-engineering-3.0.dtd] in classpath
[hibernatetool] Oct 25, 2007 11:39:24 AM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: Using Hibernate built-in connection pool (not for production use!)
[hibernatetool] Oct 25, 2007 11:39:24 AM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: Hibernate connection pool size: 20
[hibernatetool] Oct 25, 2007 11:39:24 AM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: autocommit mode: false
[hibernatetool] Oct 25, 2007 11:39:24 AM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: using driver: oracle.jdbc.driver.OracleDriver at URL: jdbc:oracle:thin:@localhost:1521:DEV
[hibernatetool] Oct 25, 2007 11:39:24 AM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: connection properties: {user=xxxxxxxxxxxxxxxxxxx, password=appdbdev}
[hibernatetool] Oct 25, 2007 11:39:24 AM org.hibernate.connection.DriverManagerConnectionProvider getConnection
[hibernatetool] FINEST: total checked-out connections: 0
[hibernatetool] Oct 25, 2007 11:39:24 AM org.hibernate.connection.DriverManagerConnectionProvider getConnection
[hibernatetool] FINE: opening new JDBC connection
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.connection.DriverManagerConnectionProvider getConnection
[hibernatetool] FINE: created connection to: jdbc:oracle:thin:@localhost:1521:DEV, Isolation Level: 2
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory getDatabaseMajorVersion
[hibernatetool] FINE: could not get database version from JDBC metadata
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: RDBMS: Oracle, version: Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - 64bit Production
[hibernatetool] With the Partitioning, OLAP and Data Mining options
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: JDBC driver: Oracle JDBC driver, version: 9.2.0.3.0
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.connection.DriverManagerConnectionProvider closeConnection
[hibernatetool] FINEST: returning connection to pool, pool size: 1
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.dialect.Dialect <init>
[hibernatetool] INFO: Using dialect: org.hibernate.dialect.Oracle9Dialect
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
[hibernatetool] INFO: Using default transaction strategy (direct JDBC transactions)
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
[hibernatetool] INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Automatic flush during beforeCompletion(): disabled
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Automatic session close at end of transaction: disabled
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: JDBC batch size: 15
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: JDBC batch updates for versioned data: disabled
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Scrollable result sets: enabled
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] FINE: Wrap result sets: disabled
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: JDBC3 getGeneratedKeys(): disabled
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Connection release mode: auto
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Default batch fetch size: 1
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Generate SQL with comments: disabled
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Order SQL updates by primary key: disabled
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
[hibernatetool] INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
[hibernatetool] INFO: Using ASTQueryTranslatorFactory
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Query language substitutions: {}
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: JPA-QL strict compliance: disabled
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Second-level cache: enabled
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Query cache: disabled
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory createCacheProvider
[hibernatetool] INFO: Cache provider: org.hibernate.cache.NoCacheProvider
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Optimize cache for minimal puts: disabled
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Structured second-level cache entries: disabled
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.exception.SQLExceptionConverterFactory buildSQLExceptionConverter
[hibernatetool] FINEST: Using dialect defined converter
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Echoing all SQL to stdout
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Statistics: disabled
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Deleted entity synthetic identifier rollback: disabled
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Default entity-mode: pojo
[hibernatetool] Oct 25, 2007 11:39:30 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Named query checking : enabled
[hibernatetool] Oct 25, 2007 11:39:31 AM org.hibernate.connection.DriverManagerConnectionProvider getConnection
[hibernatetool] FINEST: total checked-out connections: 0
[hibernatetool] Oct 25, 2007 11:39:31 AM org.hibernate.connection.DriverManagerConnectionProvider getConnection
[hibernatetool] FINEST: using pooled JDBC connection, pool size: 0
[hibernatetool] Oct 25, 2007 11:39:31 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getTables
[hibernatetool] FINE: getTables(null.null.null)
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.DEVICES_EXTRNL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.DEVICES_EXTRNL_1) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.DEVICES_EXTRNL_2) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.DEVICES_TEMP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.AUDIT_ACTIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.BIN$I/Mot3nUN4jgQC6CteEsPg==$0) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.DUAL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$NOEXP_TAB) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ODCI_SECOBJ$) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ODCI_WARNINGS$) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.PLAN_TABLE$) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.PSTUBTBL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.SCHEDULER$_JOB_STEP_STATE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.STMT_AUDIT_OPTION_MAP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.SYSTEM_PRIVILEGE_MAP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.TABLE_PRIVILEGE_MAP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYSTEM.DEF$_TEMP$LOB) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYSTEM.OL$) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYSTEM.OL$HINTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYSTEM.OL$NODES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:32 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.DEVICES_PEOPLE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(ZZZZZZZ.ZZZZZZZZZZ) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_ALL_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_APPLY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_APPLY_CONFLICT_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_APPLY_DML_HANDLERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_APPLY_ENQUEUE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_APPLY_ERROR) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_APPLY_EXECUTE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_APPLY_KEY_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_APPLY_PARAMETERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_APPLY_PROGRESS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_APPLY_TABLE_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_ARGUMENTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_ASSOCIATIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_AWS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_AW_PS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_BASE_TABLE_MVIEWS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_CAPTURE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_CAPTURE_EXTRA_ATTRIBUTES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_CAPTURE_PARAMETERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_CAPTURE_PREPARED_DATABASE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_CAPTURE_PREPARED_SCHEMAS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_CAPTURE_PREPARED_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_CATALOG) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_CLUSTERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_CLUSTER_HASH_EXPRESSIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_COLL_TYPES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_COL_COMMENTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_COL_PRIVS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_COL_PRIVS_MADE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_COL_PRIVS_RECD) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_CONSTRAINTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_CONS_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_CONS_OBJ_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_CONTEXT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:33 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_DB_LINKS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_DEF_AUDIT_OPTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_DEPENDENCIES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_DIMENSIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_DIM_ATTRIBUTES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_DIM_CHILD_OF) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_DIM_HIERARCHIES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_DIM_JOIN_KEY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_DIM_LEVELS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_DIM_LEVEL_KEY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_DIRECTORIES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_ERRORS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_EVALUATION_CONTEXTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_EVALUATION_CONTEXT_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_EVALUATION_CONTEXT_VARS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_EXTERNAL_LOCATIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_EXTERNAL_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_INDEXES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_INDEXTYPES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_INDEXTYPE_ARRAYTYPES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_INDEXTYPE_OPERATORS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_IND_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_IND_EXPRESSIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_IND_PARTITIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_IND_STATISTICS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_IND_SUBPARTITIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_INTERNAL_TRIGGERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_JOIN_IND_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_LIBRARIES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_LOBS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_LOB_PARTITIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_LOB_SUBPARTITIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_LOB_TEMPLATES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_LOG_GROUPS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_LOG_GROUP_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_METHOD_PARAMS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_METHOD_RESULTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_MVIEWS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_MVIEW_AGGREGATES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_MVIEW_ANALYSIS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:34 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_MVIEW_COMMENTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_MVIEW_DETAIL_RELATIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_MVIEW_JOINS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_MVIEW_KEYS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_MVIEW_LOGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_MVIEW_REFRESH_TIMES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_NESTED_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_NESTED_TABLE_COLS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_OBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_OBJECT_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_OBJ_COLATTRS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_OPANCILLARY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_OPARGUMENTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_OPBINDINGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_OPERATORS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_PARTIAL_DROP_TABS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_PART_COL_STATISTICS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_PART_HISTOGRAMS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_PART_INDEXES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_PART_KEY_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_PART_LOBS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_PART_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_PENDING_CONV_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_PLSQL_OBJECT_SETTINGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_POLICIES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_POLICY_CONTEXTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_POLICY_GROUPS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_PROBE_OBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_PROCEDURES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_PROPAGATION) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_PUBLISHED_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_QUEUES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_QUEUE_PUBLISHERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_QUEUE_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REFRESH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REFRESH_CHILDREN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REFRESH_DEPENDENCIES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REFS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REGISTERED_MVIEWS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REGISTERED_SNAPSHOTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:35 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REGISTRY_BANNERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPAUDIT_ATTRIBUTE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPAUDIT_COLUMN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPCAT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPCATLOG) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPCAT_REFRESH_TEMPLATES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPCAT_TEMPLATE_OBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPCAT_TEMPLATE_PARMS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPCAT_TEMPLATE_SITES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPCAT_USER_AUTHORIZATIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPCAT_USER_PARM_VALUES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPCOLUMN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPCOLUMN_GROUP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPCONFLICT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPDDL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPFLAVORS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPFLAVOR_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPFLAVOR_OBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPGENERATED) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPGENOBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPGROUP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPGROUPED_COLUMN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPGROUP_PRIVILEGES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPKEY_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPOBJECT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPPARAMETER_COLUMN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPPRIORITY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPPRIORITY_GROUP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPPROP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPRESOLUTION) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPRESOLUTION_METHOD) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPRESOLUTION_STATISTICS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPRESOL_STATS_CONTROL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPSCHEMA) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REPSITES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_REWRITE_EQUIVALENCES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_RULES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_RULESETS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_RULE_SETS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_RULE_SET_RULES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:36 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SCHEDULER_GLOBAL_ATTRIBUTE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SCHEDULER_JOBS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SCHEDULER_JOB_ARGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SCHEDULER_JOB_CLASSES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SCHEDULER_JOB_LOG) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SCHEDULER_JOB_RUN_DETAILS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SCHEDULER_PROGRAMS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SCHEDULER_PROGRAM_ARGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SCHEDULER_RUNNING_JOBS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SCHEDULER_SCHEDULES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SCHEDULER_WINDOWS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SCHEDULER_WINDOW_DETAILS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SCHEDULER_WINDOW_GROUPS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SCHEDULER_WINDOW_LOG) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SCHEDULER_WINGROUP_MEMBERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SEC_RELEVANT_COLS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SEQUENCES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SNAPSHOTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SNAPSHOT_LOGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SOURCE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SOURCE_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SQLJ_TYPES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SQLJ_TYPE_ATTRS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SQLJ_TYPE_METHODS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_STORED_SETTINGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_STREAMS_GLOBAL_RULES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_STREAMS_MESSAGE_CONSUMERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_STREAMS_MESSAGE_RULES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_STREAMS_NEWLY_SUPPORTED) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_STREAMS_RULES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_STREAMS_SCHEMA_RULES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_STREAMS_TABLE_RULES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_STREAMS_TRANSFORM_FUNCTION) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_STREAMS_UNSUPPORTED) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SUBPARTITION_TEMPLATES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SUBPART_COL_STATISTICS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SUBPART_HISTOGRAMS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SUBPART_KEY_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SUBSCRIBED_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SUBSCRIBED_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:37 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SUBSCRIPTIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SUMDELTA) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SUMMARIES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SUMMARY_AGGREGATES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SUMMARY_DETAIL_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SUMMARY_JOINS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SUMMARY_KEYS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables


Last edited by jpyeron on Thu Oct 25, 2007 12:01 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 11:58 am 
Beginner
Beginner

Joined: Sun May 14, 2006 8:30 pm
Posts: 22
continued...
Code:
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_SYNONYMS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TAB_COLS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TAB_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TAB_COL_STATISTICS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TAB_COMMENTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TAB_HISTOGRAMS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TAB_MODIFICATIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TAB_PARTITIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TAB_PRIVS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TAB_PRIVS_MADE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TAB_PRIVS_RECD) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TAB_STATISTICS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TAB_STATS_HISTORY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TAB_SUBPARTITIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TRIGGERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TRIGGER_COLS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TYPES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TYPE_ATTRS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TYPE_METHODS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_TYPE_VERSIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_UNUSED_COL_TABS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_UPDATABLE_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_USERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_USTATS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_VARRAYS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_VIEWS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ALL_WARNING_SETTINGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.CATALOG) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.COL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.COLUMN_PRIVILEGES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.DATABASE_COMPATIBLE_LEVEL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.DATABASE_EXPORT_OBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:38 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.DATABASE_PROPERTIES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.DATAPUMP_DDL_TRANSFORM_PARAMS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.DATAPUMP_OBJECT_CONNECT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.DATAPUMP_PATHMAP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.DATAPUMP_PATHS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.DATAPUMP_REMAP_OBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.DATAPUMP_TABLE_DATA) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.DEFERRCOUNT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.DICTIONARY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.DICT_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXPCOMPRESSEDPART) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXPCOMPRESSEDSUB) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXPCOMPRESSEDTAB) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXPEXEMPT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXPTABSUBPART) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXPTABSUBPARTDATA_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXPTABSUBPARTLOBFRAG) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXPTABSUBPARTLOB_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU10ADEFPSWITCHES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU10AOBJSWITCH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU10ASCU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU10CCLO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU10CCLU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU10COEU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU10DEFPSWITCHES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU10DOSO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU10IND_BASE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU10MVL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU10MVLU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU10OBJSWITCH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU10SNAPLU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU10TABSU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU10TABU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU816MAXSQV) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU816TGRU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81ACTIONOBJ) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81ACTIONPKG) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81ASSOC) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81CSC) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81DOIU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:39 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81IND) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81IND_BASE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81ITYU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81IXCPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81IXSPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81JAV) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81JAVT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81LBCPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81LBPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81LBSPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81NOS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81OBJECTPKG) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81OPRU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81PLBU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81PROCOBJ) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81PROCOBJINSTANCE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81RGCU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81RGSU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81RLS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81SCMU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81SLFCU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81SNAPLU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81SNAPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81SPOKIU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81SPOKU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81SRTU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81TABSU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81TABU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81TBCPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81TBSPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81TGRU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81TYPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU81USCIU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8ANAL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8ASCU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8BSZ) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8CCLO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8CCLU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8CCOU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8CGRU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:40 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8CLUU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8CMTU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8COEU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8COLU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8CONU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8COOU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8CPO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8CSET) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8CSNU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8DIM) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8DIMU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8FPTU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8FUL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8GLOB) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8GRNU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8HSTU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8ICO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8ICOU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8ICPLSQL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8INDU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8INKU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8IOVU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8IXPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8JBQU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8LIBU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8LNKU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8LOBU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8NTBU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8NXPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8OIDU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8OPT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8ORD) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8ORDU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8ORFS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8PDSU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8PNTU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8POKIU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8POKU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8PSTU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8REFU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:41 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8RFSU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8RGCU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8RGSU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8SCMU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8SEQU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8SLFCU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8SLOGU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8SNAPLU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8SNAPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8SPSU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8SPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8SRTU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8STOU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8SYNU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8TABU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8TBPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8TGRU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8TNE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8TNEB) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8TYPBU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8TYPTU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8TYPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8USCU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8USRU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8VDPTU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8VER) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8VEWU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8VINFU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU8VNCU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU92FPTPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU92FPTU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU92TGRU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU92TSP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU92TSPL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9ACTIONOBJ) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9BJF) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9BJW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9CCLO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9CCLU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9COEU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:42 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9COOU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9DEFPSWITCHES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9DOIU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9DOSO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9EIP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9FGA) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9GSAS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9IND) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9IND_BASE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9INHCOLCONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9IXCPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9LBCPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9LBPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9LNKU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9LOBU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9MVL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9MVLCDCCC) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9MVLCDCS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9MVLCDCSC) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9MVLCDCST) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9MVLU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9NLS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9NOS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9OBJSWITCH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9OTNNULL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9PCT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9PDSU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9PGP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9PLBU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9PTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9RLS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9SNAPLU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9SNAPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9STOU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9SYNU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9TABSU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9TABU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9TAB_UNUSED_COLS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9TBCPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9TNE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:43 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9TNEB) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9TYPTU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9TYPTU2) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9TYPU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9UTSU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9XDBUID) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9XMLST) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.EXU9XTB) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.FLASHBACK_TRANSACTION_QUERY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GLOBAL_CONTEXT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GLOBAL_NAME) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$ACTIVE_INSTANCES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$ACTIVE_SESS_POOL_MTH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$AW_AGGREGATE_OP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$AW_ALLOCATE_OP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$AW_CALC) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$AW_LONGOPS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$AW_OLAP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$AW_SESSION_INFO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$BH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$LOADISTAT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$LOADPSTAT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$LOCK_ACTIVITY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$MAX_ACTIVE_SESS_TARGET_MTH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$NLS_PARAMETERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$NLS_VALID_VALUES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$OPTION) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$PARALLEL_DEGREE_LIMIT_MTH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$PQ_SESSTAT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$PQ_TQSTAT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$QUEUEING_MTH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$RSRC_CONSUMER_GROUP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$RSRC_CONSUME_GROUP_CPU_MTH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$RSRC_PLAN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$RSRC_PLAN_CPU_MTH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$SESSION_LONGOPS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$TEMPORARY_LOBS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$TIMEZONE_FILE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$TIMEZONE_NAMES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.GV_$VERSION) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:44 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.IMP8CDTU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.IMP8REPCAT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.IMP8TTDU) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.IMP8UEC) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables


Last edited by jpyeron on Thu Oct 25, 2007 12:02 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 11:59 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
you should set hibernate.default_schema to avoid reading all those SYS. tables.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 12:00 pm 
Beginner
Beginner

Joined: Sun May 14, 2006 8:30 pm
Posts: 22
continued...
Code:
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.IMP9COMPAT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.IMP9SYN4) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.IMP9TVOID) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.IMP9USR) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.IMP_LOB_INFO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.IMP_LOB_NOTNULL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.IMP_TAB_TRIG) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.INDEX_HISTOGRAM) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.INDEX_STATS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_2NDTAB_INFO_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_ALL_INDEX_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_ALTER_FUNC_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_ALTER_PKGBDY_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_ALTER_PKGSPC_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_ALTER_PROC_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_ASSOC_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_AUDIT_OBJ_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_AUDIT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_CLUSTER_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_CLU_TS_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_COMMENT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_CONSTRAINT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_CONTEXT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_DBLINK_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_DEFROLE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_DEPTYPES_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_DEPVIEWS_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_DIMENSION_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_DIRECTORY_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_DOMIDX_OBJNUM_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_EXP_PKG_BODY_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_EXP_TYPE_BODY_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_EXTTAB_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_FGA_POLICY_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_FHTABLE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_FIND_SGC_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:45 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_FULL_PKG_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_FULL_TYPE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_FUNC_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_HTABLE_DATA_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_HTABLE_OBJNUM_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_HTABLE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_HTPART_DATA_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_HTSPART_DATA_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_INC_TYPE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_INDEXTYPE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_INDEX_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_IND_STATS_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_IND_TS_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_INSTANCE_CALLOUT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_IOTABLE_DATA_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_IOTABLE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_IOTPART_DATA_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_JAVA_CLASS_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_JAVA_OBJNUM_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_JAVA_RESOURCE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_JAVA_SOURCE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_JOB_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_LIBRARY_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_MONITOR_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_MVL_TS_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_MV_TS_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_M_VIEW_FH_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_M_VIEW_H_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_M_VIEW_IOT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_M_VIEW_LOG_FH_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_M_VIEW_LOG_H_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_M_VIEW_LOG_PFH_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_M_VIEW_LOG_PH_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_M_VIEW_PFH_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_M_VIEW_PH_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_M_VIEW_PIOT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_M_VIEW_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_NTABLE_DATA_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_NTABLE_OBJNUM_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_OBJGRANT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_OBJPKG_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_OPERATOR_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PARTITION_EST_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PFHTABLE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PHTABLE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PIOTABLE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PKGBDY_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PKG_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PLUGTS_BEGIN_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PLUGTS_BLK_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:46 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PLUGTS_CHECKPL_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PLUGTS_TSNAME_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_POST_TABLE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PRE_TABLE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PROCACT_INSTANCE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PROCACT_SCHEMA_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PROCDEPOBJ_AUDIT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PROCDEPOBJ_GRANT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PROCDEPOBJ_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PROCOBJ_AUDIT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PROCOBJ_GRANT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PROCOBJ_OBJNUM_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PROCOBJ_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PROC_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PROFILE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_PROXY_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_QTRANS_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_QUEUES_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_QUEUE_TABLE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_REFGROUP_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_REF_CONSTRAINT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_RLS_CONTEXT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_RLS_GROUP_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_RLS_POLICY_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_ROGRANT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_ROLE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_ROLLBACK_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_SCHEMA_CALLOUT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_SEQUENCE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_STRMTABLE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_SUBPARTITION_EST_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_SWITCH_COMPILER_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_SYNONYM_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_SYSGRANT_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_TABLESPACE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_TABLE_DATA_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_TABLE_EST_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_TABLE_OBJNUM_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_TAB_STATS_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_TAB_TS_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:47 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_TRIGGER_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_TRLINK_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_TSQUOTA_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_TYPE_BODY_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_TYPE_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_USER_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_VIEW_OBJNUM_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_VIEW_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU$_XMLSCHEMA_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.KU_NOEXP_VIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.LOADER_COL_FLAGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.LOADER_COL_INFO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.LOADER_COL_TYPE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.LOADER_CONSTRAINT_INFO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.LOADER_DIR_OBJS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.LOADER_FILE_TS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.LOADER_FULL_ATTR_NAME) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.LOADER_LOB_FLAGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.LOADER_NESTED_VARRAYS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.LOADER_OID_INFO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.LOADER_PARAM_INFO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.LOADER_PART_INFO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.LOADER_REF_INFO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.LOADER_SKIP_UNUSABLE_INDEXES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.LOADER_TAB_INFO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.LOADER_TRIGGER_INFO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.NLS_DATABASE_PARAMETERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.NLS_INSTANCE_PARAMETERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.NLS_SESSION_PARAMETERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ORA_KGLR7_DB_LINKS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ORA_KGLR7_DEPENDENCIES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ORA_KGLR7_IDL_CHAR) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ORA_KGLR7_IDL_SB4) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ORA_KGLR7_IDL_UB1) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ORA_KGLR7_IDL_UB2) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.PRODUCT_COMPONENT_VERSION) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.PUBLICSYN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.PUBLIC_DEPENDENCY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.QUEUE_PRIVILEGES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.RESOURCE_COST) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:48 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ROLE_ROLE_PRIVS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ROLE_SYS_PRIVS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ROLE_TAB_PRIVS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.SCHEMA_EXPORT_OBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.SESSION_CONTEXT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.SESSION_PRIVS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.SESSION_ROLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.SM_$VERSION) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.SYNONYMS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.SYSCATALOG) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.SYSFILES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.SYSSEGOBJ) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.TAB) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.TABLESPACE_EXPORT_OBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.TABLE_EXPORT_OBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.TABLE_PRIVILEGES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.TABQUOTAS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.TRANSPORTABLE_EXPORT_OBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_ACTIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_DIRECTIVES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_FINDINGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_JOURNAL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_LOG) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_OBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_PARAMETERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_RATIONALE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_RECOMMENDATIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_SQLA_REC_SUM) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_SQLA_WK_MAP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_SQLA_WK_STMTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_SQLW_COLVOL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_SQLW_JOURNAL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_SQLW_PARAMETERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_SQLW_STMTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_SQLW_SUM) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_SQLW_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_SQLW_TABVOL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_SQLW_TEMPLATES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_TASKS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ADVISOR_TEMPLATES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:49 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ALL_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_APPLICATION_ROLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_AQ_AGENT_PRIVS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ARGUMENTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ASSOCIATIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ATTRIBUTE_TRANSFORMATIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_AUDIT_OBJECT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_AUDIT_SESSION) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_AUDIT_STATEMENT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_AUDIT_TRAIL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_AWS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_AW_PS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_BASE_TABLE_MVIEWS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_CATALOG) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_CLUSTERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_CLUSTER_HASH_EXPRESSIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_CLU_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_COLL_TYPES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_COL_COMMENTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_COL_PRIVS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_COL_PRIVS_MADE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_COL_PRIVS_RECD) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_CONSTRAINTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_CONS_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_CONS_OBJ_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_DATAPUMP_JOBS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_DB_LINKS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_DEPENDENCIES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_DIMENSIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_DIM_ATTRIBUTES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_DIM_CHILD_OF) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_DIM_HIERARCHIES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_DIM_JOIN_KEY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_DIM_LEVELS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_DIM_LEVEL_KEY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ERRORS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_EVALUATION_CONTEXTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_EVALUATION_CONTEXT_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_EVALUATION_CONTEXT_VARS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_EXTENTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:50 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_EXTERNAL_LOCATIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_EXTERNAL_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_FREE_SPACE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_INDEXES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_INDEXTYPES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_INDEXTYPE_ARRAYTYPES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_INDEXTYPE_OPERATORS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_IND_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_IND_EXPRESSIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_IND_PARTITIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_IND_STATISTICS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_IND_SUBPARTITIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_INTERNAL_TRIGGERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_JOBS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_JOIN_IND_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_LIBRARIES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_LOBS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_LOB_PARTITIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_LOB_SUBPARTITIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_LOB_TEMPLATES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_LOG_GROUPS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_LOG_GROUP_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_METHOD_PARAMS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 12:04 pm 
Beginner
Beginner

Joined: Sun May 14, 2006 8:30 pm
Posts: 22
continued...
Code:
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_METHOD_RESULTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_MVIEWS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_MVIEW_AGGREGATES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_MVIEW_ANALYSIS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_MVIEW_COMMENTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_MVIEW_DETAIL_RELATIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_MVIEW_JOINS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_MVIEW_KEYS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_MVIEW_LOGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_MVIEW_REFRESH_TIMES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_NESTED_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_NESTED_TABLE_COLS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_OBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_OBJECT_SIZE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_OBJECT_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_OBJ_AUDIT_OPTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_OBJ_COLATTRS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:51 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_OPANCILLARY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_OPARGUMENTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_OPBINDINGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_OPERATORS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_OUTLINES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_OUTLINE_HINTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_PARTIAL_DROP_TABS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_PART_COL_STATISTICS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_PART_HISTOGRAMS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_PART_INDEXES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_PART_KEY_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_PART_LOBS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_PART_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_PASSWORD_LIMITS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_PENDING_CONV_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_PLSQL_OBJECT_SETTINGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_POLICIES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_POLICY_CONTEXTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_POLICY_GROUPS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_PROCEDURES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_PROXIES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_PUBLISHED_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_QUEUES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_QUEUE_PUBLISHERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_QUEUE_SCHEDULES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_QUEUE_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_RECYCLEBIN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REFRESH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REFRESH_CHILDREN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REFS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REGISTERED_MVIEWS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REGISTERED_SNAPSHOTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REGISTRY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPAUDIT_ATTRIBUTE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPAUDIT_COLUMN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPCAT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPCATLOG) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPCAT_REFRESH_TEMPLATES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPCAT_TEMPLATE_OBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPCAT_TEMPLATE_PARMS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:52 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPCAT_TEMPLATE_SITES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPCAT_USER_AUTHORIZATION) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPCAT_USER_PARM_VALUES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPCOLUMN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPCOLUMN_GROUP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPCONFLICT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPDDL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPFLAVORS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPFLAVOR_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPFLAVOR_OBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPGENERATED) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPGENOBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPGROUP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPGROUPED_COLUMN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPGROUP_PRIVILEGES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPKEY_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPOBJECT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPPARAMETER_COLUMN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPPRIORITY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPPRIORITY_GROUP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPPROP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPRESOLUTION) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPRESOLUTION_METHOD) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPRESOLUTION_STATISTICS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPRESOL_STATS_CONTROL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPSCHEMA) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REPSITES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_RESOURCE_LIMITS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_RESUMABLE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_REWRITE_EQUIVALENCES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_ROLE_PRIVS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_RSRC_CONSUMER_GROUP_PRIVS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_RSRC_MANAGER_SYSTEM_PRIVS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_RULES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_RULESETS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_RULE_SETS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_RULE_SET_RULES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SCHEDULER_JOBS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SCHEDULER_JOB_ARGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SCHEDULER_JOB_LOG) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:53 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SCHEDULER_JOB_RUN_DETAILS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SCHEDULER_PROGRAMS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SCHEDULER_PROGRAM_ARGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SCHEDULER_RUNNING_JOBS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SCHEDULER_SCHEDULES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SEC_RELEVANT_COLS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SEGMENTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SEQUENCES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SNAPSHOTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SNAPSHOT_LOGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SOURCE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SOURCE_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SQLJ_TYPES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SQLJ_TYPE_ATTRS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SQLJ_TYPE_METHODS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SQLSET) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SQLSET_BINDS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SQLSET_REFERENCES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SQLSET_STATEMENTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SQLTUNE_BINDS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SQLTUNE_PLANS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SQLTUNE_RATIONALE_PLAN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SQLTUNE_STATISTICS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_STORED_SETTINGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SUBPARTITION_TEMPLATES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SUBPART_COL_STATISTICS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SUBPART_HISTOGRAMS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SUBPART_KEY_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SUBSCRIBED_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SUBSCRIBED_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SUBSCRIPTIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SUMMARIES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SUMMARY_AGGREGATES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SUMMARY_DETAIL_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SUMMARY_JOINS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SUMMARY_KEYS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SYNONYMS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_SYS_PRIVS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TABLES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TABLESPACES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:54 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TAB_COLS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TAB_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TAB_COL_STATISTICS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TAB_COMMENTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TAB_HISTOGRAMS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TAB_MODIFICATIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TAB_PARTITIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TAB_PRIVS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TAB_PRIVS_MADE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TAB_PRIVS_RECD) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TAB_STATISTICS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TAB_STATS_HISTORY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TAB_SUBPARTITIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TRANSFORMATIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TRIGGERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TRIGGER_COLS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TS_QUOTAS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TUNE_MVIEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TYPES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TYPE_ATTRS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TYPE_METHODS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_TYPE_VERSIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_UNUSED_COL_TABS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_UPDATABLE_COLUMNS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_USERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_USTATS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_VARRAYS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_VIEWS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.USER_WARNING_SETTINGS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.UTL_ALL_IND_COMPS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V$OBJECT_USAGE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$ACTIVE_INSTANCES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$ACTIVE_SESS_POOL_MTH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$ADVISOR_PROGRESS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$AW_AGGREGATE_OP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$AW_ALLOCATE_OP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$AW_CALC) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$AW_LONGOPS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$AW_OLAP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$AW_SESSION_INFO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:55 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$BH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$LOADISTAT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$LOADPSTAT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$LOCK_ACTIVITY) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$MAX_ACTIVE_SESS_TARGET_MTH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$NLS_PARAMETERS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$NLS_VALID_VALUES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$OPTION) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$PARALLEL_DEGREE_LIMIT_MTH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$PQ_SESSTAT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$PQ_TQSTAT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$QUEUEING_MTH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$RSRC_CONSUMER_GROUP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$RSRC_CONSUMER_GROUP_CPU_MTH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$RSRC_PLAN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$RSRC_PLAN_CPU_MTH) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$SESSION_CONNECT_INFO) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$SESSION_LONGOPS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$TEMPORARY_LOBS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$TIMEZONE_FILE) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$TIMEZONE_NAMES) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS.V_$VERSION) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS._ALL_INSTANTIATION_DDL) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS._ALL_REPCOLUMN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS._ALL_REPCOLUMN_GROUP) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS._ALL_REPCONFLICT) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS._ALL_REPEXTENSIONS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS._ALL_REPFLAVOR_OBJECTS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS._ALL_REPGROUPED_COLUMN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS._ALL_REPPARAMETER_COLUMN) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS._ALL_REPRESOLUTION) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYS._ALL_REPSITES_NEW) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:56 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Table org.hibernate.cfg.reveng.TableIdentifier(SYSTEM.PRODUCT_PRIVS) excluded by strategy
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table APP_USER_ROLE of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table CONFIG of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table DEVICES of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table LABS of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table LAB_ALT_POC of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table REF_DEVICE_PURPOSE_CODES of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table REF_DEVICE_TYPES of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table REF_DISPOSITION_CODES of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table REF_MANUFACTURER_CODES of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table REF_RT_STATUS_CODES of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table REF_SECURITY_CODES of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table REF_SITE_CODES of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table REF_SYSTEM_STATUS of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table REF_SYSTEM_STATUS_CODE of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table ROLES of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table SYSTEMS of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table SYSTEM_POCS of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table TEMPSESSIONS of type TABLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table LABS_PEOPLE of type VIEW
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table LAB_PRIMARY_POC of type VIEW
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table SYSTEMS_PEOPLE of type VIEW
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table SYSTEM_PRIMARY_POC of type VIEW
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processTables
[hibernatetool] FINE: Adding table USERS of type VIEW
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.APP_USER_ROLE
[hibernatetool] Oct 25, 2007 11:39:57 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.APP_USER_ROLE.null)
[hibernatetool] Oct 25, 2007 11:39:59 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.APP_USER_ROLE)
[hibernatetool] Oct 25, 2007 11:40:00 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.APP_USER_ROLE) -> org.hibernate.mapping.PrimaryKey(APP_USER_ROLE[org.hibernate.mapping.Column(USER_ID), org.hibernate.mapping.Column(ROLEREF)]) as PK_APP_USER_ROLE
[hibernatetool] Oct 25, 2007 11:40:00 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.APP_USER_ROLE)
[hibernatetool] Oct 25, 2007 11:40:01 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.CONFIG
[hibernatetool] Oct 25, 2007 11:40:01 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.CONFIG.null)
[hibernatetool] Oct 25, 2007 11:40:03 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.CONFIG)
[hibernatetool] Oct 25, 2007 11:40:04 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.CONFIG) -> org.hibernate.mapping.PrimaryKey(CONFIG[org.hibernate.mapping.Column(VAR)]) as SYS_C0022679
[hibernatetool] Oct 25, 2007 11:40:04 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.CONFIG)
[hibernatetool] Oct 25, 2007 11:40:06 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.DEVICES
[hibernatetool] Oct 25, 2007 11:40:06 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.DEVICES.null)
[hibernatetool] Oct 25, 2007 11:40:18 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.DEVICES)
[hibernatetool] Oct 25, 2007 11:40:19 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.DEVICES) -> org.hibernate.mapping.PrimaryKey(DEVICES[org.hibernate.mapping.Column(DEVICE_ID)]) as DEVICES_PK
[hibernatetool] Oct 25, 2007 11:40:19 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.DEVICES)
[hibernatetool] Oct 25, 2007 11:40:21 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.LABS
[hibernatetool] Oct 25, 2007 11:40:21 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.LABS.null)
[hibernatetool] Oct 25, 2007 11:40:24 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.LABS)
[hibernatetool] Oct 25, 2007 11:40:25 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.LABS) -> org.hibernate.mapping.PrimaryKey(LABS[org.hibernate.mapping.Column(LAB_ID)]) as LABS_PK
[hibernatetool] Oct 25, 2007 11:40:25 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.LABS)
[hibernatetool] Oct 25, 2007 11:40:27 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.LAB_ALT_POC
[hibernatetool] Oct 25, 2007 11:40:27 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.LAB_ALT_POC.null)
[hibernatetool] Oct 25, 2007 11:40:29 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.LAB_ALT_POC)
[hibernatetool] Oct 25, 2007 11:40:30 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.LAB_ALT_POC) -> org.hibernate.mapping.PrimaryKey(LAB_ALT_POC[org.hibernate.mapping.Column(LAB_REF), org.hibernate.mapping.Column(ALT_POC)]) as SYS_C0022610
[hibernatetool] Oct 25, 2007 11:40:30 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.LAB_ALT_POC)
[hibernatetool] Oct 25, 2007 11:40:32 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.REF_DEVICE_PURPOSE_CODES
[hibernatetool] Oct 25, 2007 11:40:32 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.REF_DEVICE_PURPOSE_CODES.null)
[hibernatetool] Oct 25, 2007 11:40:33 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.REF_DEVICE_PURPOSE_CODES)
[hibernatetool] Oct 25, 2007 11:40:35 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.REF_DEVICE_PURPOSE_CODES) -> org.hibernate.mapping.PrimaryKey(REF_DEVICE_PURPOSE_CODES[org.hibernate.mapping.Column(DEVICE_PURPOSE_CODE)]) as REF_DEVICE_PURPOSE_CODES_PK
[hibernatetool] Oct 25, 2007 11:40:35 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.REF_DEVICE_PURPOSE_CODES)
[hibernatetool] Oct 25, 2007 11:40:36 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.REF_DEVICE_TYPES
[hibernatetool] Oct 25, 2007 11:40:36 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.REF_DEVICE_TYPES.null)
[hibernatetool] Oct 25, 2007 11:40:38 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.REF_DEVICE_TYPES)
[hibernatetool] Oct 25, 2007 11:40:39 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.REF_DEVICE_TYPES) -> org.hibernate.mapping.PrimaryKey(REF_DEVICE_TYPES[org.hibernate.mapping.Column(DEVICE_TYPE_CODE)]) as REF_DEVICE_TYPES_PK
[hibernatetool] Oct 25, 2007 11:40:39 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.REF_DEVICE_TYPES)
[hibernatetool] Oct 25, 2007 11:40:40 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.REF_DISPOSITION_CODES
[hibernatetool] Oct 25, 2007 11:40:40 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.REF_DISPOSITION_CODES.null)
[hibernatetool] Oct 25, 2007 11:40:42 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.REF_DISPOSITION_CODES)
[hibernatetool] Oct 25, 2007 11:40:43 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.REF_DISPOSITION_CODES) -> org.hibernate.mapping.PrimaryKey(REF_DISPOSITION_CODES[org.hibernate.mapping.Column(DISPOSITION_CODE)]) as REF_DISPOSITION_CODES_PK
[hibernatetool] Oct 25, 2007 11:40:43 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.REF_DISPOSITION_CODES)
[hibernatetool] Oct 25, 2007 11:40:45 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.REF_MANUFACTURER_CODES
[hibernatetool] Oct 25, 2007 11:40:45 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.REF_MANUFACTURER_CODES.null)
[hibernatetool] Oct 25, 2007 11:40:46 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.REF_MANUFACTURER_CODES)


Last edited by jpyeron on Thu Oct 25, 2007 12:22 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 12:06 pm 
Beginner
Beginner

Joined: Sun May 14, 2006 8:30 pm
Posts: 22
continued...
Code:
[hibernatetool] Oct 25, 2007 11:40:47 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.REF_MANUFACTURER_CODES) -> org.hibernate.mapping.PrimaryKey(REF_MANUFACTURER_CODES[org.hibernate.mapping.Column(MANUFACTURER_CODE)]) as REF_MANUFACTURER_CODES_PK
[hibernatetool] Oct 25, 2007 11:40:47 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.REF_MANUFACTURER_CODES)
[hibernatetool] Oct 25, 2007 11:40:49 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.REF_RT_STATUS_CODES
[hibernatetool] Oct 25, 2007 11:40:49 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.REF_RT_STATUS_CODES.null)
[hibernatetool] Oct 25, 2007 11:40:51 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.REF_RT_STATUS_CODES)
[hibernatetool] Oct 25, 2007 11:40:52 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.REF_RT_STATUS_CODES) -> org.hibernate.mapping.PrimaryKey(REF_RT_STATUS_CODES[org.hibernate.mapping.Column(SYS_STATUS_CODE)]) as REF_RT_STATUS_CODES_PK
[hibernatetool] Oct 25, 2007 11:40:52 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.REF_RT_STATUS_CODES)
[hibernatetool] Oct 25, 2007 11:40:53 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.REF_SECURITY_CODES
[hibernatetool] Oct 25, 2007 11:40:53 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.REF_SECURITY_CODES.null)
[hibernatetool] Oct 25, 2007 11:40:55 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.REF_SECURITY_CODES)
[hibernatetool] Oct 25, 2007 11:40:56 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.REF_SECURITY_CODES) -> org.hibernate.mapping.PrimaryKey(REF_SECURITY_CODES[org.hibernate.mapping.Column(SECURITY_CODE)]) as REF_SECURITY_CODES_PK
[hibernatetool] Oct 25, 2007 11:40:56 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.REF_SECURITY_CODES)
[hibernatetool] Oct 25, 2007 11:40:58 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.REF_SITE_CODES
[hibernatetool] Oct 25, 2007 11:40:58 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.REF_SITE_CODES.null)
[hibernatetool] Oct 25, 2007 11:41:00 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.REF_SITE_CODES)
[hibernatetool] Oct 25, 2007 11:41:01 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.REF_SITE_CODES) -> org.hibernate.mapping.PrimaryKey(REF_SITE_CODES[org.hibernate.mapping.Column(SITE_CODE)]) as REF_SITE_CODES_PK
[hibernatetool] Oct 25, 2007 11:41:01 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.REF_SITE_CODES)
[hibernatetool] Oct 25, 2007 11:41:03 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.REF_SYSTEM_STATUS
[hibernatetool] Oct 25, 2007 11:41:03 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.REF_SYSTEM_STATUS.null)
[hibernatetool] Oct 25, 2007 11:41:04 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.REF_SYSTEM_STATUS)
[hibernatetool] Oct 25, 2007 11:41:05 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.REF_SYSTEM_STATUS) -> org.hibernate.mapping.PrimaryKey(REF_SYSTEM_STATUS[org.hibernate.mapping.Column(SYS_STATUS_CODE)]) as REF_SYSTEM_STATUS_PK
[hibernatetool] Oct 25, 2007 11:41:05 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.REF_SYSTEM_STATUS)
[hibernatetool] Oct 25, 2007 11:41:07 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.REF_SYSTEM_STATUS_CODE
[hibernatetool] Oct 25, 2007 11:41:07 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.REF_SYSTEM_STATUS_CODE.null)
[hibernatetool] Oct 25, 2007 11:41:09 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.REF_SYSTEM_STATUS_CODE)
[hibernatetool] Oct 25, 2007 11:41:10 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.REF_SYSTEM_STATUS_CODE) -> org.hibernate.mapping.PrimaryKey(REF_SYSTEM_STATUS_CODE[org.hibernate.mapping.Column(SYSTEM_STATUS_CODE)]) as SYSTEM_STATUS_CODE_PK
[hibernatetool] Oct 25, 2007 11:41:10 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.REF_SYSTEM_STATUS_CODE)
[hibernatetool] Oct 25, 2007 11:41:12 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.ROLES
[hibernatetool] Oct 25, 2007 11:41:12 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.ROLES.null)
[hibernatetool] Oct 25, 2007 11:41:14 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.ROLES)
[hibernatetool] Oct 25, 2007 11:41:15 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.ROLES) -> org.hibernate.mapping.PrimaryKey(ROLES[org.hibernate.mapping.Column(ID)]) as SYS_C0022693
[hibernatetool] Oct 25, 2007 11:41:15 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.ROLES)
[hibernatetool] Oct 25, 2007 11:41:17 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.SYSTEMS
[hibernatetool] Oct 25, 2007 11:41:17 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.SYSTEMS.null)
[hibernatetool] Oct 25, 2007 11:41:22 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.SYSTEMS)
[hibernatetool] Oct 25, 2007 11:41:23 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.SYSTEMS) -> org.hibernate.mapping.PrimaryKey(SYSTEMS[org.hibernate.mapping.Column(SYSTEM_ID)]) as SYSTEMS_PK
[hibernatetool] Oct 25, 2007 11:41:23 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.SYSTEMS)
[hibernatetool] Oct 25, 2007 11:41:24 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.SYSTEM_POCS
[hibernatetool] Oct 25, 2007 11:41:24 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.SYSTEM_POCS.null)
[hibernatetool] Oct 25, 2007 11:41:26 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.SYSTEM_POCS)
[hibernatetool] Oct 25, 2007 11:41:28 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.SYSTEM_POCS) -> org.hibernate.mapping.PrimaryKey(SYSTEM_POCS[org.hibernate.mapping.Column(SYSTEM_REF), org.hibernate.mapping.Column(POC)]) as SYS_C0022648
[hibernatetool] Oct 25, 2007 11:41:28 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.SYSTEM_POCS)
[hibernatetool] Oct 25, 2007 11:41:29 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.TEMPSESSIONS
[hibernatetool] Oct 25, 2007 11:41:29 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.TEMPSESSIONS.null)
[hibernatetool] Oct 25, 2007 11:41:31 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.TEMPSESSIONS)
[hibernatetool] Oct 25, 2007 11:41:32 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.TEMPSESSIONS) -> org.hibernate.mapping.PrimaryKey(TEMPSESSIONS[org.hibernate.mapping.Column(ID)]) as SYS_C0022689
[hibernatetool] Oct 25, 2007 11:41:32 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getIndexInfo
[hibernatetool] FINE: getIndexInfo(null.MYSCHEMA.TEMPSESSIONS)
[hibernatetool] Oct 25, 2007 11:41:34 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.LABS_PEOPLE
[hibernatetool] Oct 25, 2007 11:41:34 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.LABS_PEOPLE.null)
[hibernatetool] Oct 25, 2007 11:41:36 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.LABS_PEOPLE)
[hibernatetool] Oct 25, 2007 11:41:37 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.LABS_PEOPLE) -> org.hibernate.mapping.PrimaryKey(LABS_PEOPLE[org.hibernate.mapping.Column(LAB_REF), org.hibernate.mapping.Column(PERSON)]) as PK_LABS_PEOPLE
[hibernatetool] Oct 25, 2007 11:41:37 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.LAB_PRIMARY_POC
[hibernatetool] Oct 25, 2007 11:41:37 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.LAB_PRIMARY_POC.null)
[hibernatetool] Oct 25, 2007 11:41:39 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.LAB_PRIMARY_POC)
[hibernatetool] Oct 25, 2007 11:41:40 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.LAB_PRIMARY_POC) -> org.hibernate.mapping.PrimaryKey(LAB_PRIMARY_POC[org.hibernate.mapping.Column(LAB_REF)]) as PK_PRIMARY_LAB_POC_VIEW
[hibernatetool] Oct 25, 2007 11:41:40 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.SYSTEMS_PEOPLE
[hibernatetool] Oct 25, 2007 11:41:40 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.SYSTEMS_PEOPLE.null)
[hibernatetool] Oct 25, 2007 11:41:42 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.SYSTEMS_PEOPLE)
[hibernatetool] Oct 25, 2007 11:41:43 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.SYSTEMS_PEOPLE) -> org.hibernate.mapping.PrimaryKey(SYSTEMS_PEOPLE[org.hibernate.mapping.Column(SYSTEM_REF), org.hibernate.mapping.Column(PERSON)]) as PK_SYSTEMS_PEOPLE
[hibernatetool] Oct 25, 2007 11:41:43 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.SYSTEM_PRIMARY_POC
[hibernatetool] Oct 25, 2007 11:41:43 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.SYSTEM_PRIMARY_POC.null)
[hibernatetool] Oct 25, 2007 11:41:45 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.SYSTEM_PRIMARY_POC)
[hibernatetool] Oct 25, 2007 11:41:46 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.SYSTEM_PRIMARY_POC) -> org.hibernate.mapping.PrimaryKey(SYSTEM_PRIMARY_POC[org.hibernate.mapping.Column(SYSTEM_REF)]) as PK_PRIMARY_SYSTEM_POC_VIEW
[hibernatetool] Oct 25, 2007 11:41:46 AM org.hibernate.cfg.reveng.JDBCReader processBasicColumns
[hibernatetool] FINE: Finding columns for MYSCHEMA.USERS
[hibernatetool] Oct 25, 2007 11:41:46 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getColumns
[hibernatetool] FINE: getColumns(null.MYSCHEMA.USERS.null)
[hibernatetool] Oct 25, 2007 11:41:49 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getPrimaryKeys
[hibernatetool] FINE: getPrimaryKeys(null.MYSCHEMA.USERS)
[hibernatetool] Oct 25, 2007 11:41:50 AM org.hibernate.cfg.reveng.JDBCReader processPrimaryKey
[hibernatetool] FINE: primary key for org.hibernate.mapping.Table(MYSCHEMA.USERS) -> org.hibernate.mapping.PrimaryKey(USERS[org.hibernate.mapping.Column(USER_ID)]) as PK_USERS_VIEW
[hibernatetool] Oct 25, 2007 11:41:50 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.APP_USER_ROLE)
[hibernatetool] Oct 25, 2007 11:41:50 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.APP_USER_ROLE)
[hibernatetool] Oct 25, 2007 11:41:53 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.CONFIG)
[hibernatetool] Oct 25, 2007 11:41:53 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.CONFIG)
[hibernatetool] Oct 25, 2007 11:41:55 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.DEVICES)
[hibernatetool] Oct 25, 2007 11:41:55 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.DEVICES)
[hibernatetool] Oct 25, 2007 11:41:57 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key FK_DEVICES_PEOPLE__DEVICES references unknown or filtered table MYSCHEMA.DEVICES_PEOPLE
[hibernatetool] Oct 25, 2007 11:41:58 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.LABS)
[hibernatetool] Oct 25, 2007 11:41:58 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.LABS)
[hibernatetool] Oct 25, 2007 11:42:00 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key FK_LABS_PEOPLE__LABS
[hibernatetool] Oct 25, 2007 11:42:00 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022666
[hibernatetool] Oct 25, 2007 11:42:00 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key FK_LAB_PRIMARY_POC__LABS
[hibernatetool] Oct 25, 2007 11:42:00 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYSTEMS_FK01
[hibernatetool] Oct 25, 2007 11:42:00 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.LAB_ALT_POC)
[hibernatetool] Oct 25, 2007 11:42:00 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.LAB_ALT_POC)
[hibernatetool] Oct 25, 2007 11:42:03 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.REF_DEVICE_PURPOSE_CODES)
[hibernatetool] Oct 25, 2007 11:42:03 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.REF_DEVICE_PURPOSE_CODES)
[hibernatetool] Oct 25, 2007 11:42:05 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.REF_DEVICE_TYPES)
[hibernatetool] Oct 25, 2007 11:42:05 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.REF_DEVICE_TYPES)
[hibernatetool] Oct 25, 2007 11:42:08 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.REF_DISPOSITION_CODES)
[hibernatetool] Oct 25, 2007 11:42:08 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.REF_DISPOSITION_CODES)
[hibernatetool] Oct 25, 2007 11:42:11 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.REF_MANUFACTURER_CODES)
[hibernatetool] Oct 25, 2007 11:42:11 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.REF_MANUFACTURER_CODES)
[hibernatetool] Oct 25, 2007 11:42:13 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.REF_RT_STATUS_CODES)
[hibernatetool] Oct 25, 2007 11:42:13 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.REF_RT_STATUS_CODES)
[hibernatetool] Oct 25, 2007 11:42:15 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.REF_SECURITY_CODES)
[hibernatetool] Oct 25, 2007 11:42:15 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.REF_SECURITY_CODES)
[hibernatetool] Oct 25, 2007 11:42:18 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.REF_SITE_CODES)
[hibernatetool] Oct 25, 2007 11:42:18 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.REF_SITE_CODES)
[hibernatetool] Oct 25, 2007 11:42:20 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.REF_SYSTEM_STATUS)
[hibernatetool] Oct 25, 2007 11:42:20 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.REF_SYSTEM_STATUS)
[hibernatetool] Oct 25, 2007 11:42:23 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.REF_SYSTEM_STATUS_CODE)
[hibernatetool] Oct 25, 2007 11:42:23 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.REF_SYSTEM_STATUS_CODE)
[hibernatetool] Oct 25, 2007 11:42:25 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYSTEMS_FK02
[hibernatetool] Oct 25, 2007 11:42:25 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.ROLES)
[hibernatetool] Oct 25, 2007 11:42:25 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.ROLES)
[hibernatetool] Oct 25, 2007 11:42:27 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key FK_ROLES
[hibernatetool] Oct 25, 2007 11:42:28 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.SYSTEMS)
[hibernatetool] Oct 25, 2007 11:42:28 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.SYSTEMS)
[hibernatetool] Oct 25, 2007 11:42:30 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key FK_SYSTEMS_PEOPLE__SYSTEMS
[hibernatetool] Oct 25, 2007 11:42:30 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022661
[hibernatetool] Oct 25, 2007 11:42:30 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key FK_SYSTEM_PRIMARY_POC__LABS
[hibernatetool] Oct 25, 2007 11:42:30 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.SYSTEM_POCS)
[hibernatetool] Oct 25, 2007 11:42:30 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.SYSTEM_POCS)
[hibernatetool] Oct 25, 2007 11:42:33 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.TEMPSESSIONS)
[hibernatetool] Oct 25, 2007 11:42:33 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.TEMPSESSIONS)
[hibernatetool] Oct 25, 2007 11:42:35 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.LABS_PEOPLE)
[hibernatetool] Oct 25, 2007 11:42:35 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.LABS_PEOPLE)
[hibernatetool] Oct 25, 2007 11:42:38 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.LAB_PRIMARY_POC)
[hibernatetool] Oct 25, 2007 11:42:38 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.LAB_PRIMARY_POC)
[hibernatetool] Oct 25, 2007 11:42:40 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.SYSTEMS_PEOPLE)
[hibernatetool] Oct 25, 2007 11:42:40 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.SYSTEMS_PEOPLE)
[hibernatetool] Oct 25, 2007 11:42:42 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.SYSTEM_PRIMARY_POC)
[hibernatetool] Oct 25, 2007 11:42:42 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.SYSTEM_PRIMARY_POC)
[hibernatetool] Oct 25, 2007 11:42:45 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Calling getExportedKeys on org.hibernate.mapping.Table(MYSCHEMA.USERS)
[hibernatetool] Oct 25, 2007 11:42:45 AM org.hibernate.cfg.reveng.dialect.JDBCMetaDataDialect getExportedKeys
[hibernatetool] FINE: getExportedKeys(null.MYSCHEMA.USERS)
[hibernatetool] Oct 25, 2007 11:42:47 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022668
[hibernatetool] Oct 25, 2007 11:42:47 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022669
[hibernatetool] Oct 25, 2007 11:42:47 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022671
[hibernatetool] Oct 25, 2007 11:42:47 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022670
[hibernatetool] Oct 25, 2007 11:42:47 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022674
[hibernatetool] Oct 25, 2007 11:42:47 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022675
[hibernatetool] Oct 25, 2007 11:42:47 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022673
[hibernatetool] Oct 25, 2007 11:42:47 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022672
[hibernatetool] Oct 25, 2007 11:42:47 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key FK_DEVICES_PEOPLE__USERS references unknown or filtered table MYSCHEMA.DEVICES_PEOPLE
[hibernatetool] Oct 25, 2007 11:42:47 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022658
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022659
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key FK_LABS_PEOPLE__USERS
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022667
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key FK_LAB_PRIMARY_POC__USERS
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022665
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022657
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022664
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022654
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key FK_SYSTEMS_PEOPLE__USERS
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key SYS_C0022660
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.JDBCReader processForeignKeys
[hibernatetool] FINE: Foreign key FK_SYSTEM_PRIMARY_POC__USERS
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.connection.DriverManagerConnectionProvider closeConnection
[hibernatetool] FINEST: returning connection to pool, pool size: 1
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.APP_USER_ROLE.USER_ID t:VARCHAR l:10 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property userId
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.APP_USER_ROLE.ROLEREF t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.APP_USER_ROLE column: ROLEREF between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property roleref
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property id
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.APP_USER_ROLE) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.APP_USER_ROLE)
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property users
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property roles
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.APP_USER_ROLE.ROLE t:VARCHAR l:7 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property role
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.CONFIG.VAR t:VARCHAR l:63 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property var
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.CONFIG) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.CONFIG)
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.CONFIG.VAL t:VARCHAR l:255 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property val
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.DEVICE_ID t:VARCHAR l:6 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property deviceId
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.DEVICES) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.DEVICES)
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property usersByTempApprovalBy
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property usersByRtAssignedBy
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property usersByLastUpdateBy
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property usersByOwner
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property usersByRtLastDevAuditBy
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property usersByPermApprovalBy
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property usersByRtLastActAuditBy
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.SYSTEM_ID t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.DEVICES column: SYSTEM_ID between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property systemId
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.DEVICE_NAME t:VARCHAR l:50 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property deviceName
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.ORG_CODE t:VARCHAR l:6 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property orgCode
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.HARDWARE_MODEL t:VARCHAR l:35 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property hardwareModel
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.HARDWARE_SERIAL t:VARCHAR l:30 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property hardwareSerial
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.INVENTORY_SERIAL t:VARCHAR l:20 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property inventorySerial
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.MAC_ADDRESS t:VARCHAR l:50 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property macAddress
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.LEG_IP_ADDRESS t:VARCHAR l:25 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property legIpAddress
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.DEVICE_CLASSIFICATION t:VARCHAR l:5 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property deviceClassification
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.UIC t:VARCHAR l:5 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property uic
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.BUILDING t:VARCHAR l:8 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property building
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.ROOM t:VARCHAR l:20 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property room
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.FLOOR t:VARCHAR l:10 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property floor
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.LEG_LAN_DROP t:VARCHAR l:50 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property legLanDrop
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.REQ_IP_ADDRESS t:VARCHAR l:10 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property reqIpAddress
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.TEMP_APPROVAL_STATUS t:VARCHAR l:1 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property tempApprovalStatus
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.TEMP_APPROVAL_DATE t:TIMESTAMP l:7 p:19 s:2 n:true id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property tempApprovalDate
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.PERM_APPROVAL_STATUS t:DECIMAL l:255 p:22 s:0 n:true id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.DEVICES column: PERM_APPROVAL_STATUS between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property permApprovalStatus
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.PERM_APPROVAL_DATE t:TIMESTAMP l:7 p:19 s:2 n:true id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property permApprovalDate
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.RT_IP_ADDRESS t:VARCHAR l:25 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property rtIpAddress
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.RT_SWITCH_NAME t:VARCHAR l:50 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property rtSwitchName
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.RT_PORT_NUMBER t:VARCHAR l:25 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property rtPortNumber
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.RT_VLAN_ID t:VARCHAR l:25 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property rtVlanId
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.RT_DATE_INSTALLED_NETWORK t:TIMESTAMP l:7 p:19 s:2 n:true id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property rtDateInstalledNetwork
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.RT_STATUS t:DECIMAL l:255 p:22 s:0 n:true id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.DEVICES column: RT_STATUS between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property rtStatus
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.RT_LAST_ACT_AUDIT_DATE t:TIMESTAMP l:7 p:19 s:2 n:true id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property rtLastActAuditDate
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.RT_LAST_DEV_AUDIT_DATE t:TIMESTAMP l:7 p:19 s:2 n:true id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property rtLastDevAuditDate
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.LAST_UPDATE_DATE t:TIMESTAMP l:7 p:19 s:2 n:false id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property lastUpdateDate
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.HARDWARE_MANUF_DESC t:VARCHAR l:100 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property hardwareManufDesc
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.SITE_CODE t:VARCHAR l:5 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property siteCode
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.SECURITY_CLASSIFICATION t:DECIMAL l:255 p:22 s:0 n:true id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.DEVICES column: SECURITY_CLASSIFICATION between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property securityClassification
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.COMMENTS t:VARCHAR l:2000 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property comments
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.FUNC_DESC t:VARCHAR l:250 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property funcDesc
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.HARDWARE_MANUF_CODE t:DECIMAL l:255 p:22 s:0 n:true id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.DEVICES column: HARDWARE_MANUF_CODE between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property hardwareManufCode
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.DEVICE_TYPE_CODE t:DECIMAL l:255 p:22 s:0 n:true id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.DEVICES column: DEVICE_TYPE_CODE between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property deviceTypeCode
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.RECORD_STATUS t:VARCHAR l:8 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property recordStatus
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.RT_STATUS_DATE t:TIMESTAMP l:7 p:19 s:2 n:true id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property rtStatusDate
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.OS_VERSION t:VARCHAR l:50 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property osVersion
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LABS.LAB_ID t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.LABS column: LAB_ID between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property labId
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.LABS) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.LABS)
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property usersByLastUpdateBy
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property usersByOrgPoc
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LABS.LAB_NUMBER t:VARCHAR l:5 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property labNumber
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LABS.LAB_NAME t:VARCHAR l:150 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property labName
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LABS.CAP_DESC t:VARCHAR l:4000 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property capDesc
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LABS.FAC_DESC t:VARCHAR l:4000 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property facDesc
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LABS.GEN_IT_REQS t:VARCHAR l:4000 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:48 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property genItReqs
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LABS.LAST_UPDATE_DATE t:TIMESTAMP l:7 p:19 s:2 n:false id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property lastUpdateDate
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LABS.RECORD_ID t:VARCHAR l:5 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property recordId
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindOneToMany
[hibernatetool] FINE: Rev.eng said here is a many-to-many
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName


Last edited by jpyeron on Thu Oct 25, 2007 12:21 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 12:08 pm 
Beginner
Beginner

Joined: Sun May 14, 2006 8:30 pm
Posts: 22
continued...
Code:
[hibernatetool] FINE: Default type found for [MYSCHEMA.LAB_PRIMARY_POC.LAB_REF t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.LAB_PRIMARY_POC column: LAB_REF between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property userses
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LAB_ALT_POC.LAB_REF t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.LAB_ALT_POC column: LAB_REF between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property labAltPocs
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS.LAB_ID t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.SYSTEMS column: LAB_ID between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property systemses
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindOneToMany
[hibernatetool] FINE: Rev.eng said here is a many-to-many
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LABS_PEOPLE.LAB_REF t:DECIMAL l:255 p:22 s:0 n:true id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.LABS_PEOPLE column: LAB_REF between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property userses_1
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder createPersistentClasses
[hibernatetool] FINE: Ignoring org.hibernate.mapping.Table(MYSCHEMA.LABS_PEOPLE) as class since rev.eng. says it is a many-to-many
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LAB_ALT_POC.LAB_REF t:NUMERIC l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property labRef
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LAB_ALT_POC.ALT_POC t:VARCHAR l:7 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property altPoc
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property id
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.LAB_ALT_POC) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.LAB_ALT_POC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property labs
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property users
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LAB_ALT_POC.SORTKEY t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.LAB_ALT_POC column: SORTKEY between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property sortkey
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder createPersistentClasses
[hibernatetool] FINE: Ignoring org.hibernate.mapping.Table(MYSCHEMA.LAB_PRIMARY_POC) as class since rev.eng. says it is a many-to-many
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_DEVICE_PURPOSE_CODES.DEVICE_PURPOSE_CODE t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.REF_DEVICE_PURPOSE_CODES column: DEVICE_PURPOSE_CODE between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property devicePurposeCode
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_DEVICE_PURPOSE_CODES) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_DEVICE_PURPOSE_CODES)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_DEVICE_PURPOSE_CODES.DEVICE_PURPOSE_DESC t:VARCHAR l:250 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property devicePurposeDesc
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_DEVICE_TYPES.DEVICE_TYPE_CODE t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.REF_DEVICE_TYPES column: DEVICE_TYPE_CODE between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property deviceTypeCode
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_DEVICE_TYPES) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_DEVICE_TYPES)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_DEVICE_TYPES.DEVICE_TYPE_DESC t:VARCHAR l:250 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property deviceTypeDesc
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_DISPOSITION_CODES.DISPOSITION_CODE t:VARCHAR l:5 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property dispositionCode
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_DISPOSITION_CODES) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_DISPOSITION_CODES)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_DISPOSITION_CODES.DEVICE_CLASSIFICATION t:VARCHAR l:250 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property deviceClassification
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_MANUFACTURER_CODES.MANUFACTURER_CODE t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.REF_MANUFACTURER_CODES column: MANUFACTURER_CODE between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property manufacturerCode
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_MANUFACTURER_CODES) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_MANUFACTURER_CODES)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_MANUFACTURER_CODES.MANUFACTURER_DESC t:VARCHAR l:250 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property manufacturerDesc
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_RT_STATUS_CODES.SYS_STATUS_CODE t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.REF_RT_STATUS_CODES column: SYS_STATUS_CODE between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property sysStatusCode
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_RT_STATUS_CODES) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_RT_STATUS_CODES)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_RT_STATUS_CODES.SYS_STATUS_DESC t:VARCHAR l:250 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property sysStatusDesc
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_SECURITY_CODES.SECURITY_CODE t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.REF_SECURITY_CODES column: SECURITY_CODE between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property securityCode
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_SECURITY_CODES) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_SECURITY_CODES)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property users
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_SECURITY_CODES.SECURITY_DESC t:VARCHAR l:50 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property securityDesc
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_SECURITY_CODES.LAST_UPDATE_DATE t:TIMESTAMP l:7 p:19 s:2 n:false id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property lastUpdateDate
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_SITE_CODES.SITE_CODE t:VARCHAR l:5 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property siteCode
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_SITE_CODES) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_SITE_CODES)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property users
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_SITE_CODES.SITE_DESC t:VARCHAR l:50 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property siteDesc
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_SITE_CODES.LAST_UPDATE_DATE t:TIMESTAMP l:7 p:19 s:2 n:true id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property lastUpdateDate
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_SYSTEM_STATUS.SYS_STATUS_CODE t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.REF_SYSTEM_STATUS column: SYS_STATUS_CODE between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property sysStatusCode
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_SYSTEM_STATUS) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_SYSTEM_STATUS)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_SYSTEM_STATUS.SYS_STATUS_DESC t:VARCHAR l:250 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property sysStatusDesc
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_SYSTEM_STATUS_CODE.SYSTEM_STATUS_CODE t:VARCHAR l:5 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property systemStatusCode
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_SYSTEM_STATUS_CODE) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.REF_SYSTEM_STATUS_CODE)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property users
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_SYSTEM_STATUS_CODE.DESCRIPTION t:VARCHAR l:100 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property description
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_SYSTEM_STATUS_CODE.LAST_UPDATE_DATE t:TIMESTAMP l:7 p:19 s:2 n:false id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property lastUpdateDate
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS.STATUS t:VARCHAR l:5 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property systemses
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.ROLES.ID t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.ROLES column: ID between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property id
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.ROLES) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.ROLES)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.ROLES.TYPE t:VARCHAR l:7 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property type
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.ROLES.DESCTEXT t:VARCHAR l:255 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property desctext
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.APP_USER_ROLE.ROLEREF t:NUMERIC l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property appUserRoles
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS.SYSTEM_ID t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.SYSTEMS column: SYSTEM_ID between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property systemId
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.SYSTEMS) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.SYSTEMS)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property labs
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property users
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property refSystemStatusCode
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS.SYSTEM_NUMBER t:VARCHAR l:5 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property systemNumber
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS.SYSTEM_NAME t:VARCHAR l:150 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property systemName
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS.DITSCAP_START_DATE t:TIMESTAMP l:7 p:19 s:2 n:true id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property ditscapStartDate
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS.DITSCAP_COMP_DATE t:TIMESTAMP l:7 p:19 s:2 n:true id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property ditscapCompDate
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS.IATO_CERT_DATE t:TIMESTAMP l:7 p:19 s:2 n:true id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property iatoCertDate
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS.IATO_EXPIRE_DATE t:TIMESTAMP l:7 p:19 s:2 n:true id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property iatoExpireDate
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS.ATO_CERT_DATE t:TIMESTAMP l:7 p:19 s:2 n:true id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property atoCertDate
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS.ATO_EXPIRE_DATE t:TIMESTAMP l:7 p:19 s:2 n:true id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property atoExpireDate
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS.LAST_UPDATE_DATE t:TIMESTAMP l:7 p:19 s:2 n:false id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property lastUpdateDate
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS.STATUS_START_DATE t:TIMESTAMP l:7 p:19 s:2 n:true id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property statusStartDate
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS.STATUS_END_DATE t:TIMESTAMP l:7 p:19 s:2 n:true id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property statusEndDate
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEM_POCS.SYSTEM_REF t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.SYSTEM_POCS column: SYSTEM_REF between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property systemPocses
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindOneToMany
[hibernatetool] FINE: Rev.eng said here is a many-to-many
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS_PEOPLE.SYSTEM_REF t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.SYSTEMS_PEOPLE column: SYSTEM_REF between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property userses
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindOneToMany
[hibernatetool] FINE: Rev.eng said here is a many-to-many
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEM_PRIMARY_POC.SYSTEM_REF t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.SYSTEM_PRIMARY_POC column: SYSTEM_REF between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property userses_1
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder createPersistentClasses
[hibernatetool] FINE: Ignoring org.hibernate.mapping.Table(MYSCHEMA.SYSTEMS_PEOPLE) as class since rev.eng. says it is a many-to-many
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEM_POCS.SYSTEM_REF t:NUMERIC l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property systemRef
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEM_POCS.POC t:VARCHAR l:7 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property poc
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property id
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.SYSTEM_POCS) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.SYSTEM_POCS)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property users
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property systems
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEM_POCS.SORTKEY t:DECIMAL l:255 p:22 s:0 n:false id:false] to [big_decimal]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder guessAndAlignType
[hibernatetool] FINE: Sql type mismatch for Table: MYSCHEMA.SYSTEM_POCS column: SORTKEY between DB and wanted hibernate type. Sql type set to 3(DECIMAL) instead of 2(NUMERIC)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property sortkey
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder createPersistentClasses
[hibernatetool] FINE: Ignoring org.hibernate.mapping.Table(MYSCHEMA.SYSTEM_PRIMARY_POC) as class since rev.eng. says it is a many-to-many
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.TEMPSESSIONS.ID t:VARCHAR l:255 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property id
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.TEMPSESSIONS) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.TEMPSESSIONS)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.TEMPSESSIONS.TS t:TIMESTAMP l:7 p:19 s:2 n:false id:false] to [timestamp]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property ts
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.USERS.USER_ID t:VARCHAR l:7 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property userId
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: Scanning org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.USERS) for <version>/<timestamp> columns.
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindColumnsToVersioning
[hibernatetool] FINE: No columns reported while scanning for <version>/<timestamp> columns in org.hibernate.cfg.reveng.TableIdentifier(MYSCHEMA.USERS)
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.USERS.LOGIN_ID t:VARCHAR l:25 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property loginId
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.USERS.PASSWORD t:VARCHAR l:10 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property password
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.USERS.ORG_CODE t:VARCHAR l:6 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property orgCode
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.USERS.NAME t:VARCHAR l:27 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property name
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.USERS.ROLE t:CHAR l:0 p:19 s:2 n:true id:false] to [java.lang.Character]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property role
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.PERM_APPROVAL_BY t:VARCHAR l:7 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property devicesesForPermApprovalBy
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.RT_ASSIGNED_BY t:VARCHAR l:7 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property devicesesForRtAssignedBy
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindOneToMany
[hibernatetool] FINE: Rev.eng said here is a many-to-many
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEM_PRIMARY_POC.POC t:VARCHAR l:7 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property systemses
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LAB_ALT_POC.ALT_POC t:VARCHAR l:7 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property labAltPocs
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEM_POCS.POC t:VARCHAR l:7 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property systemPocses
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.TEMP_APPROVAL_BY t:VARCHAR l:7 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property devicesesForTempApprovalBy
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LABS.LAST_UPDATE_BY t:VARCHAR l:7 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property labsesForLastUpdateBy
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.RT_LAST_ACT_AUDIT_BY t:VARCHAR l:7 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property devicesesForRtLastActAuditBy
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.LAST_UPDATE_BY t:VARCHAR l:7 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property devicesesForLastUpdateBy
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.OWNER t:VARCHAR l:7 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property devicesesForOwner
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.APP_USER_ROLE.USER_ID t:VARCHAR l:10 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property appUserRoles
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_SITE_CODES.LAST_UPDATE_BY t:VARCHAR l:7 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property refSiteCodeses
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_SYSTEM_STATUS_CODE.LAST_UPDATE_BY t:VARCHAR l:7 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property refSystemStatusCodes
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindOneToMany
[hibernatetool] FINE: Rev.eng said here is a many-to-many
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS_PEOPLE.PERSON t:VARCHAR l:7 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property systemses_1
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.REF_SECURITY_CODES.LAST_UPDATE_BY t:VARCHAR l:7 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property refSecurityCodeses
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindOneToMany
[hibernatetool] FINE: Rev.eng said here is a many-to-many
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LAB_PRIMARY_POC.POC t:VARCHAR l:7 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property labses
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder bindOneToMany
[hibernatetool] FINE: Rev.eng said here is a many-to-many
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LABS_PEOPLE.PERSON t:VARCHAR l:7 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property labses_1
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.SYSTEMS.LAST_UPDATE_BY t:VARCHAR l:7 p:19 s:2 n:false id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property systemses_2
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.DEVICES.RT_LAST_DEV_AUDIT_BY t:VARCHAR l:7 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property devicesesForRtLastDevAuditBy
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.reveng.DefaultReverseEngineeringStrategy columnToHibernateTypeName
[hibernatetool] FINE: Default type found for [MYSCHEMA.LABS.ORG_POC t:VARCHAR l:7 p:19 s:2 n:true id:false] to [string]
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.JDBCBinder makeProperty
[hibernatetool] FINE: Building property labsesForOrgPoc
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.connection.DriverManagerConnectionProvider close
[hibernatetool] INFO: cleaning up connection pool: jdbc:oracle:thin:@localhost:1521:DEV
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.Configuration secondPassCompile
[hibernatetool] FINE: processing extends queue
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.Configuration secondPassCompile
[hibernatetool] FINE: processing collection mappings
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Second pass for collection: project.ds.beans.dao.gen.Labs.labAltPocs
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Mapped collection key: LAB_REF, one-to-many: project.ds.beans.dao.gen.LabAltPoc
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Second pass for collection: project.ds.beans.dao.gen.Labs.systemses
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Mapped collection key: LAB_ID, one-to-many: project.ds.beans.dao.gen.Systems
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Second pass for collection: project.ds.beans.dao.gen.RefSystemStatusCode.systemses
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Mapped collection key: STATUS, one-to-many: project.ds.beans.dao.gen.Systems
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Second pass for collection: project.ds.beans.dao.gen.Roles.appUserRoles
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Mapped collection key: ROLEREF, one-to-many: project.ds.beans.dao.gen.AppUserRole
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Second pass for collection: project.ds.beans.dao.gen.Systems.systemPocses
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Mapped collection key: SYSTEM_REF, one-to-many: project.ds.beans.dao.gen.SystemPocs
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Second pass for collection: project.ds.beans.dao.gen.Users.devicesesForPermApprovalBy
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Mapped collection key: PERM_APPROVAL_BY, one-to-many: project.ds.beans.dao.gen.Devices
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Second pass for collection: project.ds.beans.dao.gen.Users.devicesesForRtAssignedBy
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Mapped collection key: RT_ASSIGNED_BY, one-to-many: project.ds.beans.dao.gen.Devices
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Second pass for collection: project.ds.beans.dao.gen.Users.labAltPocs
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Mapped collection key: ALT_POC, one-to-many: project.ds.beans.dao.gen.LabAltPoc
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Second pass for collection: project.ds.beans.dao.gen.Users.systemPocses
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Mapped collection key: POC, one-to-many: project.ds.beans.dao.gen.SystemPocs
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Second pass for collection: project.ds.beans.dao.gen.Users.devicesesForTempApprovalBy
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Mapped collection key: TEMP_APPROVAL_BY, one-to-many: project.ds.beans.dao.gen.Devices
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Second pass for collection: project.ds.beans.dao.gen.Users.labsesForLastUpdateBy
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Mapped collection key: LAST_UPDATE_BY, one-to-many: project.ds.beans.dao.gen.Labs
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Second pass for collection: project.ds.beans.dao.gen.Users.devicesesForRtLastActAuditBy
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Mapped collection key: RT_LAST_ACT_AUDIT_BY, one-to-many: project.ds.beans.dao.gen.Devices
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Second pass for collection: project.ds.beans.dao.gen.Users.devicesesForLastUpdateBy
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Mapped collection key: LAST_UPDATE_BY, one-to-many: project.ds.beans.dao.gen.Devices
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Second pass for collection: project.ds.beans.dao.gen.Users.devicesesForOwner
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Mapped collection key: OWNER, one-to-many: project.ds.beans.dao.gen.Devices
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Second pass for collection: project.ds.beans.dao.gen.Users.appUserRoles
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Mapped collection key: USER_ID, one-to-many: project.ds.beans.dao.gen.AppUserRole
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass
[hibernatetool] FINE: Second pass for collection: project.ds.beans.dao.gen.Users.refSiteCodeses
[hibernatetool] Oct 25, 2007 11:42:49 AM org.hibernate.cfg.CollectionSecondPass doSecondPass


Last edited by jpyeron on Thu Oct 25, 2007 12:21 pm, edited 1 time in total.

Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 26 posts ]  Go to page 1, 2  Next

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.