Entendi.
Criei um projeto JSE e baixei a API logback.
11:53:16.559 [main] INFO o.hibernate.cfg.annotations.Version - Hibernate Annotations 3.5.1-Final
11:53:16.591 [main] INFO org.hibernate.cfg.Environment - Hibernate 3.5.1-Final
11:53:16.593 [main] INFO org.hibernate.cfg.Environment - hibernate.properties not found
11:53:16.599 [main] INFO org.hibernate.cfg.Environment - Bytecode provider name : javassist
11:53:16.605 [main] INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
11:53:16.749 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid] -> [class org.hibernate.id.UUIDHexGenerator]
11:53:16.754 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [hilo] -> [class org.hibernate.id.TableHiLoGenerator]
11:53:16.755 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [assigned] -> [class org.hibernate.id.Assigned]
11:53:16.758 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [identity] -> [class org.hibernate.id.IdentityGenerator]
11:53:16.759 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [select] -> [class org.hibernate.id.SelectGenerator]
11:53:16.762 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence] -> [class org.hibernate.id.SequenceGenerator]
11:53:16.763 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [seqhilo] -> [class org.hibernate.id.SequenceHiLoGenerator]
11:53:16.765 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [increment] -> [class org.hibernate.id.IncrementGenerator]
11:53:16.766 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [foreign] -> [class org.hibernate.id.ForeignGenerator]
11:53:16.767 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [guid] -> [class org.hibernate.id.GUIDGenerator]
11:53:16.768 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid.hex] -> [class org.hibernate.id.UUIDHexGenerator]
11:53:16.769 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence-identity] -> [class org.hibernate.id.SequenceIdentityGenerator]
11:53:16.771 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-sequence] -> [class org.hibernate.id.enhanced.SequenceStyleGenerator]
11:53:16.775 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-table] -> [class org.hibernate.id.enhanced.TableGenerator]
11:53:16.786 [main] INFO o.h.annotations.common.Version - Hibernate Commons Annotations 3.2.0.Final
11:53:16.797 [main] INFO org.hibernate.ejb.Version - Hibernate EntityManager 3.4.0.GA
11:53:16.797 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid] -> [class org.hibernate.id.UUIDHexGenerator]
11:53:16.798 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [hilo] -> [class org.hibernate.id.TableHiLoGenerator]
11:53:16.798 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [assigned] -> [class org.hibernate.id.Assigned]
11:53:16.798 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [identity] -> [class org.hibernate.id.IdentityGenerator]
11:53:16.798 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [select] -> [class org.hibernate.id.SelectGenerator]
11:53:16.798 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence] -> [class org.hibernate.id.SequenceGenerator]
11:53:16.798 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [seqhilo] -> [class org.hibernate.id.SequenceHiLoGenerator]
11:53:16.798 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [increment] -> [class org.hibernate.id.IncrementGenerator]
11:53:16.798 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [foreign] -> [class org.hibernate.id.ForeignGenerator]
11:53:16.799 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [guid] -> [class org.hibernate.id.GUIDGenerator]
11:53:16.799 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid.hex] -> [class org.hibernate.id.UUIDHexGenerator]
11:53:16.799 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence-identity] -> [class org.hibernate.id.SequenceIdentityGenerator]
11:53:16.799 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-sequence] -> [class org.hibernate.id.enhanced.SequenceStyleGenerator]
11:53:16.800 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-table] -> [class org.hibernate.id.enhanced.TableGenerator]
11:53:16.828 [main] DEBUG org.hibernate.ejb.Ejb3Configuration - Look up for persistence unit: livraria
11:53:16.929 [main] DEBUG org.hibernate.util.DTDEntityResolver - trying to resolve system-id [http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd]
11:53:17.018 [main] DEBUG org.hibernate.ejb.Ejb3Configuration - Detect class: true; detect hbm: true
11:53:17.034 [main] DEBUG o.h.ejb.packaging.AbstractJarVisitor - Searching mapped entities in jar/par: file:/C:/Users/jrosendo/Documents/Personal/Eclipse/workspace/JPA/bin/
11:53:17.036 [main] DEBUG o.h.ejb.packaging.AbstractJarVisitor - Filtering: com.livraria.entidades.Editora
11:53:17.078 [main] DEBUG o.h.ejb.packaging.AbstractJarVisitor - Java element filter matched for com.livraria.entidades.Editora
11:53:17.080 [main] DEBUG o.h.ejb.packaging.AbstractJarVisitor - Filtering: com.livraria.entidades.GeraTabelas
11:53:17.105 [main] DEBUG org.hibernate.ejb.Ejb3Configuration - Detect class: true; detect hbm: true
11:53:17.105 [main] DEBUG org.hibernate.ejb.Ejb3Configuration - Creating Factory: livraria
11:53:17.119 [main] DEBUG o.h.cfg.AnnotationConfiguration - Execute first pass mapping processing
11:53:17.170 [main] DEBUG o.h.cfg.AnnotationConfiguration - Process hbm files
11:53:17.171 [main] DEBUG o.h.cfg.AnnotationConfiguration - Process annotated classes
11:53:17.176 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.livraria.entidades.Editora
11:53:17.212 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
11:53:17.215 [main] DEBUG org.hibernate.cfg.AnnotationBinder - no value specified for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
11:53:17.232 [main] DEBUG o.h.cfg.annotations.EntityBinder - Import with entity name editora
11:53:17.238 [main] INFO o.h.cfg.annotations.EntityBinder - Bind entity com.livraria.entidades.Editora on table editora
11:53:17.308 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(editora), mappingColumn=id, insertable=true, updatable=true, unique=false}
11:53:17.314 [main] DEBUG o.h.cfg.annotations.PropertyBinder - binding property id with lazy=false
11:53:17.317 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for id
11:53:17.320 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property id
11:53:17.325 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(editora), mappingColumn=email, insertable=true, updatable=true, unique=false}
11:53:17.325 [main] DEBUG o.h.cfg.annotations.PropertyBinder - binding property email with lazy=false
11:53:17.325 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for email
11:53:17.325 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property email
11:53:17.326 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(editora), mappingColumn=nome, insertable=true, updatable=true, unique=false}
11:53:17.326 [main] DEBUG o.h.cfg.annotations.PropertyBinder - binding property nome with lazy=false
11:53:17.326 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for nome
11:53:17.326 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property nome
11:53:17.332 [main] DEBUG o.h.c.annotations.SimpleValueBinder - setting SimpleValue typeName for id
11:53:17.332 [main] DEBUG o.h.c.annotations.SimpleValueBinder - setting SimpleValue typeName for email
11:53:17.332 [main] DEBUG o.h.c.annotations.SimpleValueBinder - setting SimpleValue typeName for nome
11:53:17.333 [main] DEBUG o.h.cfg.AnnotationConfiguration - processing fk mappings (*ToOne and JoinedSubclass)
11:53:17.335 [main] DEBUG org.hibernate.cfg.Configuration - processing extends queue
11:53:17.335 [main] DEBUG org.hibernate.cfg.Configuration - processing collection mappings
11:53:17.335 [main] DEBUG org.hibernate.cfg.Configuration - processing native query and ResultSetMapping mappings
11:53:17.335 [main] DEBUG org.hibernate.cfg.Configuration - processing association property references
11:53:17.335 [main] DEBUG org.hibernate.cfg.Configuration - processing foreign key constraints
11:53:17.337 [main] INFO o.h.cfg.AnnotationConfiguration - Hibernate Validator not found: ignoring
11:53:17.360 [main] DEBUG org.hibernate.ejb.util.NamingHelper - No JNDI name configured for binding Ejb3Configuration
11:53:17.363 [main] DEBUG o.h.cfg.AnnotationConfiguration - Legacy Validator not present in classpath, ignoring event listener registration
11:53:17.369 [main] DEBUG o.h.c.s.HibernateSearchEventListenerRegister - Search not present in classpath, ignoring event listener registration.
11:53:17.369 [main] INFO o.h.c.s.HibernateSearchEventListenerRegister - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
11:53:17.369 [main] DEBUG org.hibernate.cfg.Configuration - Preparing to build session factory with filters : {}
11:53:17.369 [main] DEBUG o.h.cfg.AnnotationConfiguration - Execute first pass mapping processing
11:53:17.369 [main] DEBUG o.h.cfg.AnnotationConfiguration - Process hbm files
11:53:17.369 [main] DEBUG o.h.cfg.AnnotationConfiguration - Process annotated classes
11:53:17.369 [main] DEBUG o.h.cfg.AnnotationConfiguration - processing fk mappings (*ToOne and JoinedSubclass)
11:53:17.369 [main] DEBUG org.hibernate.cfg.Configuration - processing extends queue
11:53:17.370 [main] DEBUG org.hibernate.cfg.Configuration - processing collection mappings
11:53:17.370 [main] DEBUG org.hibernate.cfg.Configuration - processing native query and ResultSetMapping mappings
11:53:17.370 [main] DEBUG org.hibernate.cfg.Configuration - processing association property references
11:53:17.370 [main] DEBUG org.hibernate.cfg.Configuration - processing foreign key constraints
11:53:17.430 [main] WARN o.h.c.UserSuppliedConnectionProvider - No connection properties specified - the user must supply JDBC connections
11:53:17.455 [main] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.MySQLInnoDBDialect
11:53:17.459 [main] INFO o.h.engine.jdbc.JdbcSupportLoader - Disabling contextual LOB creation as connection was null
11:53:17.460 [main] INFO o.h.t.TransactionFactoryFactory - Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
11:53:17.462 [main] INFO o.h.t.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
11:53:17.462 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
11:53:17.462 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
11:53:17.462 [main] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: disabled
11:53:17.462 [main] DEBUG org.hibernate.cfg.SettingsFactory - Wrap result sets: disabled
11:53:17.462 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): disabled
11:53:17.462 [main] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: auto
11:53:17.463 [main] INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 2
11:53:17.463 [main] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
11:53:17.463 [main] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
11:53:17.463 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
11:53:17.463 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL inserts for batching: disabled
11:53:17.463 [main] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
11:53:17.465 [main] INFO o.h.h.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
11:53:17.465 [main] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
11:53:17.465 [main] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: enabled
11:53:17.465 [main] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
11:53:17.466 [main] INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
11:53:17.466 [main] INFO org.hibernate.cfg.SettingsFactory - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
11:53:17.466 [main] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
11:53:17.466 [main] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
11:53:17.470 [main] INFO org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout
11:53:17.471 [main] INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
11:53:17.471 [main] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
11:53:17.471 [main] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
11:53:17.471 [main] INFO org.hibernate.cfg.SettingsFactory - Named query checking : enabled
11:53:17.471 [main] INFO org.hibernate.cfg.SettingsFactory - Check Nullability in Core (should be disabled when Bean Validation is on): enabled
11:53:17.511 [main] INFO o.hibernate.impl.SessionFactoryImpl - building session factory
11:53:17.520 [main] DEBUG o.hibernate.impl.SessionFactoryImpl - Session factory constructed with filter configurations : {}
11:53:17.520 [main] DEBUG o.hibernate.impl.SessionFactoryImpl - instantiating session factory with properties: {java.vendor=Oracle Corporation, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, hibernate.ejb.discard_pc_on_close=false, hibernate.transaction.flush_before_completion=false, os.name=Windows 7, sun.boot.class.path=C:\Program Files\Java\jre7\lib\resources.jar;C:\Program Files\Java\jre7\lib\rt.jar;C:\Program Files\Java\jre7\lib\sunrsasign.jar;C:\Program Files\Java\jre7\lib\jsse.jar;C:\Program Files\Java\jre7\lib\jce.jar;C:\Program Files\Java\jre7\lib\charsets.jar;C:\Program Files\Java\jre7\lib\jfr.jar;C:\Program Files\Java\jre7\classes, user.country.format=BR, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.7.0_04-b22, hibernate.connection.autocommit=true, javax.persistence.jdbc.user=root, user.name=jrosendo, user.language.format=pt, hibernate.connection.release_mode=auto, hibernate.hbm2dll.auto=update, user.language=en, sun.boot.library.path=C:\Program Files\Java\jre7\bin, java.version=1.7.0_04, user.timezone=America/Sao_Paulo, sun.arch.data.model=64, java.endorsed.dirs=C:\Program Files\Java\jre7\lib\endorsed, sun.cpu.isalist=amd64, sun.jnu.encoding=Cp1252, file.encoding.pkg=sun.io, file.separator=\, java.specification.name=Java Platform API Specification, hibernate.format_sql=true, java.class.version=51.0, user.country=US, java.home=C:\Program Files\Java\jre7, java.vm.info=mixed mode, os.version=6.1, hibernate.transaction.factory_class=org.hibernate.transaction.JDBCTransactionFactory, hibernate.query.jpaql_strict_compliance=true, path.separator=;, java.vm.version=23.0-b21, javax.persistence.jdbc.url=jdbc:mysql://localhost:3306/livraria, user.variant=, java.awt.printerjob=sun.awt.windows.WPrinterJob, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, user.script=, user.home=C:\Users\jrosendo, java.specification.vendor=Oracle Corporation, java.library.path=C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_04\bin;C:\Program Files (x86)\TortoiseSVN\bin;., java.vendor.url=http://java.oracle.com/, java.vm.vendor=Oracle Corporation, hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=com.livraria.entidades.GeraTabelas, java.class.path=C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\bin;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\antlr-2.7.7.jar;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\commons-collections-3.1.jar;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\dom4j-2.0.0-ALPHA-2.jar;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\hibernate-entitymanager-3.4.0.GA.jar;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\hibernate-jpa-2.0-api-1.0.0.Final.jar;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\hibernate3.jar;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\javassist-3.9.0.GA.jar;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\jboss-logging-3.1.0.GA.jar;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\jboss-transaction-api_1.1_spec-1.0.0.Final.jar;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\jta-1.1.jar;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\log4j-1.2.16.jar;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\mysql-connector-java-5.1.20-bin.jar;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\cglib-2.2.2.jar;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\logback-access-1.0.3.jar;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\logback-classic-1.0.3.jar;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\logback-core-1.0.3.jar;C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA\lib\slf4j-api-1.6.0.jar, hibernate.bytecode.use_reflection_optimizer=false, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.7, sun.cpu.endian=little, javax.persistence.jdbc.driver=com.mysql.jdbc.Driver, sun.os.patch.level=Service Pack 1, java.io.tmpdir=C:\Users\jrosendo\AppData\Local\Temp\, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:\Program Files\Java\jre7\lib\ext;C:\Windows\Sun\Java\lib\ext, javax.persistence.jdbc.password=root, user.dir=C:\Users\jrosendo\Documents\Personal\Eclipse\workspace\JPA, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding=Cp1252, hibernate.use_identifier_rollback=false, java.specification.version=1.7, hibernate.show_sql=true}
11:53:17.522 [main] DEBUG o.h.i.f.DefaultIdentifierGeneratorFactory - Setting dialect [org.hibernate.dialect.MySQLInnoDBDialect]
11:53:17.647 [main] DEBUG o.h.p.entity.AbstractEntityPersister - Static SQL for entity: com.livraria.entidades.Editora
11:53:17.647 [main] DEBUG o.h.p.entity.AbstractEntityPersister - Version select: select id from editora where id =?
11:53:17.647 [main] DEBUG o.h.p.entity.AbstractEntityPersister - Snapshot select: select editora_.id, editora_.email as email0_, editora_.nome as nome0_ from editora editora_ where editora_.id=?
11:53:17.647 [main] DEBUG o.h.p.entity.AbstractEntityPersister - Insert 0: insert into editora (email, nome, id) values (?, ?, ?)
11:53:17.647 [main] DEBUG o.h.p.entity.AbstractEntityPersister - Update 0: update editora set email=?, nome=? where id=?
11:53:17.647 [main] DEBUG o.h.p.entity.AbstractEntityPersister - Delete 0: delete from editora where id=?
11:53:17.647 [main] DEBUG o.h.p.entity.AbstractEntityPersister - Identity insert: insert into editora (email, nome) values (?, ?)
11:53:17.668 [main] DEBUG o.h.loader.entity.EntityLoader - Static select for entity com.livraria.entidades.Editora [NONE]: select editora0_.id as id0_0_, editora0_.email as email0_0_, editora0_.nome as nome0_0_ from editora editora0_ where editora0_.id=?
11:53:17.668 [main] DEBUG o.h.loader.entity.EntityLoader - Static select for entity com.livraria.entidades.Editora [READ]: select editora0_.id as id0_0_, editora0_.email as email0_0_, editora0_.nome as nome0_0_ from editora editora0_ where editora0_.id=?
11:53:17.669 [main] DEBUG o.h.loader.entity.EntityLoader - Static select for entity com.livraria.entidades.Editora [UPGRADE]: select editora0_.id as id0_0_, editora0_.email as email0_0_, editora0_.nome as nome0_0_ from editora editora0_ where editora0_.id=? for update
11:53:17.669 [main] DEBUG o.h.loader.entity.EntityLoader - Static select for entity com.livraria.entidades.Editora [UPGRADE_NOWAIT]: select editora0_.id as id0_0_, editora0_.email as email0_0_, editora0_.nome as nome0_0_ from editora editora0_ where editora0_.id=? for update
11:53:17.669 [main] DEBUG o.h.loader.entity.EntityLoader - Static select for entity com.livraria.entidades.Editora [FORCE]: select editora0_.id as id0_0_, editora0_.email as email0_0_, editora0_.nome as nome0_0_ from editora editora0_ where editora0_.id=? for update
11:53:17.669 [main] DEBUG o.h.loader.entity.EntityLoader - Static select for entity com.livraria.entidades.Editora [PESSIMISTIC_READ]: select editora0_.id as id0_0_, editora0_.email as email0_0_, editora0_.nome as nome0_0_ from editora editora0_ where editora0_.id=? lock in share mode
11:53:17.670 [main] DEBUG o.h.loader.entity.EntityLoader - Static select for entity com.livraria.entidades.Editora [PESSIMISTIC_WRITE]: select editora0_.id as id0_0_, editora0_.email as email0_0_, editora0_.nome as nome0_0_ from editora editora0_ where editora0_.id=? for update
11:53:17.670 [main] DEBUG o.h.loader.entity.EntityLoader - Static select for entity com.livraria.entidades.Editora [PESSIMISTIC_FORCE_INCREMENT]: select editora0_.id as id0_0_, editora0_.email as email0_0_, editora0_.nome as nome0_0_ from editora editora0_ where editora0_.id=? for update
11:53:17.678 [main] DEBUG o.h.loader.entity.EntityLoader - Static select for action ACTION_MERGE on entity com.livraria.entidades.Editora: select editora0_.id as id0_0_, editora0_.email as email0_0_, editora0_.nome as nome0_0_ from editora editora0_ where editora0_.id=?
11:53:17.678 [main] DEBUG o.h.loader.entity.EntityLoader - Static select for action ACTION_REFRESH on entity com.livraria.entidades.Editora: select editora0_.id as id0_0_, editora0_.email as email0_0_, editora0_.nome as nome0_0_ from editora editora0_ where editora0_.id=?
11:53:17.682 [main] DEBUG o.h.impl.SessionFactoryObjectFactory - initializing class SessionFactoryObjectFactory
11:53:17.683 [main] DEBUG o.h.impl.SessionFactoryObjectFactory - registered: 858580c33793efd2013793efd5f00000 (unnamed)
11:53:17.683 [main] INFO o.h.impl.SessionFactoryObjectFactory - Not binding factory to JNDI, no JNDI name configured
11:53:17.683 [main] DEBUG o.hibernate.impl.SessionFactoryImpl - instantiated session factory
11:53:17.683 [main] DEBUG o.hibernate.impl.SessionFactoryImpl - Checking 0 named HQL queries
11:53:17.683 [main] DEBUG o.hibernate.impl.SessionFactoryImpl - Checking 0 named SQL queries
11:53:17.729 [main] DEBUG org.hibernate.impl.SessionImpl - opened session at timestamp: [telefone removido]
11:53:17.748 [main] DEBUG o.h.e.def.AbstractSaveEventListener - delaying identity-insert due to no transaction in progress
11:53:17.750 [main] INFO o.hibernate.impl.SessionFactoryImpl - closing
Dá pra perceber que agora ele tá dando o insert, mas quando olho a base a tabela não existe.