Here you go,
[hibernatetool] Executing Hibernate Tool with a JDBC Configuration (for reverse engineering)
[hibernatetool] 1. task: hbm2hbmxml (Generates a set of hbm.xml files)
[hibernatetool] Sep 20, 2006 11:35:25 AM org.hibernate.cfg.Environment <clinit>
[hibernatetool] INFO: Hibernate 3.2 cr3
[hibernatetool] Sep 20, 2006 11:35:25 AM org.hibernate.cfg.Environment <clinit>
[hibernatetool] INFO: hibernate.properties not found
[hibernatetool] Sep 20, 2006 11:35:25 AM org.hibernate.cfg.Environment buildBytecodeProvider
[hibernatetool] INFO: Bytecode provider name : cglib
[hibernatetool] Sep 20, 2006 11:35:25 AM org.hibernate.cfg.Environment <clinit>
[hibernatetool] INFO: using JDK 1.4 java.sql.Timestamp handling
[hibernatetool] Sep 20, 2006 11:35:25 AM org.hibernate.cfg.reveng.OverrideRepository addFile
[hibernatetool] INFO: Override file: C:\eclipse\workspace\appgen\complete.reveng.xml
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: Using Hibernate built-in connection pool (not for production use!)
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: Hibernate connection pool size: 20
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: autocommit mode: false
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost/fuel
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: connection properties: {user=fuel, password=****, show_sql=true}
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: RDBMS: MySQL, version: 5.0.24-community-nt
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.12 ( $Date: 2005-11-17 15:53:48 +0100 (Thu, 17 Nov 2005) $, $Revision$ )
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.dialect.Dialect <init>
[hibernatetool] INFO: Using dialect: org.hibernate.dialect.MySQLInnoDBDialect
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
[hibernatetool] INFO: Using default transaction strategy (direct JDBC transactions)
[hibernatetool] Sep 20, 2006 11:35:26 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] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Automatic flush during beforeCompletion(): disabled
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Automatic session close at end of transaction: disabled
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: JDBC batch size: 15
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: JDBC batch updates for versioned data: disabled
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Scrollable result sets: enabled
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: JDBC3 getGeneratedKeys(): enabled
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Connection release mode: auto
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Default schema: fuel
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Default catalog: fuel
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Maximum outer join fetch depth: 2
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Default batch fetch size: 1
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Generate SQL with comments: disabled
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Order SQL updates by primary key: disabled
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
[hibernatetool] INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
[hibernatetool] INFO: Using ASTQueryTranslatorFactory
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Query language substitutions: {}
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: JPA-QL strict compliance: disabled
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Second-level cache: enabled
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Query cache: disabled
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory createCacheProvider
[hibernatetool] INFO: Cache provider: org.hibernate.cache.NoCacheProvider
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Optimize cache for minimal puts: disabled
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Structured second-level cache entries: disabled
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Statistics: disabled
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Deleted entity synthetic identifier rollback: disabled
[hibernatetool] Sep 20, 2006 11:35:26 AM org.hibernate.cfg.SettingsFactory buildSettings
[hibernatetool] INFO: Default entity-mode: pojo
[hibernatetool] Sep 20, 2006 11:35:27 AM org.hibernate.connection.DriverManagerConnectionProvider close
[hibernatetool] INFO: cleaning up connection pool: jdbc:mysql://localhost/fuel
[hibernatetool] Sep 20, 2006 11:35:27 AM org.hibernate.tool.hbm2x.Version <clinit>
[hibernatetool] INFO: Hibernate Tools 3.2.0.beta7
Sep 20, 2006 11:35:27 AM org.hibernate.connection.DriverManagerConnectionProvider close
INFO: cleaning up connection pool: jdbc:mysql://localhost/fuel
[hibernatetool] Sep 20, 2006 11:35:27 AM org.hibernate.tool.hbm2x.TemplateProducer produce
[hibernatetool] INFO: Writing hibernate-mapping.hbm to C:\eclipse\workspace\appgen\build\merge\src\user\model\User.hbm.xml
[hibernatetool] Sep 20, 2006 11:35:27 AM org.hibernate.tool.hbm2x.TemplateProducer produce
[hibernatetool] INFO: Writing hibernate-mapping.hbm to C:\eclipse\workspace\appgen\build\merge\src\user\model\RoleFuel.hbm.xml
[hibernatetool] Sep 20, 2006 11:35:27 AM org.hibernate.tool.hbm2x.TemplateProducer produce
[hibernatetool] INFO: Writing hibernate-mapping.hbm to C:\eclipse\workspace\appgen\build\merge\src\user\model\UserRoleFuel.hbm.xml
prepareClass:
[input] skipping input as property app.module has already been set.
Overriding previous definition of reference to middlegen.classpath
gen-class:
Trying to override old definition of task hibernatetool
[hibernatetool] Executing Hibernate Tool with a Standard Configuration
[hibernatetool] 1. task: hbm2java (Generates a set of .java files)
[hibernatetool] Sep 20, 2006 11:35:28 AM org.hibernate.cfg.Environment <clinit>
[hibernatetool] INFO: Hibernate 3.2 cr3
[hibernatetool] Sep 20, 2006 11:35:28 AM org.hibernate.cfg.Environment <clinit>
[hibernatetool] INFO: hibernate.properties not found
[hibernatetool] Sep 20, 2006 11:35:28 AM org.hibernate.cfg.Environment buildBytecodeProvider
[hibernatetool] INFO: Bytecode provider name : cglib
[hibernatetool] Sep 20, 2006 11:35:28 AM org.hibernate.cfg.Environment <clinit>
[hibernatetool] INFO: using JDK 1.4 java.sql.Timestamp handling
[hibernatetool] Sep 20, 2006 11:35:28 AM org.hibernate.cfg.Configuration addFile
[hibernatetool] INFO: Reading mappings from file: C:\eclipse\workspace\appgen\build\merge\src\user\model\RoleFuel.hbm.xml
[hibernatetool] Sep 20, 2006 11:35:28 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
[hibernatetool] INFO: Mapping class: user.model.RoleFuel -> role_fuel
[hibernatetool] Sep 20, 2006 11:35:28 AM org.hibernate.cfg.Configuration addFile
[hibernatetool] INFO: Reading mappings from file: C:\eclipse\workspace\appgen\build\merge\src\user\model\User.hbm.xml
[hibernatetool] Sep 20, 2006 11:35:28 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
[hibernatetool] INFO: Mapping class: user.model.User -> user
[hibernatetool] Sep 20, 2006 11:35:28 AM org.hibernate.cfg.Configuration addFile
[hibernatetool] INFO: Reading mappings from file: C:\eclipse\workspace\appgen\build\merge\src\user\model\UserRoleFuel.hbm.xml
[hibernatetool] Sep 20, 2006 11:35:29 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
[hibernatetool] INFO: Mapping class: user.model.UserRoleFuel -> user_role_fuel
[hibernatetool] Sep 20, 2006 11:35:29 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
[hibernatetool] INFO: Mapping collection: user.model.RoleFuel.userRoleFuels -> user_role_fuel
[hibernatetool] Sep 20, 2006 11:35:29 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
[hibernatetool] INFO: Mapping collection: user.model.User.userRoleFuels -> user_role_fuel
[hibernatetool] Sep 20, 2006 11:35:29 AM org.hibernate.tool.hbm2x.Version <clinit>
[hibernatetool] INFO: Hibernate Tools 3.2.0.beta7
[hibernatetool] Sep 20, 2006 11:35:29 AM org.hibernate.tool.hbm2x.TemplateProducer produce
[hibernatetool] INFO: Writing Pojo to C:\eclipse\workspace\appgen\build\merge\src\user\model\User.java
[hibernatetool] Sep 20, 2006 11:35:29 AM org.hibernate.tool.hbm2x.TemplateProducer produce
[hibernatetool] INFO: Writing Pojo to C:\eclipse\workspace\appgen\build\merge\src\user\model\RoleFuel.java
[hibernatetool] Sep 20, 2006 11:35:29 AM org.hibernate.tool.hbm2x.TemplateProducer produce
[hibernatetool] INFO: Writing Pojo to C:\eclipse\workspace\appgen\build\merge\src\user\model\UserRoleFuel.java
[hibernatetool] Sep 20, 2006 11:35:29 AM org.hibernate.tool.hbm2x.TemplateProducer produce
[hibernatetool] INFO: Writing Pojo to C:\eclipse\workspace\appgen\build\merge\src\user\model\UserRoleFuelId.java
gen:
BUILD SUCCESSFUL
Total time: 11 seconds
|