Ramen

Inhoud blog
  • emnTekstverbeteringTester :: Voorbereiding :: Deel 3
  • Opmaken van een spellinglijst : emnTekstverbeteringTester :: Voorbereiding
  • emnTekstverbeteringTester Deel 2
  • TekstverbeteringsTester emn :: deel 1 Voorbereiding
  • Open and close Stage and scene. Scenes stored in Hashmap
  • JavaFX FXML voorbeelden | JavaFX FXML examples
  • Eigenschappen voorbeeld uit vorig blog | Properties sample from previous blog
  • Meervoudige fxml bestanden laden | Loading multiple fxml files and controllers
  • Move from one object to another :: JavaFX
  • JavaFX templates
  • JavaFX FXML webbrowser
  • JavaFX ProgressIndicator - ProgessBar
  • Draai scene builder vanuit eclipse - Run scene builder from within eclipse.
  • FXML voorbeeld voor eclipse | FXML sample for eclipse
  • Wapenschild Hamerlinck
  • Wapenschild Hamerlinck
  • Zelf oefeningen maken :: educatie , talen , enquetes
  • ST. PATRICKS DAY PARADE
  • Hulp programma voor het leren van vreemde talen.
  • Javascript :: tekst sorteren op unieke woorden :: sort text
  • Code sorteer tekst : sort text :: javascript
  • onze tuin
  • Aston Ariel op bezoek
  • Hulpprogramma's :: Lezen | RSS - Nieuws
  • Presentationmodel :: buffered model :: RiverLayout
  • Make a separator for RiverLayout:
  • Customize combobox (binding JGoodies):: Riverlayout
  • Test Riverlayout :: sample
  • Project pw Helpdesk
  • LookAndFeel
  • JGoodies binding - RiverLayout
  • JGoodies binding and RiverLayout
  • Enkele JAVA gebonden afkortingen
  • Java Persistence with Hibernate
  • Exel : Woorden vervangen in tekst m.b..v een macro
  • Systray : verwijderen tags taakbalk. Wijzigingen start programma's
  • Scholier kraakt pornofilter van 50 miljoen euro
  • Items Kantorenproject
  • Minimumindeling van het algemeen rekeningstelsel
  • Items Java - eclipse
    Beoordeel dit blog
      Zeer goed
      Goed
      Voldoende
      Nog wat bijwerken
      Nog veel werk aan
     
    Foto
    Foto
    Foto

    rss nieuws

    Europa voor de meeste voorstanders meer en meer een grote teleurstelling
    Zoeken in blog


    Een kijk op....
    15-08-2007
    Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.Resultaat eclipse project DAO :: jrjdao
    Resultaat prjdao na vervangen User en KlantDao door dbDao:

    0    [main] INFO  org.hibernate.cfg.Environment  - Hibernate 3.0rc1
    0    [main] INFO  org.hibernate.cfg.Environment  - hibernate.properties not found
    0    [main] INFO  org.hibernate.cfg.Environment  - using CGLIB reflection optimizer
    0    [main] INFO  org.hibernate.cfg.Environment  - using JDK 1.4 java.sql.Timestamp handling
    0    [main] INFO  org.hibernate.cfg.Configuration  - configuring from resource: /hibernate.cfg.xml
    0    [main] INFO  org.hibernate.cfg.Configuration  - Configuration resource: /hibernate.cfg.xml
    313  [main] DEBUG org.hibernate.util.DTDEntityResolver  - trying to locate http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd in classpath under org/hibernate/
    313  [main] DEBUG org.hibernate.util.DTDEntityResolver  - found http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd in classpath
    360  [main] DEBUG org.hibernate.cfg.Configuration  - connection.driver_class=com.mysql.jdbc.Driver
    360  [main] DEBUG org.hibernate.cfg.Configuration  - connection.url=jdbc:mysql://localhost/mysqltest
    375  [main] DEBUG org.hibernate.cfg.Configuration  - connection.username=xxxxx
    375  [main] DEBUG org.hibernate.cfg.Configuration  - connection.password=xxxxxx
    375  [main] DEBUG org.hibernate.cfg.Configuration  - connection.pool_size=1
    375  [main] DEBUG org.hibernate.cfg.Configuration  - dialect=org.hibernate.dialect.HSQLDialect
    375  [main] DEBUG org.hibernate.cfg.Configuration  - show_sql=true
    375  [main] DEBUG org.hibernate.cfg.Configuration  - null<-org.dom4j.tree.DefaultAttribute@c3c749 [Attribute: name resource value "config/User.hbm.xml"]
    375  [main] INFO  org.hibernate.cfg.Configuration  - Mapping resource: config/User.hbm.xml
    375  [main] DEBUG org.hibernate.util.DTDEntityResolver  - trying to locate http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd in classpath under org/hibernate/
    375  [main] DEBUG org.hibernate.util.DTDEntityResolver  - found http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd in classpath
    500  [main] INFO  org.hibernate.cfg.HbmBinder  - Mapping class: src.User -> users
    500  [main] DEBUG org.hibernate.cfg.HbmBinder  - Mapped property: id -> id
    516  [main] DEBUG org.hibernate.cfg.HbmBinder  - Mapped property: naam -> naam
    516  [main] DEBUG org.hibernate.cfg.HbmBinder  - Mapped property: wachtwoord -> wachtwoord
    516  [main] DEBUG org.hibernate.cfg.HbmBinder  - Mapped property: aansluiting -> aansluiting
    516  [main] DEBUG org.hibernate.cfg.HbmBinder  - Mapped property: werkniveau -> werkniveau
    516  [main] DEBUG org.hibernate.cfg.Configuration  - null<-org.dom4j.tree.DefaultAttribute@56a499 [Attribute: name resource value "config/Klant.hbm.xml"]
    516  [main] INFO  org.hibernate.cfg.Configuration  - Mapping resource: config/Klant.hbm.xml
    516  [main] DEBUG org.hibernate.util.DTDEntityResolver  - trying to locate http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd in classpath under org/hibernate/
    516  [main] DEBUG org.hibernate.util.DTDEntityResolver  - found http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd in classpath
    563  [main] INFO  org.hibernate.cfg.HbmBinder  - Mapping class: src.Klant -> klanten
    563  [main] DEBUG org.hibernate.cfg.HbmBinder  - Mapped property: id -> id
    563  [main] DEBUG org.hibernate.cfg.HbmBinder  - Mapped property: voornaam -> voornaam
    563  [main] DEBUG org.hibernate.cfg.HbmBinder  - Mapped property: achternaam -> achternaam
    563  [main] DEBUG org.hibernate.cfg.HbmBinder  - Mapped property: straat -> straat
    563  [main] DEBUG org.hibernate.cfg.HbmBinder  - Mapped property: huisnr -> huisnr
    563  [main] DEBUG org.hibernate.cfg.HbmBinder  - Mapped property: postnr -> postnr
    563  [main] DEBUG org.hibernate.cfg.HbmBinder  - Mapped property: gemeente -> gemeente
    563  [main] INFO  org.hibernate.cfg.Configuration  - Configured SessionFactory: null
    579  [main] DEBUG org.hibernate.cfg.Configuration  - properties:
    579  [main] DEBUG org.hibernate.cfg.Configuration  - Preparing to build session factory with filters : {}
    579  [main] INFO  org.hibernate.cfg.Configuration  - processing extends queue
    579  [main] INFO  org.hibernate.cfg.Configuration  - processing collection mappings
    579  [main] INFO  org.hibernate.cfg.Configuration  - processing association property references
    579  [main] INFO  org.hibernate.cfg.Configuration  - processing foreign key constraints
    672  [main] INFO  org.hibernate.dialect.Dialect  - Using dialect: org.hibernate.dialect.HSQLDialect
    672  [main] DEBUG org.hibernate.exception.SQLExceptionConverterFactory  - Using dialect defined converter
    688  [main] INFO  org.hibernate.cfg.SettingsFactory  - Default batch fetch size: 1
    688  [main] INFO  org.hibernate.cfg.SettingsFactory  - Generate SQL with comments: disabled
    688  [main] INFO  org.hibernate.cfg.SettingsFactory  - Order SQL updates by primary key: disabled
    688  [main] INFO  org.hibernate.cfg.SettingsFactory  - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    688  [main] INFO  org.hibernate.hql.ast.ASTQueryTranslatorFactory  - Using ASTQueryTranslatorFactory
    688  [main] INFO  org.hibernate.cfg.SettingsFactory  - Query language substitutions: {}
    688  [main] INFO  org.hibernate.connection.DriverManagerConnectionProvider  - Using Hibernate built-in connection pool (not for production use!)
    688  [main] INFO  org.hibernate.connection.DriverManagerConnectionProvider  - Hibernate connection pool size: 1
    688  [main] INFO  org.hibernate.connection.DriverManagerConnectionProvider  - autocommit mode: false
    704  [main] INFO  org.hibernate.connection.DriverManagerConnectionProvider  - using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost/mysqltest
    704  [main] INFO  org.hibernate.connection.DriverManagerConnectionProvider  - connection properties: {user=user, password=passwoord}
    704  [main] DEBUG org.hibernate.connection.DriverManagerConnectionProvider  - total checked-out connections: 0
    704  [main] DEBUG org.hibernate.connection.DriverManagerConnectionProvider  - opening new JDBC connection
    891  [main] DEBUG org.hibernate.connection.DriverManagerConnectionProvider  - created connection to: jdbc:mysql://localhost/mysqltest, Isolation Level: 4
    891  [main] DEBUG org.hibernate.connection.DriverManagerConnectionProvider  - returning connection to pool, pool size: 1
    891  [main] INFO  org.hibernate.cfg.SettingsFactory  - JDBC batch size: 15
    891  [main] INFO  org.hibernate.cfg.SettingsFactory  - JDBC batch updates for versioned data: disabled
    891  [main] INFO  org.hibernate.cfg.SettingsFactory  - Scrollable result sets: enabled
    891  [main] DEBUG org.hibernate.cfg.SettingsFactory  - Wrap result sets: disabled
    891  [main] INFO  org.hibernate.cfg.SettingsFactory  - JDBC3 getGeneratedKeys(): enabled
    891  [main] INFO  org.hibernate.transaction.TransactionFactoryFactory  - Using default transaction strategy (direct JDBC transactions)
    891  [main] INFO  org.hibernate.transaction.TransactionManagerLookupFactory  - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    907  [main] INFO  org.hibernate.cfg.SettingsFactory  - Automatic flush during beforeCompletion(): disabled
    907  [main] INFO  org.hibernate.cfg.SettingsFactory  - Automatic session close at end of transaction: disabled
    907  [main] INFO  org.hibernate.cfg.SettingsFactory  - Cache provider: org.hibernate.cache.EhCacheProvider
    907  [main] INFO  org.hibernate.cfg.SettingsFactory  - Second-level cache: enabled
    907  [main] INFO  org.hibernate.cfg.SettingsFactory  - Optimize cache for minimal puts: disabled
    907  [main] INFO  org.hibernate.cfg.SettingsFactory  - Structured second-level cache entries: enabled
    907  [main] INFO  org.hibernate.cfg.SettingsFactory  - Query cache: disabled
    907  [main] INFO  org.hibernate.cfg.SettingsFactory  - Echoing all SQL to stdout
    907  [main] INFO  org.hibernate.cfg.SettingsFactory  - Statistics: disabled
    907  [main] INFO  org.hibernate.cfg.SettingsFactory  - Deleted entity synthetic identifier rollback: disabled
    907  [main] INFO  org.hibernate.cfg.SettingsFactory  - Default entity-mode: pojo
    1063 [main] INFO  org.hibernate.impl.SessionFactoryImpl  - building session factory
    1063 [main] DEBUG org.hibernate.impl.SessionFactoryImpl  - Session factory constructed with filter configurations : {}
    1063 [main] DEBUG org.hibernate.impl.SessionFactoryImpl  - instantiating session factory with properties:
    1063 [main] DEBUG net.sf.ehcache.CacheManager  - Creating new CacheManager with default config
    1063 [main] DEBUG net.sf.ehcache.CacheManager  - Configuring ehcache from classpath.
    1063 [main] WARN  net.sf.ehcache.config.Configurator  - No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/J:/eclipse/jars_plugins/jars/ibernate3-extra/ehcache-1.1.jar!/ehcache-failsafe.xml
    1079 [main] DEBUG net.sf.ehcache.config.Configuration$DiskStore  - Disk Store Path: C:DOCUME~1EigenaarLOCALS~1Temp
    in klant :naam
    1360 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  - Static SQL for entity: src.User
    1360 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  -  Version select: select id from users where id =?
    1360 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  -  Snapshot select: select user_.id, user_.naam as naam0_, user_.wachtwoord as wachtwoord0_, user_.aansluiting as aansluit4_0_, user_.werkniveau as werkniveau0_ from users user_ where user_.id=?
    1360 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  -  Insert 0: insert into users (naam, wachtwoord, aansluiting, werkniveau, id) values (?, ?, ?, ?, ?)
    1360 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  -  Update 0: update users set naam=?, wachtwoord=?, aansluiting=?, werkniveau=? where id=?
    1360 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  -  Delete 0: delete from users where id=?
    1454 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  - Static SQL for entity: src.Klant
    1454 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  -  Version select: select id from klanten where id =?
    1454 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  -  Snapshot select: select klant_.id, klant_.voornaam as voornaam1_, klant_.achternaam as achternaam1_, klant_.straat as straat1_, klant_.huisnr as huisnr1_, klant_.postnr as postnr1_, klant_.gemeente as gemeente1_ from klanten klant_ where klant_.id=?
    1454 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  -  Insert 0: insert into klanten (voornaam, achternaam, straat, huisnr, postnr, gemeente, id) values (?, ?, ?, ?, ?, ?, ?)
    1454 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  -  Update 0: update klanten set voornaam=?, achternaam=?, straat=?, huisnr=?, postnr=?, gemeente=? where id=?
    1454 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  -  Delete 0: delete from klanten where id=?
    1485 [main] DEBUG org.hibernate.loader.entity.EntityLoader  - Static select for entity src.User: select user0_.id as id0_, user0_.naam as naam0_0_, user0_.wachtwoord as wachtwoord0_0_, user0_.aansluiting as aansluit4_0_0_, user0_.werkniveau as werkniveau0_0_ from users user0_ where user0_.id=?
    1485 [main] DEBUG org.hibernate.loader.entity.EntityLoader  - Static select for entity src.User: select user0_.id as id0_, user0_.naam as naam0_0_, user0_.wachtwoord as wachtwoord0_0_, user0_.aansluiting as aansluit4_0_0_, user0_.werkniveau as werkniveau0_0_ from users user0_ where user0_.id=?
    1485 [main] DEBUG org.hibernate.loader.entity.EntityLoader  - Static select for entity src.User: select user0_.id as id0_, user0_.naam as naam0_0_, user0_.wachtwoord as wachtwoord0_0_, user0_.aansluiting as aansluit4_0_0_, user0_.werkniveau as werkniveau0_0_ from users user0_ where user0_.id=?
    1485 [main] DEBUG org.hibernate.loader.entity.EntityLoader  - Static select for entity src.User: select user0_.id as id0_, user0_.naam as naam0_0_, user0_.wachtwoord as wachtwoord0_0_, user0_.aansluiting as aansluit4_0_0_, user0_.werkniveau as werkniveau0_0_ from users user0_ where user0_.id=?
    1485 [main] DEBUG org.hibernate.loader.entity.EntityLoader  - Static select for entity src.Klant: select klant0_.id as id0_, klant0_.voornaam as voornaam1_0_, klant0_.achternaam as achternaam1_0_, klant0_.straat as straat1_0_, klant0_.huisnr as huisnr1_0_, klant0_.postnr as postnr1_0_, klant0_.gemeente as gemeente1_0_ from klanten klant0_ where klant0_.id=?
    1485 [main] DEBUG org.hibernate.loader.entity.EntityLoader  - Static select for entity src.Klant: select klant0_.id as id0_, klant0_.voornaam as voornaam1_0_, klant0_.achternaam as achternaam1_0_, klant0_.straat as straat1_0_, klant0_.huisnr as huisnr1_0_, klant0_.postnr as postnr1_0_, klant0_.gemeente as gemeente1_0_ from klanten klant0_ where klant0_.id=?
    1485 [main] DEBUG org.hibernate.loader.entity.EntityLoader  - Static select for entity src.Klant: select klant0_.id as id0_, klant0_.voornaam as voornaam1_0_, klant0_.achternaam as achternaam1_0_, klant0_.straat as straat1_0_, klant0_.huisnr as huisnr1_0_, klant0_.postnr as postnr1_0_, klant0_.gemeente as gemeente1_0_ from klanten klant0_ where klant0_.id=?
    1485 [main] DEBUG org.hibernate.loader.entity.EntityLoader  - Static select for entity src.Klant: select klant0_.id as id0_, klant0_.voornaam as voornaam1_0_, klant0_.achternaam as achternaam1_0_, klant0_.straat as straat1_0_, klant0_.huisnr as huisnr1_0_, klant0_.postnr as postnr1_0_, klant0_.gemeente as gemeente1_0_ from klanten klant0_ where klant0_.id=?
    1485 [main] DEBUG org.hibernate.impl.SessionFactoryObjectFactory  - initializing class SessionFactoryObjectFactory
    1500 [main] DEBUG org.hibernate.impl.SessionFactoryObjectFactory  - registered: 402881e6147cdcb601147cdcb85d0000 (unnamed)
    1500 [main] INFO  org.hibernate.impl.SessionFactoryObjectFactory  - Not binding factory to JNDI, no JNDI name configured
    1500 [main] DEBUG org.hibernate.impl.SessionFactoryImpl  - instantiated session factory
    1500 [main] INFO  org.hibernate.impl.SessionFactoryImpl  - Checking 0 named queries
    >>>>> user update
    saveOrUpdate
    openSessionTrans
    sessionfactorg.hibernate.impl.SessionFactoryImpl@fbb7cb
    1532 [main] DEBUG org.hibernate.impl.SessionImpl  - opened session
    1532 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - begin
    1532 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - opening JDBC connection
    1532 [main] DEBUG org.hibernate.connection.DriverManagerConnectionProvider  - total checked-out connections: 0
    1532 [main] DEBUG org.hibernate.connection.DriverManagerConnectionProvider  - using pooled JDBC connection, pool size: 0
    1532 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - current autocommit status: false
    1532 [main] DEBUG org.hibernate.event.def.AbstractSaveEventListener  - transient instance of: src.User
    1532 [main] DEBUG org.hibernate.event.def.DefaultSaveOrUpdateEventListener  - saving transient instance
    1532 [main] DEBUG org.hibernate.id.IncrementGenerator  - fetching initial value: select max(id) from users
    1547 [main] DEBUG org.hibernate.id.IncrementGenerator  - first free id: 2
    1547 [main] DEBUG org.hibernate.event.def.AbstractSaveEventListener  - generated identifier: 2, using strategy: org.hibernate.id.IncrementGenerator
    1547 [main] DEBUG org.hibernate.event.def.AbstractSaveEventListener  - saving [src.User#2]
    1563 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - commit
    1563 [main] DEBUG org.hibernate.impl.SessionImpl  - automatically flushing session
    1563 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - flushing session
    1563 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - processing flush-time cascades
    1563 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - dirty checking collections
    1563 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Flushing entities and processing referenced collections
    1563 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Processing unreferenced collections
    1563 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Scheduling collection removes/(re)creates/updates
    1563 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Flushed: 1 insertions, 0 updates, 0 deletions to 1 objects
    1563 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
    1563 [main] DEBUG org.hibernate.pretty.Printer  - listing entities:
    1579 [main] DEBUG org.hibernate.pretty.Printer  - src.User{aansluiting=19 augustus 2007, naam=De Koster, wachtwoord=kost, id=2, werkniveau=0}
    1579 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - executing flush
    1579 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  - Inserting entity: [src.User#2]
    1579 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
    1579 [main] DEBUG org.hibernate.SQL  - insert into users (naam, wachtwoord, aansluiting, werkniveau, id) values (?, ?, ?, ?, ?)
    Hibernate: insert into users (naam, wachtwoord, aansluiting, werkniveau, id) values (?, ?, ?, ?, ?)
    1579 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - preparing statement
    1579 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  - Dehydrating entity: [src.User#2]
    1579 [main] DEBUG org.hibernate.type.StringType  - binding 'De Koster' to parameter: 1
    1579 [main] DEBUG org.hibernate.type.StringType  - binding 'kost' to parameter: 2
    1579 [main] DEBUG org.hibernate.type.DateType  - binding '19 augustus 2007' to parameter: 3
    1579 [main] DEBUG org.hibernate.type.IntegerType  - binding '0' to parameter: 4
    1579 [main] DEBUG org.hibernate.type.LongType  - binding '2' to parameter: 5
    1579 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - Adding to batch
    1579 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - Executing batch size: 1
    1579 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
    1579 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - closing statement
    1579 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - post flush
    1579 [main] DEBUG org.hibernate.jdbc.JDBCContext  - before transaction completion
    1579 [main] DEBUG org.hibernate.impl.SessionImpl  - before transaction completion
    1610 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - committed JDBC Connection
    1610 [main] DEBUG org.hibernate.jdbc.JDBCContext  - after transaction completion
    1610 [main] DEBUG org.hibernate.impl.SessionImpl  - after transaction completion
    1610 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - rollback
    1610 [main] DEBUG org.hibernate.jdbc.JDBCContext  - before transaction completion
    1610 [main] DEBUG org.hibernate.impl.SessionImpl  - before transaction completion
    1610 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - rolled back JDBC Connection
    1610 [main] DEBUG org.hibernate.jdbc.JDBCContext  - after transaction completion
    1610 [main] DEBUG org.hibernate.impl.SessionImpl  - after transaction completion
    Terugschroeven
    1610 [main] DEBUG org.hibernate.impl.SessionImpl  - closing session
    1610 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - closing JDBC connection (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)
    1610 [main] DEBUG org.hibernate.connection.DriverManagerConnectionProvider  - returning connection to pool, pool size: 1
    1610 [main] DEBUG org.hibernate.jdbc.JDBCContext  - after transaction completion
    1610 [main] DEBUG org.hibernate.impl.SessionImpl  - after transaction completion
    >>>>>>>>>>>>>>>>>>>>>>>>>>user toegevoegd
    openSessionTrans
    sessionfactorg.hibernate.impl.SessionFactoryImpl@fbb7cb
    1610 [main] DEBUG org.hibernate.impl.SessionImpl  - opened session
    1610 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - begin
    1610 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - opening JDBC connection
    1610 [main] DEBUG org.hibernate.connection.DriverManagerConnectionProvider  - total checked-out connections: 0
    1610 [main] DEBUG org.hibernate.connection.DriverManagerConnectionProvider  - using pooled JDBC connection, pool size: 0
    1610 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - current autocommit status: false
    1610 [main] DEBUG org.hibernate.impl.SessionImpl  - find: from src.User
    1610 [main] DEBUG org.hibernate.engine.QueryParameters  - named parameters: {}
    1625 [Finalizer] DEBUG org.hibernate.jdbc.JDBCContext  - running Session.finalize()
    1688 [main] DEBUG org.hibernate.hql.ast.QueryTranslatorImpl  - parse() - HQL: from src.User
    1704 [main] DEBUG org.hibernate.hql.AST  - --- HQL AST ---
     -[QUERY] CommonAST: 'query'
        -[SELECT_FROM] CommonAST: 'SELECT_FROM'
           -[FROM] CommonAST: 'from'
              -[DOT] CommonAST: '.'
                 +-[IDENT] CommonAST: 'src'
                 -[IDENT] CommonAST: 'User'

    1704 [main] DEBUG hql.parser  - throwQueryException() : no errors
    1735 [main] DEBUG org.hibernate.hql.antlr.HqlSqlBaseWalker  - query() << begin, level = 1
    1766 [main] DEBUG org.hibernate.hql.ast.FromElement  - src.User (no alias) -> user0_
    1766 [main] DEBUG org.hibernate.hql.antlr.HqlSqlBaseWalker  - query() : finishing up...
    1766 [main] DEBUG org.hibernate.hql.ast.HqlSqlWalker  - Derived SELECT clause created.
    1782 [main] DEBUG org.hibernate.hql.ast.JoinProcessor  - Using FROM fragment [users user0_]
    1782 [main] DEBUG org.hibernate.hql.antlr.HqlSqlBaseWalker  - query() >> end, level = 1
    1782 [main] DEBUG org.hibernate.hql.AST  - --- SQL AST ---
     -[SELECT] QueryNode: 'SELECT'  querySpaces (users)
        +-[SELECT_CLAUSE] SelectClause: '{derived select clause}'
        |  +-[SELECT_EXPR] SelectExpressionImpl: 'user0_.id as id' {FromElement{explicit,not a collection join,classAlias=null,role=null,tableName=users,tableAlias=user0_,colums={,className=src.User}}}
        |  -[SQL_TOKEN] SqlFragment: 'user0_.naam as naam0_, user0_.wachtwoord as wachtwoord0_, user0_.aansluiting as aansluit4_0_, user0_.werkniveau as werkniveau0_'
        -[FROM] FromClause: 'from' FromClause{from}
           -[FROM_FRAGMENT] FromElement: 'users user0_' FromElement{explicit,not a collection join,classAlias=null,role=null,tableName=users,tableAlias=user0_,colums={,className=src.User}}

    1782 [main] DEBUG hql.parser  - throwQueryException() : no errors
    1797 [main] DEBUG org.hibernate.hql.ast.QueryTranslatorImpl  - HQL: from src.User
    1797 [main] DEBUG org.hibernate.hql.ast.QueryTranslatorImpl  - SQL: select user0_.id as id, user0_.naam as naam0_, user0_.wachtwoord as wachtwoord0_, user0_.aansluiting as aansluit4_0_, user0_.werkniveau as werkniveau0_ from users user0_
    1797 [main] DEBUG hql.parser  - throwQueryException() : no errors
    1797 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
    1797 [main] DEBUG org.hibernate.SQL  - select user0_.id as id, user0_.naam as naam0_, user0_.wachtwoord as wachtwoord0_, user0_.aansluiting as aansluit4_0_, user0_.werkniveau as werkniveau0_ from users user0_
    Hibernate: select user0_.id as id, user0_.naam as naam0_, user0_.wachtwoord as wachtwoord0_, user0_.aansluiting as aansluit4_0_, user0_.werkniveau as werkniveau0_ from users user0_
    1797 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - preparing statement
    1797 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - about to open ResultSet (open ResultSets: 0, globally: 0)
    1797 [main] DEBUG org.hibernate.loader.Loader  - processing result set
    1797 [main] DEBUG org.hibernate.loader.Loader  - result set row: 0
    1797 [main] DEBUG org.hibernate.type.LongType  - returning '1' as column: id
    1797 [main] DEBUG org.hibernate.loader.Loader  - result row: EntityKey[src.User#1]
    1797 [main] DEBUG org.hibernate.loader.Loader  - Initializing object from ResultSet: [src.User#1]
    1797 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  - Hydrating entity: [src.User#1]
    1797 [main] DEBUG org.hibernate.type.StringType  - returning 'De Koster' as column: naam0_
    1797 [main] DEBUG org.hibernate.type.StringType  - returning 'kost' as column: wachtwoord0_
    1813 [main] DEBUG org.hibernate.type.DateType  - returning '19 augustus 2007' as column: aansluit4_0_
    1813 [main] DEBUG org.hibernate.type.IntegerType  - returning '0' as column: werkniveau0_
    1813 [main] DEBUG org.hibernate.loader.Loader  - result set row: 1
    1813 [main] DEBUG org.hibernate.type.LongType  - returning '2' as column: id
    1813 [main] DEBUG org.hibernate.loader.Loader  - result row: EntityKey[src.User#2]
    1813 [main] DEBUG org.hibernate.loader.Loader  - Initializing object from ResultSet: [src.User#2]
    1813 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  - Hydrating entity: [src.User#2]
    1813 [main] DEBUG org.hibernate.type.StringType  - returning 'De Koster' as column: naam0_
    1813 [main] DEBUG org.hibernate.type.StringType  - returning 'kost' as column: wachtwoord0_
    1813 [main] DEBUG org.hibernate.type.DateType  - returning '19 augustus 2007' as column: aansluit4_0_
    1813 [main] DEBUG org.hibernate.type.IntegerType  - returning '0' as column: werkniveau0_
    1813 [main] DEBUG org.hibernate.loader.Loader  - done processing result set (2 rows)
    1813 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - about to close ResultSet (open ResultSets: 1, globally: 1)
    1813 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
    1813 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - closing statement
    1813 [main] DEBUG org.hibernate.loader.Loader  - total objects hydrated: 2
    1813 [main] DEBUG org.hibernate.engine.TwoPhaseLoad  - resolving associations for [src.User#1]
    in klant :naam
    1813 [main] DEBUG org.hibernate.engine.TwoPhaseLoad  - done materializing entity [src.User#1]
    1813 [main] DEBUG org.hibernate.engine.TwoPhaseLoad  - resolving associations for [src.User#2]
    in klant :naam
    1813 [main] DEBUG org.hibernate.engine.TwoPhaseLoad  - done materializing entity [src.User#2]
    1813 [main] DEBUG org.hibernate.engine.PersistenceContext  - initializing non-lazy collections
    1813 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - commit
    1813 [main] DEBUG org.hibernate.impl.SessionImpl  - automatically flushing session
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - flushing session
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - processing flush-time cascades
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - dirty checking collections
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Flushing entities and processing referenced collections
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Processing unreferenced collections
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Scheduling collection removes/(re)creates/updates
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
    1813 [main] DEBUG org.hibernate.pretty.Printer  - listing entities:
    1813 [main] DEBUG org.hibernate.pretty.Printer  - src.User{aansluiting=19 augustus 2007, naam=De Koster, wachtwoord=kost, id=2, werkniveau=0}
    1813 [main] DEBUG org.hibernate.pretty.Printer  - src.User{aansluiting=19 augustus 2007, naam=De Koster, wachtwoord=kost, id=1, werkniveau=0}
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - executing flush
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - post flush
    1813 [main] DEBUG org.hibernate.jdbc.JDBCContext  - before transaction completion
    1813 [main] DEBUG org.hibernate.impl.SessionImpl  - before transaction completion
    1813 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - committed JDBC Connection
    1813 [main] DEBUG org.hibernate.jdbc.JDBCContext  - after transaction completion
    1813 [main] DEBUG org.hibernate.impl.SessionImpl  - after transaction completion
    1813 [main] DEBUG org.hibernate.impl.SessionImpl  - closing session
    1813 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - closing JDBC connection (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)
    1813 [main] DEBUG org.hibernate.connection.DriverManagerConnectionProvider  - returning connection to pool, pool size: 1
    1813 [main] DEBUG org.hibernate.jdbc.JDBCContext  - after transaction completion
    1813 [main] DEBUG org.hibernate.impl.SessionImpl  - after transaction completion
    maak indien nodig
    sessionfactorg.hibernate.impl.SessionFactoryImpl@fbb7cb
    >>>>> user update
    saveOrUpdate
    openSessionTrans
    sessionfactorg.hibernate.impl.SessionFactoryImpl@fbb7cb
    1813 [main] DEBUG org.hibernate.impl.SessionImpl  - opened session
    1813 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - begin
    1813 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - opening JDBC connection
    1813 [main] DEBUG org.hibernate.connection.DriverManagerConnectionProvider  - total checked-out connections: 0
    1813 [main] DEBUG org.hibernate.connection.DriverManagerConnectionProvider  - using pooled JDBC connection, pool size: 0
    1813 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - current autocommit status: false
    1813 [main] DEBUG org.hibernate.event.def.AbstractSaveEventListener  - transient instance of: src.Klant
    1813 [main] DEBUG org.hibernate.event.def.DefaultSaveOrUpdateEventListener  - saving transient instance
    1813 [main] DEBUG org.hibernate.id.IncrementGenerator  - fetching initial value: select max(id) from klanten
    1813 [main] DEBUG org.hibernate.id.IncrementGenerator  - first free id: 2
    1813 [main] DEBUG org.hibernate.event.def.AbstractSaveEventListener  - generated identifier: 2, using strategy: org.hibernate.id.IncrementGenerator
    1813 [main] DEBUG org.hibernate.event.def.AbstractSaveEventListener  - saving [src.Klant#2]
    1813 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - commit
    1813 [main] DEBUG org.hibernate.impl.SessionImpl  - automatically flushing session
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - flushing session
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - processing flush-time cascades
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - dirty checking collections
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Flushing entities and processing referenced collections
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Processing unreferenced collections
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Scheduling collection removes/(re)creates/updates
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Flushed: 1 insertions, 0 updates, 0 deletions to 1 objects
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
    1813 [main] DEBUG org.hibernate.pretty.Printer  - listing entities:
    1813 [main] DEBUG org.hibernate.pretty.Printer  - src.Klant{postnr=4578, straat=Klantenstraat, voornaam=Andre, gemeente=Winkelen, huisnr=15, achternaam=De Client, id=2}
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - executing flush
    1813 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  - Inserting entity: [src.Klant#2]
    1813 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
    1813 [main] DEBUG org.hibernate.SQL  - insert into klanten (voornaam, achternaam, straat, huisnr, postnr, gemeente, id) values (?, ?, ?, ?, ?, ?, ?)
    Hibernate: insert into klanten (voornaam, achternaam, straat, huisnr, postnr, gemeente, id) values (?, ?, ?, ?, ?, ?, ?)
    1813 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - preparing statement
    1813 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  - Dehydrating entity: [src.Klant#2]
    1813 [main] DEBUG org.hibernate.type.StringType  - binding 'Andre' to parameter: 1
    1813 [main] DEBUG org.hibernate.type.StringType  - binding 'De Client' to parameter: 2
    1813 [main] DEBUG org.hibernate.type.StringType  - binding 'Klantenstraat' to parameter: 3
    1813 [main] DEBUG org.hibernate.type.StringType  - binding '15' to parameter: 4
    1813 [main] DEBUG org.hibernate.type.StringType  - binding '4578' to parameter: 5
    1813 [main] DEBUG org.hibernate.type.StringType  - binding 'Winkelen' to parameter: 6
    1813 [main] DEBUG org.hibernate.type.LongType  - binding '2' to parameter: 7
    1813 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - Adding to batch
    1813 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - Executing batch size: 1
    1813 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
    1813 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - closing statement
    1813 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - post flush
    1813 [main] DEBUG org.hibernate.jdbc.JDBCContext  - before transaction completion
    1813 [main] DEBUG org.hibernate.impl.SessionImpl  - before transaction completion
    1844 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - committed JDBC Connection
    1844 [main] DEBUG org.hibernate.jdbc.JDBCContext  - after transaction completion
    1844 [main] DEBUG org.hibernate.impl.SessionImpl  - after transaction completion
    1844 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - rollback
    1844 [main] DEBUG org.hibernate.jdbc.JDBCContext  - before transaction completion
    1844 [main] DEBUG org.hibernate.impl.SessionImpl  - before transaction completion
    1844 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - rolled back JDBC Connection
    1844 [main] DEBUG org.hibernate.jdbc.JDBCContext  - after transaction completion
    1844 [main] DEBUG org.hibernate.impl.SessionImpl  - after transaction completion
    Terugschroeven
    1844 [main] DEBUG org.hibernate.impl.SessionImpl  - closing session
    1844 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - closing JDBC connection (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)
    1844 [main] DEBUG org.hibernate.connection.DriverManagerConnectionProvider  - returning connection to pool, pool size: 1
    1844 [main] DEBUG org.hibernate.jdbc.JDBCContext  - after transaction completion
    1844 [main] DEBUG org.hibernate.impl.SessionImpl  - after transaction completion
    >>>>>>>>>>>>>>>>>>>>>>>>>>klant toegevoegd
    openSessionTrans
    sessionfactorg.hibernate.impl.SessionFactoryImpl@fbb7cb
    1844 [main] DEBUG org.hibernate.impl.SessionImpl  - opened session
    1844 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - begin
    1844 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - opening JDBC connection
    1844 [main] DEBUG org.hibernate.connection.DriverManagerConnectionProvider  - total checked-out connections: 0
    1844 [main] DEBUG org.hibernate.connection.DriverManagerConnectionProvider  - using pooled JDBC connection, pool size: 0
    1844 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - current autocommit status: false
    1844 [main] DEBUG org.hibernate.impl.SessionImpl  - find: from src.Klant
    1844 [main] DEBUG org.hibernate.engine.QueryParameters  - named parameters: {}
    1844 [main] DEBUG org.hibernate.hql.ast.QueryTranslatorImpl  - parse() - HQL: from src.Klant
    1860 [main] DEBUG org.hibernate.hql.AST  - --- HQL AST ---
     -[QUERY] CommonAST: 'query'
        -[SELECT_FROM] CommonAST: 'SELECT_FROM'
           -[FROM] CommonAST: 'from'
              -[DOT] CommonAST: '.'
                 +-[IDENT] CommonAST: 'src'
                 -[IDENT] CommonAST: 'Klant'

    1860 [main] DEBUG hql.parser  - throwQueryException() : no errors
    1860 [main] DEBUG org.hibernate.hql.antlr.HqlSqlBaseWalker  - query() << begin, level = 1
    1860 [main] DEBUG org.hibernate.hql.ast.FromElement  - src.Klant (no alias) -> klant0_
    1860 [main] DEBUG org.hibernate.hql.antlr.HqlSqlBaseWalker  - query() : finishing up...
    1860 [main] DEBUG org.hibernate.hql.ast.HqlSqlWalker  - Derived SELECT clause created.
    1860 [main] DEBUG org.hibernate.hql.ast.JoinProcessor  - Using FROM fragment [klanten klant0_]
    1860 [main] DEBUG org.hibernate.hql.antlr.HqlSqlBaseWalker  - query() >> end, level = 1
    1860 [main] DEBUG org.hibernate.hql.AST  - --- SQL AST ---
     -[SELECT] QueryNode: 'SELECT'  querySpaces (klanten)
        +-[SELECT_CLAUSE] SelectClause: '{derived select clause}'
        |  +-[SELECT_EXPR] SelectExpressionImpl: 'klant0_.id as id' {FromElement{explicit,not a collection join,classAlias=null,role=null,tableName=klanten,tableAlias=klant0_,colums={,className=src.Klant}}}
        |  -[SQL_TOKEN] SqlFragment: 'klant0_.voornaam as voornaam1_, klant0_.achternaam as achternaam1_, klant0_.straat as straat1_, klant0_.huisnr as huisnr1_, klant0_.postnr as postnr1_, klant0_.gemeente as gemeente1_'
        -[FROM] FromClause: 'from' FromClause{from}
           -[FROM_FRAGMENT] FromElement: 'klanten klant0_' FromElement{explicit,not a collection join,classAlias=null,role=null,tableName=klanten,tableAlias=klant0_,colums={,className=src.Klant}}

    1860 [main] DEBUG hql.parser  - throwQueryException() : no errors
    1860 [main] DEBUG org.hibernate.hql.ast.QueryTranslatorImpl  - HQL: from src.Klant
    1860 [main] DEBUG org.hibernate.hql.ast.QueryTranslatorImpl  - SQL: select klant0_.id as id, klant0_.voornaam as voornaam1_, klant0_.achternaam as achternaam1_, klant0_.straat as straat1_, klant0_.huisnr as huisnr1_, klant0_.postnr as postnr1_, klant0_.gemeente as gemeente1_ from klanten klant0_
    1860 [main] DEBUG hql.parser  - throwQueryException() : no errors
    1860 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
    1860 [main] DEBUG org.hibernate.SQL  - select klant0_.id as id, klant0_.voornaam as voornaam1_, klant0_.achternaam as achternaam1_, klant0_.straat as straat1_, klant0_.huisnr as huisnr1_, klant0_.postnr as postnr1_, klant0_.gemeente as gemeente1_ from klanten klant0_
    Hibernate: select klant0_.id as id, klant0_.voornaam as voornaam1_, klant0_.achternaam as achternaam1_, klant0_.straat as straat1_, klant0_.huisnr as huisnr1_, klant0_.postnr as postnr1_, klant0_.gemeente as gemeente1_ from klanten klant0_
    1860 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - preparing statement
    1860 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - about to open ResultSet (open ResultSets: 0, globally: 0)
    1860 [main] DEBUG org.hibernate.loader.Loader  - processing result set
    1860 [main] DEBUG org.hibernate.loader.Loader  - result set row: 0
    1860 [main] DEBUG org.hibernate.type.LongType  - returning '1' as column: id
    1860 [main] DEBUG org.hibernate.loader.Loader  - result row: EntityKey[src.Klant#1]
    1860 [main] DEBUG org.hibernate.loader.Loader  - Initializing object from ResultSet: [src.Klant#1]
    1860 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  - Hydrating entity: [src.Klant#1]
    1860 [main] DEBUG org.hibernate.type.StringType  - returning 'Andre' as column: voornaam1_
    1860 [main] DEBUG org.hibernate.type.StringType  - returning 'De Client' as column: achternaam1_
    1860 [main] DEBUG org.hibernate.type.StringType  - returning 'Klantenstraat' as column: straat1_
    1860 [main] DEBUG org.hibernate.type.StringType  - returning '15' as column: huisnr1_
    1860 [main] DEBUG org.hibernate.type.StringType  - returning '4578' as column: postnr1_
    1860 [main] DEBUG org.hibernate.type.StringType  - returning 'Winkelen' as column: gemeente1_
    1860 [main] DEBUG org.hibernate.loader.Loader  - result set row: 1
    1860 [main] DEBUG org.hibernate.type.LongType  - returning '2' as column: id
    1860 [main] DEBUG org.hibernate.loader.Loader  - result row: EntityKey[src.Klant#2]
    1860 [main] DEBUG org.hibernate.loader.Loader  - Initializing object from ResultSet: [src.Klant#2]
    1860 [main] DEBUG org.hibernate.persister.entity.BasicEntityPersister  - Hydrating entity: [src.Klant#2]
    1860 [main] DEBUG org.hibernate.type.StringType  - returning 'Andre' as column: voornaam1_
    1860 [main] DEBUG org.hibernate.type.StringType  - returning 'De Client' as column: achternaam1_
    1860 [main] DEBUG org.hibernate.type.StringType  - returning 'Klantenstraat' as column: straat1_
    1860 [main] DEBUG org.hibernate.type.StringType  - returning '15' as column: huisnr1_
    1860 [main] DEBUG org.hibernate.type.StringType  - returning '4578' as column: postnr1_
    1860 [main] DEBUG org.hibernate.type.StringType  - returning 'Winkelen' as column: gemeente1_
    1860 [main] DEBUG org.hibernate.loader.Loader  - done processing result set (2 rows)
    1860 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - about to close ResultSet (open ResultSets: 1, globally: 1)
    1860 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
    1860 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - closing statement
    1860 [main] DEBUG org.hibernate.loader.Loader  - total objects hydrated: 2
    1860 [main] DEBUG org.hibernate.engine.TwoPhaseLoad  - resolving associations for [src.Klant#1]
    1860 [main] DEBUG org.hibernate.engine.TwoPhaseLoad  - done materializing entity [src.Klant#1]
    1860 [main] DEBUG org.hibernate.engine.TwoPhaseLoad  - resolving associations for [src.Klant#2]
    1860 [main] DEBUG org.hibernate.engine.TwoPhaseLoad  - done materializing entity [src.Klant#2]
    1860 [main] DEBUG org.hibernate.engine.PersistenceContext  - initializing non-lazy collections
    1860 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - commit
    1860 [main] DEBUG org.hibernate.impl.SessionImpl  - automatically flushing session
    1860 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - flushing session
    1860 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - processing flush-time cascades
    1860 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - dirty checking collections
    1860 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Flushing entities and processing referenced collections
    1860 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Processing unreferenced collections
    1860 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Scheduling collection removes/(re)creates/updates
    1860 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
    1860 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
    1860 [main] DEBUG org.hibernate.pretty.Printer  - listing entities:
    1860 [main] DEBUG org.hibernate.pretty.Printer  - src.Klant{postnr=4578, straat=Klantenstraat, voornaam=Andre, gemeente=Winkelen, huisnr=15, achternaam=De Client, id=2}
    1860 [main] DEBUG org.hibernate.pretty.Printer  - src.Klant{postnr=4578, straat=Klantenstraat, voornaam=Andre, gemeente=Winkelen, huisnr=15, achternaam=De Client, id=1}
    1860 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - executing flush
    1860 [main] DEBUG org.hibernate.event.def.AbstractFlushingEventListener  - post flush
    1860 [main] DEBUG org.hibernate.jdbc.JDBCContext  - before transaction completion
    1860 [main] DEBUG org.hibernate.impl.SessionImpl  - before transaction completion
    1860 [main] DEBUG org.hibernate.transaction.JDBCTransaction  - committed JDBC Connection
    1860 [main] DEBUG org.hibernate.jdbc.JDBCContext  - after transaction completion
    1860 [main] DEBUG org.hibernate.impl.SessionImpl  - after transaction completion
    1860 [main] DEBUG org.hibernate.impl.SessionImpl  - closing session
    1860 [main] DEBUG org.hibernate.jdbc.AbstractBatcher  - closing JDBC connection (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)
    1860 [main] DEBUG org.hibernate.connection.DriverManagerConnectionProvider  - returning connection to pool, pool size: 1
    1875 [main] DEBUG org.hibernate.jdbc.JDBCContext  - after transaction completion
    1875 [main] DEBUG org.hibernate.impl.SessionImpl  - after transaction completion
    Einde main




    Geef hier uw reactie door
    Uw naam *
    Uw e-mail
    URL
    Titel *
    Reactie *
      Persoonlijke gegevens onthouden?
    (* = verplicht!)
    Reacties op bericht (0)


    >

    Blog tegen de regels? Meld het ons!
    Gratis blog op http://blog.seniorennet.be - SeniorenNet Blogs, eenvoudig, gratis en snel jouw eigen blog!