Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8840857
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:33:53+00:00 2026-06-14T10:33:53+00:00

I am using JBoss 7 with the default Hibernate JPA engine in an EJB3

  • 0

I am using JBoss 7 with the default Hibernate JPA engine in an EJB3 / JSF project.

The javadoc on EntityManager::getDelegate reads: “Return the underlying provider object for the EntityManager, if available.”.

Out of curiosity I tried the following code:

@Stateless
public class AFacade {
    @PersistenceContext(unitName="foo")
    EntityManager em;

    public List<A> findAll() {
         l.info("underlying entity manager is: "+em.getDelegate().getClass().getSimpleName());
         ...
    }

The output however indicates the classname as: org.hibernate.internal.SessionImpl which, according to hibernate documentation is a Session implementation.

What am I missing here ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T10:33:55+00:00Added an answer on June 14, 2026 at 10:33 am

    JPA is just a specification for ORM; there are some implementations for this specification/API the most known being Hibernate, EclipseLink, OpenJPA.

    This means that the EntityManager is just an adapter to a class from the implementation library. In your case it is org.hibernate.internal.SessionImpl since you use Hibernate as a JPA implementation – this is the class that manages the code you give to the EntityManager.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Hibernate 3.6.0 with JPA 2 on Jboss AS 6.0.0 final. In
Now I am using Jboss-seam 2.1.2 ,jsf 2.0 ,richfaces and jpa till now i
I'm using JBoss 7.1.1 and the default implementation of Hibernate that comes with it
Using JBoss AS 6.1.0 Final with default deployment profile. I like to send a
I'm using JBoss AS 7.1 and Hibernate in Eclipse 3.7.2 to build a Dynamic
I'm using Jboss 4/5 and have some .war .properties files with default configuration settings
I am using JBoss-6.0.0 AS which by default comes with HornetQ-2.1.2 version but this
I m new to Jboss, but I have multiple web applications each using spring-hibernate
We are using JBoss 4.0.3 SP1 using Hypersonic as its internal storage engine (timers,
I'm using JPA with hibernate and an Oracle DB (oracle 11.2 xe). I'm trying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.