Save This Page
Home » hibernate-entity-src-20081106 » org.hibernate » ejb » [javadoc | source]
org.hibernate.ejb
public class: EntityManagerImpl [javadoc | source]
java.lang.Object
   org.hibernate.ejb.AbstractEntityManagerImpl
      org.hibernate.ejb.EntityManagerImpl

All Implemented Interfaces:
    HibernateEntityManagerImplementor, Serializable

Field Summary
protected  Session session     
protected  SessionFactory sessionFactory     
protected  boolean open     
protected  boolean discardOnClose     
Fields inherited from org.hibernate.ejb.AbstractEntityManagerImpl:
tx,  persistenceContextType
Constructor:
 public EntityManagerImpl(SessionFactory sessionFactory,
    PersistenceContextType pcType,
    PersistenceUnitTransactionType transactionType,
    boolean discardOnClose,
    Map properties) 
Method from org.hibernate.ejb.EntityManagerImpl Summary:
close,   getRawSession,   getSession,   isOpen
Methods from org.hibernate.ejb.AbstractEntityManagerImpl:
clear,   contains,   createNamedQuery,   createNativeQuery,   createNativeQuery,   createNativeQuery,   createQuery,   find,   flush,   getDelegate,   getFlushMode,   getRawSession,   getReference,   getSession,   getTransaction,   isTransactionInProgress,   joinTransaction,   lock,   markAsRollback,   merge,   persist,   postInit,   refresh,   remove,   setFlushMode,   throwPersistenceException,   throwPersistenceException,   wrapStaleStateException
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.ejb.EntityManagerImpl Detail:
 public  void close() 
 protected Session getRawSession() 
 public Session getSession() 
 public boolean isOpen()