Skip to content

Instantly share code, notes, and snippets.

@mkristian
Created May 16, 2010 05:15
Show Gist options
  • Save mkristian/402681 to your computer and use it in GitHub Desktop.
Save mkristian/402681 to your computer and use it in GitHub Desktop.
[INFO] (org.hibernate.cfg.annotations.Version) - Hibernate Annotations 3.4.0.GA
[INFO] (org.hibernate.cfg.Environment) - Hibernate 3.3.2.GA
[INFO] (org.hibernate.cfg.Environment) - hibernate.properties not found
[INFO] (org.hibernate.cfg.Environment) - Bytecode provider name : javassist
[INFO] (org.hibernate.cfg.Environment) - using JDK 1.4 java.sql.Timestamp handling
[INFO] (org.hibernate.annotations.common.Version) - Hibernate Commons Annotations 3.1.0.GA
[INFO] (Hibernate) - model/class class ruby.Heffalump registered successfully
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.cfg.AnnotationBinder) - Binding entity from annotated class: ruby.Heffalump
[INFO] (org.hibernate.cfg.annotations.EntityBinder) - Bind entity ruby.Heffalump on table heffalumps
[INFO] (org.hibernate.cfg.AnnotationConfiguration) - Hibernate Validator not found: ignoring
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.cfg.search.HibernateSearchEventListenerRegister) - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.cfg.SettingsFactory) - RDBMS: H2, version: 1.2.128 (2010-01-30)
[INFO] (org.hibernate.cfg.SettingsFactory) - JDBC driver: H2 JDBC Driver, version: 1.2.128 (2010-01-30)
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.transaction.TransactionFactoryFactory) - Using default transaction strategy (direct JDBC transactions)
[INFO] (org.hibernate.transaction.TransactionManagerLookupFactory) - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
[INFO] (org.hibernate.cfg.SettingsFactory) - Automatic flush during beforeCompletion(): disabled
[INFO] (org.hibernate.cfg.SettingsFactory) - Automatic session close at end of transaction: disabled
[INFO] (org.hibernate.cfg.SettingsFactory) - JDBC batch size: 15
[INFO] (org.hibernate.cfg.SettingsFactory) - JDBC batch updates for versioned data: disabled
[INFO] (org.hibernate.cfg.SettingsFactory) - Scrollable result sets: enabled
[INFO] (org.hibernate.cfg.SettingsFactory) - JDBC3 getGeneratedKeys(): enabled
[INFO] (org.hibernate.cfg.SettingsFactory) - Connection release mode: auto
[INFO] (org.hibernate.cfg.SettingsFactory) - Default batch fetch size: 1
[INFO] (org.hibernate.cfg.SettingsFactory) - Generate SQL with comments: disabled
[INFO] (org.hibernate.cfg.SettingsFactory) - Order SQL updates by primary key: disabled
[INFO] (org.hibernate.cfg.SettingsFactory) - Order SQL inserts for batching: disabled
[INFO] (org.hibernate.cfg.SettingsFactory) - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
[INFO] (org.hibernate.hql.ast.ASTQueryTranslatorFactory) - Using ASTQueryTranslatorFactory
[INFO] (org.hibernate.cfg.SettingsFactory) - Query language substitutions: {}
[INFO] (org.hibernate.cfg.SettingsFactory) - JPA-QL strict compliance: disabled
[INFO] (org.hibernate.cfg.SettingsFactory) - Second-level cache: enabled
[INFO] (org.hibernate.cfg.SettingsFactory) - Query cache: disabled
[INFO] (org.hibernate.cfg.SettingsFactory) - Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
[INFO] (org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge) - Cache provider: org.hibernate.cache.NoCacheProvider
[INFO] (org.hibernate.cfg.SettingsFactory) - Optimize cache for minimal puts: disabled
[INFO] (org.hibernate.cfg.SettingsFactory) - Structured second-level cache entries: disabled
[INFO] (org.hibernate.cfg.SettingsFactory) - Statistics: disabled
[INFO] (org.hibernate.cfg.SettingsFactory) - Deleted entity synthetic identifier rollback: disabled
[INFO] (org.hibernate.cfg.SettingsFactory) - Default entity-mode: pojo
[INFO] (org.hibernate.cfg.SettingsFactory) - Named query checking : enabled
[INFO] (org.hibernate.impl.SessionFactoryImpl) - building session factory
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.impl.SessionFactoryObjectFactory) - Not binding factory to JNDI, no JNDI name configured
[INFO] (org.hibernate.tool.hbm2ddl.SchemaUpdate) - Running hbm2ddl schema update
[INFO] (org.hibernate.tool.hbm2ddl.SchemaUpdate) - fetching database metadata
[INFO] (org.hibernate.tool.hbm2ddl.SchemaUpdate) - updating schema
[INFO] (org.hibernate.tool.hbm2ddl.TableMetadata) - table found: JIBERNATE.PUBLIC.HEFFALUMPS
[INFO] (org.hibernate.tool.hbm2ddl.TableMetadata) - columns: [distance, weight, num_spots, birth_date, hid, expiration, color, alpha, striped, number, comment, modified_at]
[INFO] (org.hibernate.tool.hbm2ddl.TableMetadata) - foreign keys: []
[INFO] (org.hibernate.tool.hbm2ddl.TableMetadata) - indexes: [constraint_index_f, primary_key_f, big]
[INFO] (org.hibernate.tool.hbm2ddl.SchemaUpdate) - schema update complete
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.util.JDBCExceptionReporter) - SQL Error: 90005, SQLState: 90005
[INFO] (org.hibernate.util.JDBCExceptionReporter) - Value too long for column "COMMENT VARCHAR(6)": "'1234567' (7)"; SQL statement:
[INFO] insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90005-128]
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.util.JDBCExceptionReporter) - SQL Error: 90005, SQLState: 90005
[INFO] (org.hibernate.util.JDBCExceptionReporter) - Value too long for column "ALPHA VARCHAR(4) NOT NULL": "'12345' (5)"; SQL statement:
[INFO] insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90005-128]
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.util.JDBCExceptionReporter) - SQL Error: 23001, SQLState: 23001
[INFO] (org.hibernate.util.JDBCExceptionReporter) - Unique index or primary key violation: "CONSTRAINT_INDEX_F ON PUBLIC.HEFFALUMPS(NUMBER)"; SQL statement:
[INFO] insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23001-128]
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Unsuccessful: create table heffalumps (hid integer generated by default as identity unique, alpha varchar(4) not null, birth_date timestamp, color varchar(64), comment varchar(6), distance numeric, expiration timestamp, modified_at timestamp, num_spots integer, number integer unique, striped boolean, weight double, primary key (hid))
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Table "HEFFALUMPS" already exists; SQL statement:
[INFO] create table heffalumps (hid integer generated by default as identity unique, alpha varchar(4) not null, birth_date timestamp, color varchar(64), comment varchar(6), distance numeric, expiration timestamp, modified_at timestamp, num_spots integer, number integer unique, striped boolean, weight double, primary key (hid)) [42101-128]
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Unsuccessful: create index big on heffalumps (comment, num_spots, striped)
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Timeout trying to lock table "HEFFALUMPS"; SQL statement:
[INFO] create index big on heffalumps (comment, num_spots, striped) [50200-128]
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.hid=?) order by this_.hid asc limit ?
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.hid=?) order by this_.hid asc limit ?
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.hid=?) order by this_.hid asc limit ?
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ order by this_.hid asc
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - update heffalumps set alpha=?, birth_date=?, color=?, comment=?, distance=?, expiration=?, modified_at=?, num_spots=?, number=?, striped=?, weight=? where hid=?
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - update heffalumps set alpha=?, birth_date=?, color=?, comment=?, distance=?, expiration=?, modified_at=?, num_spots=?, number=?, striped=?, weight=? where hid=?
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - update heffalumps set alpha=?, birth_date=?, color=?, comment=?, distance=?, expiration=?, modified_at=?, num_spots=?, number=?, striped=?, weight=? where hid=?
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.hid=?) order by this_.hid asc limit ?
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - update heffalumps set alpha=?, birth_date=?, color=?, comment=?, distance=?, expiration=?, modified_at=?, num_spots=?, number=?, striped=?, weight=? where hid=?
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.hid=?) order by this_.hid asc limit ?
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - update heffalumps set alpha=?, birth_date=?, color=?, comment=?, distance=?, expiration=?, modified_at=?, num_spots=?, number=?, striped=?, weight=? where hid=?
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - update heffalumps set alpha=?, birth_date=?, color=?, comment=?, distance=?, expiration=?, modified_at=?, num_spots=?, number=?, striped=?, weight=? where hid=?
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - update heffalumps set alpha=?, birth_date=?, color=?, comment=?, distance=?, expiration=?, modified_at=?, num_spots=?, number=?, striped=?, weight=? where hid=?
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.hid=?) order by this_.hid asc limit ?
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - update heffalumps set alpha=?, birth_date=?, color=?, comment=?, distance=?, expiration=?, modified_at=?, num_spots=?, number=?, striped=?, weight=? where hid=?
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.hid=?) order by this_.hid asc limit ?
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - delete from heffalumps where hid=?
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - delete from heffalumps where hid=?
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.hid=?) order by this_.hid asc limit ?
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.num_spots between ? and ?) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.num_spots between ? and ?) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.num_spots between ? and ?) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.num_spots between ? and ?) order by this_.hid asc
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (not this_.color=?) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (not this_.color=?) order by this_.hid asc
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (not this_.color is null) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (not this_.color is null) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (not this_.hid is null) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where ( ( color is null or color is not null ) ) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where ((this_.color in (?) or this_.num_spots in (?))) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (not this_.num_spots in (?, ?, ?, ?)) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (not this_.num_spots in (?, ?, ?, ?)) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (not this_.num_spots between ? and ?) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (not this_.num_spots between ? and ?) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (not this_.num_spots between ? and ?) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (not this_.num_spots between ? and ?) order by this_.hid asc
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.color like ?) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.color like ?) order by this_.hid asc
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where ((color regexp ?)) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where ((color regexp ?)) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (not (color regexp ?)) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (not (color regexp ?)) order by this_.hid asc
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where ((color regexp ?)) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where ((color regexp ?)) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (not (color regexp ?)) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (not (color regexp ?)) order by this_.hid asc
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.num_spots>?) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.num_spots>?) order by this_.hid asc
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.num_spots>=?) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.num_spots>=?) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.num_spots>=?) order by this_.hid asc
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.num_spots<?) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.num_spots>?) order by this_.hid asc
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.num_spots<=?) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.num_spots<=?) order by this_.hid asc
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ where (this_.num_spots<=?) order by this_.hid asc
[INFO] (org.hibernate.dialect.Dialect) - Using dialect: org.hibernate.dialect.H2Dialect
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - Running hbm2ddl schema export
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - exporting generated schema to database
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Using Hibernate built-in connection pool (not for production use!)
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - Hibernate connection pool size: 1
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - autocommit mode: false
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - using driver: org.h2.Driver at URL: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - connection properties: {user=sa, password=****}
[INFO] (org.hibernate.tool.hbm2ddl.SchemaExport) - schema export complete
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - insert into heffalumps (hid, alpha, birth_date, color, comment, distance, expiration, modified_at, num_spots, number, striped, weight) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[INFO] (org.hibernate.SQL) - select this_.hid as hid0_0_, this_.alpha as alpha0_0_, this_.birth_date as birth3_0_0_, this_.color as color0_0_, this_.comment as comment0_0_, this_.distance as distance0_0_, this_.expiration as expiration0_0_, this_.modified_at as modified8_0_0_, this_.num_spots as num9_0_0_, this_.number as number0_0_, this_.striped as striped0_0_, this_.weight as weight0_0_ from heffalumps this_ order by this_.hid asc limit ?
[INFO] =========================================
[INFO] TOTAL: 59 passing; 0 failing; 0 pending
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
[INFO] (org.hibernate.connection.DriverManagerConnectionProvider) - cleaning up connection pool: jdbc:h2:target/jibernate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment