Delay no Carregamento hibernate

0 respostas
hibernate
L

ao iniciar a aplicação aparecem essas informações porem para na linha onde mostra:
INFO: HHH000232: Schema update complete

e depois não acontece nada…
como posso resolver

set 06, 2019 11:32:05 AM org.hibernate.annotations.common.reflection.java.JavaReflectionManager 

INFO: HCANN000001: Hibernate Commons Annotations {4.0.4.Final}

set 06, 2019 11:32:05 AM org.hibernate.Version logVersion

INFO: HHH000412: Hibernate Core {4.3.1.Final}

set 06, 2019 11:32:05 AM org.hibernate.cfg.Environment 

INFO: HHH000206: hibernate.properties not found

set 06, 2019 11:32:05 AM org.hibernate.cfg.Environment buildBytecodeProvider

INFO: HHH000021: Bytecode provider name : javassist

set 06, 2019 11:32:05 AM org.hibernate.cfg.Configuration configure

INFO: HHH000043: Configuring from resource: /hibernate.cfg.xml

set 06, 2019 11:32:05 AM org.hibernate.cfg.Configuration getConfigurationInputStream

INFO: HHH000040: Configuration resource: /hibernate.cfg.xml

set 06, 2019 11:32:05 AM org.hibernate.internal.util.xml.DTDEntityResolver resolveEntity

WARN: HHH000223: Recognized obsolete hibernate namespace <a href="http://hibernate.sourceforge.net/">http://hibernate.sourceforge.net/</a>. Use namespace <a href="http://www.hibernate.org/dtd/">http://www.hibernate.org/dtd/</a> instead. Refer to Hibernate 3.6 Migration Guide!

set 06, 2019 11:32:05 AM org.hibernate.cfg.Configuration addResource

INFO: HHH000221: Reading mappings from resource: Classes/Funcionario.hbm.xml

set 06, 2019 11:32:05 AM org.hibernate.cfg.Configuration addResource

INFO: HHH000221: Reading mappings from resource: Classes/Departamento.hbm.xml

set 06, 2019 11:32:05 AM org.hibernate.cfg.Configuration doConfigure

INFO: HHH000041: Configured SessionFactory: null

set 06, 2019 11:32:05 AM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure

WARN: HHH000402: Using Hibernate built-in connection pool (not for production use!)

set 06, 2019 11:32:05 AM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator

INFO: HHH000401: using driver [com.mysql.jdbc.Driver] at URL [jdbc:mysql://localhost:3306/empresabd?zeroDateTimeBehavior=convertToNull]

set 06, 2019 11:32:05 AM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator

INFO: HHH000046: Connection properties: {user=root}

set 06, 2019 11:32:05 AM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator

INFO: HHH000006: Autocommit mode: false

set 06, 2019 11:32:05 AM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure

INFO: HHH000115: Hibernate connection pool size: 20 (min=1)

set 06, 2019 11:32:06 AM org.hibernate.dialect.Dialect 

INFO: HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect

set 06, 2019 11:32:06 AM org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService

INFO: HHH000399: Using default transaction strategy (direct JDBC transactions)

set 06, 2019 11:32:06 AM org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory 

INFO: HHH000397: Using ASTQueryTranslatorFactory

set 06, 2019 11:32:06 AM org.hibernate.tool.hbm2ddl.SchemaUpdate execute

INFO: HHH000228: Running hbm2ddl schema update

set 06, 2019 11:32:06 AM org.hibernate.tool.hbm2ddl.SchemaUpdate execute

INFO: HHH000102: Fetching database metadata

set 06, 2019 11:32:06 AM org.hibernate.tool.hbm2ddl.SchemaUpdate execute

INFO: HHH000396: Updating schema

set 06, 2019 11:32:07 AM org.hibernate.tool.hbm2ddl.TableMetadata 

INFO: HHH000261: Table found: empresabd.departamento

set 06, 2019 11:32:07 AM org.hibernate.tool.hbm2ddl.TableMetadata 

INFO: HHH000037: Columns: [nomedep, id_dep]

set 06, 2019 11:32:07 AM org.hibernate.tool.hbm2ddl.TableMetadata 

INFO: HHH000108: Foreign keys: []

set 06, 2019 11:32:07 AM org.hibernate.tool.hbm2ddl.TableMetadata 

INFO: HHH000126: Indexes: [primary]

set 06, 2019 11:32:07 AM org.hibernate.tool.hbm2ddl.TableMetadata 

INFO: HHH000261: Table found: empresabd.funcionario

set 06, 2019 11:32:07 AM org.hibernate.tool.hbm2ddl.TableMetadata 

INFO: HHH000037: Columns: [id_dep_departamento, id_func, cpf, nome]

set 06, 2019 11:32:07 AM org.hibernate.tool.hbm2ddl.TableMetadata 

INFO: HHH000108: Foreign keys: [funcionario_ibfk_1]

set 06, 2019 11:32:07 AM org.hibernate.tool.hbm2ddl.TableMetadata 

INFO: HHH000126: Indexes: [id_dep_departamento, primary]

set 06, 2019 11:32:07 AM org.hibernate.tool.hbm2ddl.SchemaUpdate execute

INFO: HHH000232: Schema update complete
Criado 6 de setembro de 2019
Respostas 0
Participantes 1