Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Dec 05, 2014 6:54:38 PM org.hibernate.ejb.HibernatePersistence logDeprecation
- WARN: HHH015016: Encountered a deprecated javax.persistence.spi.PersistenceProvider [org.hibernate.ejb.HibernatePersistence]; use [org.hibernate.jpa.HibernatePersistenceProvider] instead.
- Dec 05, 2014 6:54:38 PM org.hibernate.ejb.HibernatePersistence logDeprecation
- WARN: HHH015016: Encountered a deprecated javax.persistence.spi.PersistenceProvider [org.hibernate.ejb.HibernatePersistence]; use [org.hibernate.jpa.HibernatePersistenceProvider] instead.
- Dec 05, 2014 6:54:38 PM org.hibernate.ejb.HibernatePersistence logDeprecation
- WARN: HHH015016: Encountered a deprecated javax.persistence.spi.PersistenceProvider [org.hibernate.ejb.HibernatePersistence]; use [org.hibernate.jpa.HibernatePersistenceProvider] instead.
- Dec 05, 2014 6:54:38 PM org.hibernate.jpa.internal.util.LogHelper logPersistenceUnitInformation
- INFO: HHH000204: Processing PersistenceUnitInfo [
- name: NewPersistenceUnit
- ...]
- Dec 05, 2014 6:54:38 PM org.hibernate.Version logVersion
- INFO: HHH000412: Hibernate Core {4.3.7.Final}
- Dec 05, 2014 6:54:38 PM org.hibernate.cfg.Environment <clinit>
- INFO: HHH000206: hibernate.properties not found
- Dec 05, 2014 6:54:38 PM org.hibernate.cfg.Environment buildBytecodeProvider
- INFO: HHH000021: Bytecode provider name : javassist
- Dec 05, 2014 6:54:38 PM org.hibernate.annotations.common.reflection.java.JavaReflectionManager <clinit>
- INFO: HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
- Dec 05, 2014 6:54:38 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
- WARN: HHH000402: Using Hibernate built-in connection pool (not for production use!)
- Dec 05, 2014 6:54:38 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
- INFO: HHH000401: using driver [com.mysql.jdbc.Driver] at URL [jdbc:mysql://localhost:3306/gmlDatabase]
- Dec 05, 2014 6:54:38 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
- INFO: HHH000046: Connection properties: {user=lukasz, password=****}
- Dec 05, 2014 6:54:38 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
- INFO: HHH000006: Autocommit mode: false
- Dec 05, 2014 6:54:38 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
- INFO: HHH000115: Hibernate connection pool size: 20 (min=1)
- Dec 05, 2014 6:54:39 PM org.hibernate.dialect.Dialect <init>
- INFO: HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
- Dec 05, 2014 6:54:39 PM org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
- INFO: HHH000397: Using ASTQueryTranslatorFactory
- Hibernate:
- insert
- into
- User
- (name)
- values
- (?)
- Dec 05, 2014 6:54:39 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl stop
- INFO: HHH000030: Cleaning up connection pool [jdbc:mysql://localhost:3306/gmlDatabase]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement