Code:
2007-06-06 17:04:41,743 [main] DEBUG AbstractCollectionPersister - Deleting collection: [com.motive.criteriatemplate.domain.CriteriaTemplate.templateParameterMetaData.parameterSet#86]
2007-06-06 17:04:41,743 [main] DEBUG AbstractBatcher - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
2007-06-06 17:04:41,743 [main] DEBUG SQL - update CRITTEMPLATE_GROUPS set GROUP_ID=null, indexVal=null where GROUP_ID=?2007-06-06 17:04:41,743 [main] TRACE AbstractBatcher - preparing statement
2007-06-06 17:04:41,743 [main] TRACE IntegerType - binding '86' to parameter: 1
2007-06-06 17:04:41,743 [main] DEBUG AbstractCollectionPersister - done deleting collection
2007-06-06 17:04:41,743 [main] DEBUG AbstractBatcher - Executing batch size: 1
2007-06-06 17:04:41,759 [main] DEBUG AbstractBatcher - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
2007-06-06 17:04:41,759 [main] TRACE AbstractBatcher - closing statement
2007-06-06 17:04:41,759 [main] DEBUG AbstractCollectionPersister - Inserting collection: [com.motive.criteriatemplate.domain.ParameterGroupMetaData.parameterMeta#96]
2007-06-06 17:04:41,759 [main] DEBUG AbstractBatcher - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
2007-06-06 17:04:41,759 [main] DEBUG SQL - update CRITTEMPLATE_PARAMS set PARAM_ID=?, indexVal=? where id=?
2007-06-06 17:04:41,759 [main] TRACE AbstractBatcher - preparing statement
2007-06-06 17:04:41,759 [main] TRACE IntegerType - binding '96' to parameter: 1
2007-06-06 17:04:41,759 [main] TRACE IntegerType - binding '0' to parameter: 2
2007-06-06 17:04:41,759 [main] TRACE IntegerType - binding '123' to parameter: 3
2007-06-06 17:04:41,759 [main] DEBUG AbstractBatcher - reusing prepared statement
2007-06-06 17:04:41,759 [main] DEBUG SQL - update CRITTEMPLATE_PARAMS set PARAM_ID=?, indexVal=? where id=?
2007-06-06 17:04:41,759 [main] TRACE IntegerType - binding '96' to parameter: 1
2007-06-06 17:04:41,759 [main] TRACE IntegerType - binding '1' to parameter: 2
2007-06-06 17:04:41,759 [main] TRACE IntegerType - binding '124' to parameter: 3
2007-06-06 17:04:41,759 [main] DEBUG AbstractCollectionPersister - done inserting collection: 2 rows inserted
2007-06-06 17:04:41,759 [main] DEBUG AbstractCollectionPersister - Inserting collection: [com.motive.criteriatemplate.domain.CriteriaTemplate.templateParameterMetaData.parameterSet#86]
2007-06-06 17:04:41,759 [main] DEBUG AbstractBatcher - Executing batch size: 2
2007-06-06 17:04:41,790 [main] DEBUG Expectations - success of batch update unknown: 0
2007-06-06 17:04:41,790 [main] DEBUG Expectations - success of batch update unknown: 1
2007-06-06 17:04:41,790 [main] DEBUG AbstractBatcher - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
2007-06-06 17:04:41,790 [main] TRACE AbstractBatcher - closing statement
2007-06-06 17:04:41,790 [main] DEBUG AbstractBatcher - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
2007-06-06 17:04:41,790 [main] DEBUG SQL - update CRITTEMPLATE_GROUPS set GROUP_ID=?, indexVal=? where id=?
2007-06-06 17:04:41,790 [main] TRACE AbstractBatcher - preparing statement
2007-06-06 17:04:41,790 [main] TRACE IntegerType - binding '86' to parameter: 1
2007-06-06 17:04:41,790 [main] TRACE IntegerType - binding '0' to parameter: 2
2007-06-06 17:04:41,790 [main] TRACE IntegerType - binding '96' to parameter: 3
2007-06-06 17:04:41,790 [main] DEBUG AbstractCollectionPersister - done inserting collection: 1 rows inserted
2007-06-06 17:04:41,790 [main] DEBUG AbstractBatcher - Executing batch size: 1
2007-06-06 17:04:41,806 [main] DEBUG Expectations - success of batch update unknown: 0
2007-06-06 17:04:41,806 [main] DEBUG AbstractBatcher - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
2007-06-06 17:04:41,806 [main] TRACE AbstractBatcher - closing statement
2007-06-06 17:04:41,806 [main] TRACE ConnectionManager - registering flush end
2007-06-06 17:04:41,806 [main] TRACE AbstractFlushingEventListener - post flush
2007-06-06 17:04:41,806 [main] DEBUG SessionFactoryUtils - Closing Hibernate Session
Regards,