Sorry for the verbosity:
[DEBUG,net.sf.hibernate.impl.SessionImpl] opened session
[DEBUG,net.sf.hibernate.impl.SessionImpl] loading [com.hic.eboss.Business#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.impl.SessionImpl] attempting to resolve [com.hic.eboss.Business#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.impl.SessionImpl] object not resolved in any cache [com.hic.eboss.Business#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.persister.EntityPersister] Materializing entity: [com.hic.eboss.Business#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.impl.BatcherImpl] about to open: 0 open PreparedStatements, 0 open ResultSets
[DEBUG,net.sf.hibernate.SQL] select business0_.id as id2_, business0_.name as name2_, business0_.type as type2_, business0_.description as descript4_2_, business0_.state as state2_, business0_.person_id as person_id2_, employment1_.id as id0_, employment1_.employees as employees0_, employment1_.beganEmployment as beganEmp3_0_, employment1_.firstWagesPaid as firstWag4_0_, person2_.id as id1_, person2_.firstName as firstName1_, person2_.lastName as lastName1_ from BUSINESS business0_ left outer join EMPLOYMENT employment1_ on business0_.id=employment1_.id left outer join PERSON person2_ on business0_.person_id=person2_.id where business0_.id=?
Hibernate: select business0_.id as id2_, business0_.name as name2_, business0_.type as type2_, business0_.description as descript4_2_, business0_.state as state2_, business0_.person_id as person_id2_, employment1_.id as id0_, employment1_.employees as employees0_, employment1_.beganEmployment as beganEmp3_0_, employment1_.firstWagesPaid as firstWag4_0_, person2_.id as id1_, person2_.firstName as firstName1_, person2_.lastName as lastName1_ from BUSINESS business0_ left outer join EMPLOYMENT employment1_ on business0_.id=employment1_.id left outer join PERSON person2_ on business0_.person_id=person2_.id where business0_.id=?
[DEBUG,net.sf.hibernate.impl.BatcherImpl] preparing statement
[DEBUG,net.sf.hibernate.type.StringType] binding '402801e6fb177bcc00fb177e141d0001' to parameter: 1
[DEBUG,net.sf.hibernate.loader.Loader] processing result set
[DEBUG,net.sf.hibernate.type.StringType] returning null as column: id0_
[DEBUG,net.sf.hibernate.type.StringType] returning null as column: id1_
[DEBUG,net.sf.hibernate.loader.Loader] result row: null, null, 402801e6fb177bcc00fb177e141d0001
[DEBUG,net.sf.hibernate.loader.Loader] Initializing object from ResultSet: 402801e6fb177bcc00fb177e141d0001
[DEBUG,net.sf.hibernate.loader.Loader] Hydrating entity: com.hic.eboss.Business#402801e6fb177bcc00fb177e141d0001
[DEBUG,net.sf.hibernate.type.StringType] returning 'sadfadf' as column: name2_
[DEBUG,net.sf.hibernate.type.PersistentEnumType] returning '0' as column: type2_
[DEBUG,net.sf.hibernate.type.StringType] returning 'asdfsad' as column: descript4_2_
[DEBUG,net.sf.hibernate.type.PersistentEnumType] returning '0' as column: state2_
[DEBUG,net.sf.hibernate.type.StringType] returning null as column: person_id2_
[DEBUG,net.sf.hibernate.loader.Loader] done processing result set (1 rows)
[DEBUG,net.sf.hibernate.impl.BatcherImpl] done closing: 0 open PreparedStatements, 0 open ResultSets
[DEBUG,net.sf.hibernate.impl.BatcherImpl] closing statement
[DEBUG,net.sf.hibernate.loader.Loader] total objects hydrated: 1
[DEBUG,net.sf.hibernate.impl.SessionImpl] resolving associations for [com.hic.eboss.Business#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.impl.SessionImpl] collection not cached
[DEBUG,net.sf.hibernate.impl.SessionImpl] collection not cached
[DEBUG,net.sf.hibernate.impl.SessionImpl] loading [com.hic.eboss.Employment#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.impl.SessionImpl] attempting to resolve [com.hic.eboss.Employment#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.impl.SessionImpl] collection not cached
[DEBUG,net.sf.hibernate.impl.SessionImpl] done materializing entity [com.hic.eboss.Business#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.impl.SessionImpl] initializing non-lazy collections
[DEBUG,net.sf.hibernate.transaction.JDBCTransaction] begin
[DEBUG,net.sf.hibernate.transaction.JDBCTransaction] current autocommit status:false
[DEBUG,net.sf.hibernate.impl.SessionImpl] object already associated with session
[DEBUG,net.sf.hibernate.impl.SessionImpl] flushing session
[DEBUG,net.sf.hibernate.engine.Cascades] processing cascades for: com.hic.eboss.Business
[DEBUG,net.sf.hibernate.engine.Cascades] cascading to collection: com.hic.eboss.Business.addresses
[DEBUG,net.sf.hibernate.engine.Cascades] cascading to collection: com.hic.eboss.Business.phoneNumbers
[DEBUG,net.sf.hibernate.engine.Cascades] cascading to saveOrUpdate()
[DEBUG,net.sf.hibernate.impl.SessionImpl] saveOrUpdate() unsaved instance
[DEBUG,net.sf.hibernate.impl.SessionImpl] saving [com.hic.core.Person#402801e6fb17be2200fb17bf2d2c0003]
[DEBUG,net.sf.hibernate.engine.Cascades] processing cascades for: com.hic.core.Person
[DEBUG,net.sf.hibernate.engine.Cascades] done processing cascades for: com.hic.core.Person
[DEBUG,net.sf.hibernate.engine.Cascades] processing cascades for: com.hic.core.Person
[DEBUG,net.sf.hibernate.engine.Cascades] cascading to collection: com.hic.core.Person.phoneNumbers
[DEBUG,net.sf.hibernate.engine.Cascades] cascading to saveOrUpdate()
[DEBUG,net.sf.hibernate.impl.SessionImpl] saveOrUpdate() unsaved instance
[DEBUG,net.sf.hibernate.impl.SessionImpl] saving [com.hic.core.Phone#402801e6fb17be2200fb17bf2d2d0004]
[DEBUG,net.sf.hibernate.engine.Cascades] cascading to collection: com.hic.core.Person.addresses
[DEBUG,net.sf.hibernate.engine.Cascades] cascading to saveOrUpdate()
[DEBUG,net.sf.hibernate.impl.SessionImpl] saveOrUpdate() unsaved instance
[DEBUG,net.sf.hibernate.impl.SessionImpl] saving [com.hic.core.Address#402801e6fb17be2200fb17bf2d2d0005]
[DEBUG,net.sf.hibernate.engine.Cascades] done processing cascades for: com.hic.core.Person
[DEBUG,net.sf.hibernate.engine.Cascades] done processing cascades for: com.hic.eboss.Business
[DEBUG,net.sf.hibernate.impl.SessionImpl] Flushing entities and processing referenced collections
[DEBUG,net.sf.hibernate.persister.AbstractEntityPersister] com.hic.eboss.Business.localContact is dirty
[DEBUG,net.sf.hibernate.impl.SessionImpl] Updating entity: [com.hic.eboss.Business#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.impl.SessionImpl] Collection found: [com.hic.eboss.Business.activities#402801e6fb177bcc00fb177e141d0001], was: [com.hic.eboss.Business.activities#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.impl.SessionImpl] Collection found: [com.hic.eboss.Business.addresses#402801e6fb177bcc00fb177e141d0001], was: [com.hic.eboss.Business.addresses#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.impl.SessionImpl] Collection found: [com.hic.eboss.Business.phoneNumbers#402801e6fb177bcc00fb177e141d0001], was: [com.hic.eboss.Business.phoneNumbers#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.impl.WrapVisitor] Wrapped collection in role: com.hic.core.Person.phoneNumbers
[DEBUG,net.sf.hibernate.impl.WrapVisitor] Wrapped collection in role: com.hic.core.Person.addresses
[DEBUG,net.sf.hibernate.impl.SessionImpl] Collection found: [com.hic.core.Person.phoneNumbers#402801e6fb17be2200fb17bf2d2c0003], was: [<unreferenced>]
[DEBUG,net.sf.hibernate.impl.SessionImpl] Collection found: [com.hic.core.Person.addresses#402801e6fb17be2200fb17bf2d2c0003], was: [<unreferenced>]
[DEBUG,net.sf.hibernate.impl.SessionImpl] Processing unreferenced collections
[DEBUG,net.sf.hibernate.impl.SessionImpl] Scheduling collection removes/(re)creates/updates
[DEBUG,net.sf.hibernate.impl.SessionImpl] Flushed: 3 insertions, 1 updates, 0 deletions to 4 objects
[DEBUG,net.sf.hibernate.impl.SessionImpl] Flushed: 2 (re)creations, 0 updates, 0 removals to 5 collections
[DEBUG,net.sf.hibernate.impl.Printer] listing entities:
[DEBUG,net.sf.hibernate.impl.Printer] com.hic.eboss.Business{addresses=uninitialized, phoneNumbers=uninitialized, type=0, employment=null, activities=uninitialized, description=asdfsad, state=0, localContact=Person#402801e6fb17be2200fb17bf2d2c0003, name=sadfadf, id=402801e6fb177bcc00fb177e141d0001}
[DEBUG,net.sf.hibernate.impl.Printer] com.hic.core.Person{addresses=[], phoneNumbers=[], firstName=asdf, id=402801e6fb17be2200fb17bf2d2c0003, lastName=asdfsadf}
[DEBUG,net.sf.hibernate.impl.Printer] com.hic.core.Address{street2=, country=ARM, street1=asdfasdf, type=physical, state=AL, zip=asdf, city=asdfasdf, id=402801e6fb17be2200fb17bf2d2d0005}
[DEBUG,net.sf.hibernate.impl.Printer] com.hic.core.Phone{extension=, areaCode=, type=business, suffix=4444, prefix=333, id=402801e6fb17be2200fb17bf2d2d0004}
[DEBUG,net.sf.hibernate.impl.SessionImpl] executing flush
[DEBUG,net.sf.hibernate.persister.EntityPersister] Inserting entity: [com.hic.core.Person#402801e6fb17be2200fb17bf2d2c0003]
[DEBUG,net.sf.hibernate.impl.BatcherImpl] about to open: 0 open PreparedStatements, 0 open ResultSets
[DEBUG,net.sf.hibernate.SQL] insert into PERSON (firstName, lastName, id) values (?, ?, ?)
Hibernate: insert into PERSON (firstName, lastName, id) values (?, ?, ?)
[DEBUG,net.sf.hibernate.impl.BatcherImpl] preparing statement
[DEBUG,net.sf.hibernate.persister.EntityPersister] Dehydrating entity: [com.hic.core.Person#402801e6fb17be2200fb17bf2d2c0003]
[DEBUG,net.sf.hibernate.type.StringType] binding 'asdf' to parameter: 1
[DEBUG,net.sf.hibernate.type.StringType] binding 'asdfsadf' to parameter: 2
[DEBUG,net.sf.hibernate.type.StringType] binding '402801e6fb17be2200fb17bf2d2c0003' to parameter: 3
[DEBUG,net.sf.hibernate.persister.EntityPersister] Inserting entity: [com.hic.core.Phone#402801e6fb17be2200fb17bf2d2d0004]
[DEBUG,net.sf.hibernate.impl.BatcherImpl] done closing: 0 open PreparedStatements, 0 open ResultSets
[DEBUG,net.sf.hibernate.impl.BatcherImpl] closing statement
[DEBUG,net.sf.hibernate.impl.BatcherImpl] about to open: 0 open PreparedStatements, 0 open ResultSets
[DEBUG,net.sf.hibernate.SQL] insert into PHONE (areaCode, prefix, suffix, extension, type, id) values (?, ?, ?, ?, ?, ?)
Hibernate: insert into PHONE (areaCode, prefix, suffix, extension, type, id) values (?, ?, ?, ?, ?, ?)
[DEBUG,net.sf.hibernate.impl.BatcherImpl] preparing statement
[DEBUG,net.sf.hibernate.persister.EntityPersister] Dehydrating entity: [com.hic.core.Phone#402801e6fb17be2200fb17bf2d2d0004]
[DEBUG,net.sf.hibernate.type.StringType] binding '' to parameter: 1
[DEBUG,net.sf.hibernate.type.StringType] binding '333' to parameter: 2
[DEBUG,net.sf.hibernate.type.StringType] binding '4444' to parameter: 3
[DEBUG,net.sf.hibernate.type.StringType] binding '' to parameter: 4
[DEBUG,net.sf.hibernate.type.StringType] binding 'business' to parameter: 5
[DEBUG,net.sf.hibernate.type.StringType] binding '402801e6fb17be2200fb17bf2d2d0004' to parameter: 6
[DEBUG,net.sf.hibernate.persister.EntityPersister] Inserting entity: [com.hic.core.Address#402801e6fb17be2200fb17bf2d2d0005]
[DEBUG,net.sf.hibernate.impl.BatcherImpl] done closing: 0 open PreparedStatements, 0 open ResultSets
[DEBUG,net.sf.hibernate.impl.BatcherImpl] closing statement
[DEBUG,net.sf.hibernate.impl.BatcherImpl] about to open: 0 open PreparedStatements, 0 open ResultSets
[DEBUG,net.sf.hibernate.SQL] insert into ADDRESS (street1, street2, city, state, zip, type, country, id) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into ADDRESS (street1, street2, city, state, zip, type, country, id) values (?, ?, ?, ?, ?, ?, ?, ?)
[DEBUG,net.sf.hibernate.impl.BatcherImpl] preparing statement
[DEBUG,net.sf.hibernate.persister.EntityPersister] Dehydrating entity: [com.hic.core.Address#402801e6fb17be2200fb17bf2d2d0005]
[DEBUG,net.sf.hibernate.type.StringType] binding 'asdfasdf' to parameter: 1
[DEBUG,net.sf.hibernate.type.StringType] binding '' to parameter: 2
[DEBUG,net.sf.hibernate.type.StringType] binding 'asdfasdf' to parameter: 3
[DEBUG,net.sf.hibernate.type.StringType] binding 'AL' to parameter: 4
[DEBUG,net.sf.hibernate.type.StringType] binding 'asdf' to parameter: 5
[DEBUG,net.sf.hibernate.type.StringType] binding 'physical' to parameter: 6
[DEBUG,net.sf.hibernate.type.StringType] binding 'ARM' to parameter: 7
[DEBUG,net.sf.hibernate.type.StringType] binding '402801e6fb17be2200fb17bf2d2d0005' to parameter: 8
[DEBUG,net.sf.hibernate.impl.BatcherImpl] done closing: 0 open PreparedStatements, 0 open ResultSets
[DEBUG,net.sf.hibernate.impl.BatcherImpl] closing statement
[DEBUG,net.sf.hibernate.persister.EntityPersister] Updating entity: [com.hic.eboss.Business#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.impl.BatcherImpl] about to open: 0 open PreparedStatements, 0 open ResultSets
[DEBUG,net.sf.hibernate.SQL] update BUSINESS set name=?, type=?, description=?, state=?, person_id=? where id=?
Hibernate: update BUSINESS set name=?, type=?, description=?, state=?, person_id=? where id=?
[DEBUG,net.sf.hibernate.impl.BatcherImpl] preparing statement
[DEBUG,net.sf.hibernate.persister.EntityPersister] Dehydrating entity: [com.hic.eboss.Business#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.type.StringType] binding 'sadfadf' to parameter: 1
[DEBUG,net.sf.hibernate.type.PersistentEnumType] binding '0' to parameter: 2
[DEBUG,net.sf.hibernate.type.StringType] binding 'asdfsad' to parameter: 3
[DEBUG,net.sf.hibernate.type.PersistentEnumType] binding '0' to parameter: 4
[DEBUG,net.sf.hibernate.type.StringType] binding '402801e6fb17be2200fb17bf2d2c0003' to parameter: 5
[DEBUG,net.sf.hibernate.type.StringType] binding '402801e6fb177bcc00fb177e141d0001' to parameter: 6
[DEBUG,net.sf.hibernate.impl.BatcherImpl] done closing: 0 open PreparedStatements, 0 open ResultSets
[DEBUG,net.sf.hibernate.impl.BatcherImpl] closing statement
[DEBUG,net.sf.hibernate.collection.BasicCollectionPersister] Inserting collection: [com.hic.core.Person.phoneNumbers#402801e6fb17be2200fb17bf2d2c0003]
[DEBUG,net.sf.hibernate.collection.BasicCollectionPersister] collection was empty
[DEBUG,net.sf.hibernate.collection.BasicCollectionPersister] Inserting collection: [com.hic.core.Person.addresses#402801e6fb17be2200fb17bf2d2c0003]
[DEBUG,net.sf.hibernate.collection.BasicCollectionPersister] collection was empty
[DEBUG,net.sf.hibernate.impl.SessionImpl] post flush
[DEBUG,net.sf.hibernate.transaction.JDBCTransaction] commit
[DEBUG,net.sf.hibernate.impl.SessionImpl] flushing session
[DEBUG,net.sf.hibernate.engine.Cascades] processing cascades for: com.hic.eboss.Business
[DEBUG,net.sf.hibernate.engine.Cascades] cascading to collection: com.hic.eboss.Business.addresses
[DEBUG,net.sf.hibernate.engine.Cascades] cascading to collection: com.hic.eboss.Business.phoneNumbers
[DEBUG,net.sf.hibernate.engine.Cascades] cascading to saveOrUpdate()
[DEBUG,net.sf.hibernate.impl.SessionImpl] saveOrUpdate() persistent instance
[DEBUG,net.sf.hibernate.engine.Cascades] done processing cascades for: com.hic.eboss.Business
[DEBUG,net.sf.hibernate.engine.Cascades] processing cascades for: com.hic.core.Person
[DEBUG,net.sf.hibernate.engine.Cascades] cascading to collection: com.hic.core.Person.phoneNumbers
[DEBUG,net.sf.hibernate.engine.Cascades] cascading to collection: com.hic.core.Person.addresses
[DEBUG,net.sf.hibernate.engine.Cascades] done processing cascades for: com.hic.core.Person
[DEBUG,net.sf.hibernate.impl.SessionImpl] Flushing entities and processing referenced collections
[DEBUG,net.sf.hibernate.impl.SessionImpl] Collection found: [com.hic.eboss.Business.activities#402801e6fb177bcc00fb177e141d0001], was: [com.hic.eboss.Business.activities#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.impl.SessionImpl] Collection found: [com.hic.eboss.Business.addresses#402801e6fb177bcc00fb177e141d0001], was: [com.hic.eboss.Business.addresses#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.impl.SessionImpl] Collection found: [com.hic.eboss.Business.phoneNumbers#402801e6fb177bcc00fb177e141d0001], was: [com.hic.eboss.Business.phoneNumbers#402801e6fb177bcc00fb177e141d0001]
[DEBUG,net.sf.hibernate.impl.WrapVisitor] Wrapped collection in role: com.hic.core.Person.phoneNumbers
[DEBUG,net.sf.hibernate.impl.WrapVisitor] Wrapped collection in role: com.hic.core.Person.addresses
[DEBUG,net.sf.hibernate.impl.SessionImpl] Collection found: [com.hic.core.Person.phoneNumbers#402801e6fb17be2200fb17bf2d2c0003], was: [<unreferenced>]
[DEBUG,net.sf.hibernate.impl.SessionImpl] Collection found: [com.hic.core.Person.addresses#402801e6fb17be2200fb17bf2d2c0003], was: [<unreferenced>]
[DEBUG,net.sf.hibernate.impl.SessionImpl] Processing unreferenced collections
[DEBUG,net.sf.hibernate.impl.SessionImpl] Collection dereferenced: [com.hic.core.Person.phoneNumbers#402801e6fb17be2200fb17bf2d2c0003]
[DEBUG,net.sf.hibernate.transaction.JDBCTransaction] rollback
[DEBUG,net.sf.hibernate.impl.SessionImpl] transaction completion
[DEBUG,net.sf.hibernate.impl.SessionImpl] closing session
[DEBUG,net.sf.hibernate.impl.SessionImpl] disconnecting session
[DEBUG,net.sf.hibernate.impl.SessionImpl] transaction completion
[DEBUG,net.sf.hibernate.impl.SessionImpl] running Session.finalize()
|