Uses of Interface
org.hibernate.ejb.HibernateEntityManagerImplementor.Options

Packages that use HibernateEntityManagerImplementor.Options
org.hibernate.ejb   
 

Uses of HibernateEntityManagerImplementor.Options in org.hibernate.ejb
 

Methods in org.hibernate.ejb with parameters of type HibernateEntityManagerImplementor.Options
<T> TypedQuery<T>
HibernateEntityManagerImplementor.createQuery(String jpaqlString, Class<T> resultClass, javax.persistence.criteria.Selection selection, HibernateEntityManagerImplementor.Options options)
          Used during "compiling" a JPA criteria query.
<T> TypedQuery<T>
AbstractEntityManagerImpl.createQuery(String jpaqlString, Class<T> resultClass, javax.persistence.criteria.Selection selection, HibernateEntityManagerImplementor.Options options)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.