org.jboss.seam.persistence
Interface FullTextEntityManagerProxy

All Superinterfaces:
javax.persistence.EntityManager, EntityManagerProxy, org.hibernate.search.jpa.FullTextEntityManager, Serializable

public interface FullTextEntityManagerProxy
extends EntityManagerProxy, org.hibernate.search.jpa.FullTextEntityManager

Marker Interface here to show that a given EntityManager is doing EL manipulation and for backwards compatibility with previous non proxy solution.

Author:
Emmanuel Bernard, Sanne Grinovero, Mike Youngstrom

Method Summary
 
Methods inherited from interface org.hibernate.search.jpa.FullTextEntityManager
createFullTextQuery, flushToIndexes, getSearchFactory, index, purge, purgeAll
 
Methods inherited from interface javax.persistence.EntityManager
clear, close, contains, createNamedQuery, createNativeQuery, createNativeQuery, createNativeQuery, createQuery, find, flush, getDelegate, getFlushMode, getReference, getTransaction, isOpen, joinTransaction, lock, merge, persist, refresh, remove, setFlushMode