2005-05-19 11:39:27,734 DEBUG hibernate.impl.SessionImpl -> opened session at timestamp: 4573239573438464
2005-05-19 11:39:27,734 DEBUG hibernate.transaction.JDBCTransaction -> begin
2005-05-19 11:39:27,734 DEBUG hibernate.jdbc.AbstractBatcher -> opening JDBC connection
2005-05-19 11:39:27,734 DEBUG hibernate.connection.DriverManagerConnectionProvider -> total checked-out connections: 0
2005-05-19 11:39:27,734 DEBUG hibernate.connection.DriverManagerConnectionProvider -> using pooled JDBC connection, pool size: 0
2005-05-19 11:39:27,734 DEBUG hibernate.transaction.JDBCTransaction -> current autocommit status: false
2005-05-19 11:39:27,734 DEBUG event.def.DefaultSaveOrUpdateEventListener -> saving transient instance
2005-05-19 11:39:27,734 DEBUG hibernate.jdbc.AbstractBatcher -> about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
2005-05-19 11:39:27,734 DEBUG org.hibernate.SQL -> select gen_id( genBairId, 1 ) from RDB$DATABASE
2005-05-19 11:39:27,734 DEBUG hibernate.jdbc.AbstractBatcher -> preparing statement
2005-05-19 11:39:27,750 DEBUG hibernate.id.SequenceGenerator -> Sequence identifier generated: 61
2005-05-19 11:39:27,750 DEBUG hibernate.jdbc.AbstractBatcher -> about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
2005-05-19 11:39:27,750 DEBUG hibernate.jdbc.AbstractBatcher -> closing statement
2005-05-19 11:39:27,750 DEBUG event.def.AbstractSaveEventListener -> generated identifier: 61, using strategy: org.hibernate.id.SequenceGenerator
2005-05-19 11:39:27,750 DEBUG event.def.AbstractSaveEventListener -> saving [agenda.Bairro#61]
2005-05-19 11:39:29,156 DEBUG hibernate.transaction.JDBCTransaction -> commit
2005-05-19 11:39:29,156 DEBUG hibernate.impl.SessionImpl -> automatically flushing session
2005-05-19 11:39:29,156 DEBUG event.def.AbstractFlushingEventListener -> flushing session
2005-05-19 11:39:29,156 DEBUG event.def.AbstractFlushingEventListener -> processing flush-time cascades
2005-05-19 11:39:29,156 DEBUG event.def.AbstractFlushingEventListener -> dirty checking collections
2005-05-19 11:39:29,156 DEBUG event.def.AbstractFlushingEventListener -> Flushing entities and processing referenced collections
2005-05-19 11:39:29,156 DEBUG event.def.AbstractFlushingEventListener -> Processing unreferenced collections
2005-05-19 11:39:29,156 DEBUG event.def.AbstractFlushingEventListener -> Scheduling collection removes/(re)creates/updates
2005-05-19 11:39:29,156 DEBUG event.def.AbstractFlushingEventListener -> Flushed: 1 insertions, 0 updates, 0 deletions to 1 objects
2005-05-19 11:39:29,156 DEBUG event.def.AbstractFlushingEventListener -> Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
2005-05-19 11:39:29,156 DEBUG hibernate.pretty.Printer -> listing entities:
2005-05-19 11:39:29,156 DEBUG hibernate.pretty.Printer -> agenda.Bairro{bairNome=novo bairro, bairId=61}
2005-05-19 11:39:29,156 DEBUG event.def.AbstractFlushingEventListener -> executing flush
2005-05-19 11:39:29,156 DEBUG persister.entity.BasicEntityPersister -> Inserting entity: [agenda.Bairro#61]
2005-05-19 11:39:29,156 DEBUG hibernate.jdbc.AbstractBatcher -> about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
2005-05-19 11:39:29,156 DEBUG org.hibernate.SQL -> insert into TBBAIR (bairNome, bairId) values (?, ?)
2005-05-19 11:39:29,156 DEBUG hibernate.jdbc.AbstractBatcher -> preparing statement
2005-05-19 11:39:29,156 DEBUG persister.entity.BasicEntityPersister -> Dehydrating entity: [agenda.Bairro#61]
2005-05-19 11:39:29,156 DEBUG hibernate.type.StringType -> binding ‘novo bairro’ to parameter: 1
2005-05-19 11:39:29,156 DEBUG hibernate.type.IntegerType -> binding ‘61’ to parameter: 2
2005-05-19 11:39:29,171 DEBUG hibernate.jdbc.AbstractBatcher -> about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
2005-05-19 11:39:29,171 DEBUG hibernate.jdbc.AbstractBatcher -> closing statement
2005-05-19 11:39:29,171 DEBUG event.def.AbstractFlushingEventListener -> post flush
2005-05-19 11:39:29,171 DEBUG hibernate.jdbc.JDBCContext -> before transaction completion
2005-05-19 11:39:29,171 DEBUG hibernate.impl.SessionImpl -> before transaction completion
2005-05-19 11:39:29,171 DEBUG hibernate.transaction.JDBCTransaction -> committed JDBC Connection
2005-05-19 11:39:29,171 DEBUG hibernate.jdbc.JDBCContext -> after transaction completion
2005-05-19 11:39:29,171 DEBUG hibernate.impl.SessionImpl -> after transaction completion
2005-05-19 11:39:29,171 DEBUG hibernate.impl.SessionImpl -> closing session
2005-05-19 11:39:29,171 DEBUG hibernate.jdbc.AbstractBatcher -> closing JDBC connection (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)
2005-05-19 11:39:29,171 DEBUG hibernate.connection.DriverManagerConnectionProvider -> returning connection to pool, pool size: 1
2005-05-19 11:39:29,171 DEBUG hibernate.jdbc.JDBCContext -> after transaction completion
2005-05-19 11:39:29,171 DEBUG hibernate.impl.SessionImpl -> after transaction completion
2005-05-19 11:39:29,796 DEBUG hibernate.jdbc.JDBCContext -> running Session.finalize()