16:12:57,784 INFO org.hibernate.cfg.annotations.Version:43 - Hibernate Annotations 3.5.4-Final 16:12:57,795 INFO org.hibernate.cfg.Environment:570 - Hibernate 3.5.4-Final 16:12:57,796 INFO org.hibernate.cfg.Environment:603 - hibernate.properties not found 16:12:57,800 INFO org.hibernate.cfg.Environment:781 - Bytecode provider name : javassist 16:12:57,802 INFO org.hibernate.cfg.Environment:662 - using JDK 1.4 java.sql.Timestamp handling 16:12:57,858 INFO org.hibernate.annotations.common.Version:37 - Hibernate Commons Annotations 3.2.0.Final 16:12:57,866 INFO org.hibernate.cfg.Configuration:1518 - configuring from resource: /hibernate.cfg.xml 16:12:57,866 INFO org.hibernate.cfg.Configuration:1495 - Configuration resource: /hibernate.cfg.xml 16:12:57,918 INFO org.hibernate.cfg.Configuration:1633 - Configured SessionFactory: null 16:12:57,925 INFO org.hibernate.cfg.search.HibernateSearchEventListenerRegister:75 - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. 16:12:57,960 INFO org.hibernate.cfg.AnnotationBinder:529 - Binding entity from annotated class: EntityA 16:12:57,983 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity EntityA on table EntityA 16:12:58,035 INFO org.hibernate.cfg.AnnotationBinder:529 - Binding entity from annotated class: EntityB 16:12:58,035 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity EntityB on table EntityB 16:12:58,042 INFO org.hibernate.cfg.AnnotationBinder:529 - Binding entity from annotated class: EntityC 16:12:58,045 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity EntityC on table EntityC 16:12:58,092 INFO org.hibernate.cfg.annotations.CollectionBinder:729 - Mapping collection: EntityA.entityCs -> EntityC 16:12:58,093 INFO org.hibernate.cfg.AnnotationConfiguration:450 - Hibernate Validator not found: ignoring 16:12:58,098 INFO org.hibernate.connection.DriverManagerConnectionProvider:64 - Using Hibernate built-in connection pool (not for production use!) 16:12:58,098 INFO org.hibernate.connection.DriverManagerConnectionProvider:65 - Hibernate connection pool size: 1 16:12:58,098 INFO org.hibernate.connection.DriverManagerConnectionProvider:68 - autocommit mode: false 16:12:58,105 INFO org.hibernate.connection.DriverManagerConnectionProvider:103 - using driver: org.postgresql.Driver at URL: jdbc:postgresql://localhost/hlfjec 16:12:58,105 INFO org.hibernate.connection.DriverManagerConnectionProvider:109 - connection properties: {user=hlfjec, password=****} 16:12:58,147 INFO org.hibernate.cfg.SettingsFactory:117 - RDBMS: PostgreSQL, version: 8.4.4 16:12:58,148 INFO org.hibernate.cfg.SettingsFactory:118 - JDBC driver: PostgreSQL Native Driver, version: PostgreSQL 8.4 JDBC3 (build 701) 16:12:58,163 INFO org.hibernate.dialect.Dialect:206 - Using dialect: org.hibernate.dialect.PostgreSQLDialect 16:12:58,167 INFO org.hibernate.engine.jdbc.JdbcSupportLoader:79 - Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4 16:12:58,168 INFO org.hibernate.transaction.TransactionFactoryFactory:59 - Using default transaction strategy (direct JDBC transactions) 16:12:58,169 INFO org.hibernate.transaction.TransactionManagerLookupFactory:80 - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) 16:12:58,169 INFO org.hibernate.cfg.SettingsFactory:169 - Automatic flush during beforeCompletion(): disabled 16:12:58,169 INFO org.hibernate.cfg.SettingsFactory:173 - Automatic session close at end of transaction: disabled 16:12:58,169 INFO org.hibernate.cfg.SettingsFactory:180 - JDBC batch size: 15 16:12:58,169 INFO org.hibernate.cfg.SettingsFactory:183 - JDBC batch updates for versioned data: disabled 16:12:58,169 INFO org.hibernate.cfg.SettingsFactory:188 - Scrollable result sets: enabled 16:12:58,170 INFO org.hibernate.cfg.SettingsFactory:196 - JDBC3 getGeneratedKeys(): enabled 16:12:58,170 INFO org.hibernate.cfg.SettingsFactory:204 - Connection release mode: auto 16:12:58,170 INFO org.hibernate.cfg.SettingsFactory:231 - Default batch fetch size: 1 16:12:58,171 INFO org.hibernate.cfg.SettingsFactory:235 - Generate SQL with comments: disabled 16:12:58,171 INFO org.hibernate.cfg.SettingsFactory:239 - Order SQL updates by primary key: disabled 16:12:58,171 INFO org.hibernate.cfg.SettingsFactory:243 - Order SQL inserts for batching: disabled 16:12:58,171 INFO org.hibernate.cfg.SettingsFactory:410 - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory 16:12:58,172 INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory:47 - Using ASTQueryTranslatorFactory 16:12:58,172 INFO org.hibernate.cfg.SettingsFactory:251 - Query language substitutions: {} 16:12:58,172 INFO org.hibernate.cfg.SettingsFactory:256 - JPA-QL strict compliance: disabled 16:12:58,173 INFO org.hibernate.cfg.SettingsFactory:261 - Second-level cache: enabled 16:12:58,173 INFO org.hibernate.cfg.SettingsFactory:265 - Query cache: disabled 16:12:58,175 INFO org.hibernate.cfg.SettingsFactory:395 - Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge 16:12:58,175 INFO org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge:61 - Cache provider: org.hibernate.cache.NoCacheProvider 16:12:58,175 INFO org.hibernate.cfg.SettingsFactory:275 - Optimize cache for minimal puts: disabled 16:12:58,175 INFO org.hibernate.cfg.SettingsFactory:284 - Structured second-level cache entries: disabled 16:12:58,177 INFO org.hibernate.cfg.SettingsFactory:304 - Echoing all SQL to stdout 16:12:58,178 INFO org.hibernate.cfg.SettingsFactory:313 - Statistics: disabled 16:12:58,178 INFO org.hibernate.cfg.SettingsFactory:317 - Deleted entity synthetic identifier rollback: disabled 16:12:58,178 INFO org.hibernate.cfg.SettingsFactory:332 - Default entity-mode: pojo 16:12:58,178 INFO org.hibernate.cfg.SettingsFactory:336 - Named query checking : enabled 16:12:58,178 INFO org.hibernate.cfg.SettingsFactory:340 - Check Nullability in Core (should be disabled when Bean Validation is on): enabled 16:12:58,199 INFO org.hibernate.impl.SessionFactoryImpl:199 - building session factory 16:12:58,320 INFO org.hibernate.impl.SessionFactoryObjectFactory:105 - Not binding factory to JNDI, no JNDI name configured 16:12:58,323 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:155 - Running hbm2ddl schema update 16:12:58,323 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:167 - fetching database metadata 16:12:58,338 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:179 - updating schema 16:12:58,378 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: public.entitya 16:12:58,379 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [id, entityb_id] 16:12:58,379 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk457309eabf8691a] 16:12:58,379 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [entitya_pkey] 16:12:58,404 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: public.entityb 16:12:58,405 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [id] 16:12:58,405 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [] 16:12:58,405 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [entityb_pkey] 16:12:58,428 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: public.entityb_items 16:12:58,428 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [entityb_id, items] 16:12:58,428 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fkd54c4820abf8691a] 16:12:58,428 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [] 16:12:58,460 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: public.entityc 16:12:58,460 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [id, entitya] 16:12:58,460 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk45730a0a575c97c] 16:12:58,460 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [entityc_pkey] 16:12:58,481 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: public.entityc_items 16:12:58,482 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [items, entityc_id] 16:12:58,482 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fka328361abf8dd7a] 16:12:58,482 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [] 16:12:58,482 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:217 - schema update complete Hibernate: select entityb0_.id as id1_, items1_.EntityB_id as EntityB1_1_0__, items1_.items as items0__ from EntityB entityb0_ left outer join EntityB_items items1_ on entityb0_.id=items1_.EntityB_id Hibernate: select entitya0_.id as id0_0_, entityb1_.id as id1_1_, entitya0_.entityB_id as entityB2_0_0_ from EntityA entitya0_ left outer join EntityB entityb1_ on entitya0_.entityB_id=entityb1_.id Hibernate: select entitya0_.id as id0_, entitya0_.entityB_id as entityB2_0_, items2_.EntityB_id as EntityB1_1_0__, items2_.items as items0__ from EntityA entitya0_ left outer join EntityB entityb1_ on entitya0_.entityB_id=entityb1_.id left outer join Entit yB_items items2_ on entityb1_.id=items2_.EntityB_id Hibernate: select entitya0_.id as id0_0_, entitycs1_.id as id2_1_, entitya0_.entityB_id as entityB2_0_0_, items2_.EntityC_id as EntityC1_2_1__, items2_.items as items1__, entitycs1_.entitya as entitya0_0__, entitycs1_.id as id0__, items2_.EntityC_id as Ent ityC1_2_1__, items2_.items as items1__ from EntityA entitya0_ left outer join EntityC entitycs1_ on entitya0_.id=entitycs1_.entitya left outer join EntityC_items items2_ on entitycs1_.id=items2_.EntityC_id Hibernate: select entitya0_.id as id0_0_, entityb1_.id as id1_1_, entitya0_.entityB_id as entityB2_0_0_, items2_.EntityB_id as EntityB1_1_0__, items2_.items as items0__, items2_.EntityB_id as EntityB1_1_0__, items2_.items as items0__ from EntityA entitya0_ left outer join EntityB entityb1_ on entitya0_.entityB_id=entityb1_.id left outer join EntityB_items items2_ on entityb1_.id=items2_.EntityB_id