public interface HibernateEntityManager extends EntityManager
EntityManager
providing access to various Hibernate
specific functionality.Modifier and Type | Method and Description |
---|---|
Session |
getSession()
Retrieve a reference to the Hibernate
Session used by this EntityManager . |
clear, close, contains, createEntityGraph, createEntityGraph, createNamedQuery, createNamedQuery, createNamedStoredProcedureQuery, createNativeQuery, createNativeQuery, createNativeQuery, createQuery, createQuery, createQuery, createQuery, createQuery, createStoredProcedureQuery, createStoredProcedureQuery, createStoredProcedureQuery, detach, find, find, find, find, flush, getCriteriaBuilder, getDelegate, getEntityGraph, getEntityGraphs, getEntityManagerFactory, getFlushMode, getLockMode, getMetamodel, getProperties, getReference, getTransaction, isJoinedToTransaction, isOpen, joinTransaction, lock, lock, merge, persist, refresh, refresh, refresh, refresh, remove, setFlushMode, setProperty, unwrap
Session getSession()
Session
used by this EntityManager
.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.