[jboss-user] [EJB 3.0 Users] - Re: JPA/EJB3 Entitybean/Hibernate JPA....Confused...

2009-11-12 Thread jaikiran
anonymous wrote : 1)when I am using EJB3 Entities...do i require PP...? Yes, a persistence provider is required. EJB3 and JPA are not the same. A persistence provider follows the JPA spec. anonymous wrote : 2)if yes...how come my application ran without configuring a Persistence Provider(PP)...

[jboss-user] [EJB 3.0 Users] - Re: JPA/EJB3 Entitybean/Hibernate JPA....Confused...

2009-11-12 Thread gohiljigar15
Thanx jaikiran... that was very heplful... It will be great if u can just help me out in finding the answers of following questions... 1) wt additional/special features does hibernate provides if I want to use Hibernate JPA...? 2) wt would be better the core Hibernate OR Hibernate JPA...? why?

[jboss-user] [EJB 3.0 Users] - Re: JPA/EJB3 Entitybean/Hibernate JPA....Confused...

2009-11-16 Thread jaikiran
"gohiljigar15" wrote : | | 1) wt additional/special features does hibernate provides if I want to use Hibernate JPA...? | I don't exactly know the list of such features. But each persistence provider including Hibernate have their own set of additional features. Most of the applications