-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Auto-detect annotated entities, in classpath?
PostPosted: Thu Sep 15, 2011 1:30 am 
Newbie

Joined: Mon Apr 11, 2011 1:54 am
Posts: 5
I'm using Hibernate with annotations (e.g. @Entity), and through the "Session" API (not JPA EntityManager).
Currently I manually add each Entity class:
Code:
sessionFactory= new Configuration()
            .configure()
            .addAnnotatedClass(Game.class)  // where Game is an @Entity
            .buildSessionFactory();


My question: can Hibernate scan the classpth to auto-detect all @Entities?
So that I don't need to write "addAnnotatedClass".
I searched the web, but only found documentation specific to JPA Entity Manager, or to Spring framework (neither is relevant in my case).

Thanks :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.