Note that there are some explanatory texts on larger screens.

plurals
  1. PODisable Hibernate output
    primarykey
    data
    text
    <p>I'm working on Java desktop application which uses Hibernate 3. Everything works fine, but when I run my application, my output is flooded with lines like:</p> <pre><code>mar 20, 2013 8:26:07 PM org.hibernate.cfg.annotations.Version &lt;clinit&gt; INFO: Hibernate Annotations 3.3.1.GA mar 20, 2013 8:26:07 PM org.hibernate.cfg.Environment &lt;clinit&gt; INFO: Hibernate 3.2.5 mar 20, 2013 8:26:07 PM org.hibernate.cfg.Environment &lt;clinit&gt; INFO: hibernate.properties not found mar 20, 2013 8:26:07 PM org.hibernate.cfg.Environment buildBytecodeProvider INFO: Bytecode provider name : cglib mar 20, 2013 8:26:07 PM org.hibernate.cfg.Environment &lt;clinit&gt; INFO: using JDK 1.4 java.sql.Timestamp handling mar 20, 2013 8:26:07 PM org.hibernate.ejb.Version &lt;clinit&gt; INFO: Hibernate EntityManager 3.3.2.GA mar 20, 2013 8:26:08 PM org.hibernate.cfg.AnnotationBinder bindClass INFO: Binding entity from annotated class: persistence.Document mar 20, 2013 8:26:08 PM org.hibernate.cfg.annotations.QueryBinder bindQuery INFO: Binding Named query: Document.findAll =&gt; SELECT d FROM Document d mar 20, 2013 8:26:08 PM org.hibernate.cfg.annotations.QueryBinder bindQuery INFO: Binding Named query: Document.findById =&gt; SELECT d FROM Document d WHERE d.id = :id mar 20, 2013 8:26:08 PM org.hibernate.cfg.annotations.QueryBinder bindQuery INFO: Binding Named query: Document.findByUrl =&gt; SELECT d FROM Document d WHERE d.url = :url mar 20, 2013 8:26:09 PM org.hibernate.cfg.annotations.EntityBinder bindTable INFO: Bind entity persistence.Document on table DOCUMENTS mar 20, 2013 8:26:09 PM org.hibernate.cfg.AnnotationBinder bindClass INFO: Binding entity from annotated class: persistence.LanguageEntry mar 20, 2013 8:26:09 PM org.hibernate.cfg.annotations.QueryBinder bindQuery INFO: Binding Named query: LanguageEntry.findAll =&gt; SELECT l FROM LanguageEntry l mar 20, 2013 8:26:09 PM org.hibernate.cfg.annotations.QueryBinder bindQuery INFO: Binding Named query: LanguageEntry.findById =&gt; SELECT l FROM LanguageEntry l WHERE l.id = :id </code></pre> <p>How can I disable it? Will be very grateful for any advice.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload