Uses of Interface
javax.persistence.metamodel.EntityType

Packages that use EntityType
javax.persistence.criteria   
javax.persistence.metamodel   
 

Uses of EntityType in javax.persistence.criteria
 

Methods in javax.persistence.criteria that return EntityType
 EntityType<X> Root.getModel()
           
 

Methods in javax.persistence.criteria with parameters of type EntityType
<X> Root<X>
AbstractQuery.from(EntityType<X> entity)
           
 

Uses of EntityType in javax.persistence.metamodel
 

Methods in javax.persistence.metamodel that return EntityType
<X> EntityType<X>
Metamodel.entity(Class<X> cls)
           
 

Methods in javax.persistence.metamodel that return types with arguments of type EntityType
 Set<EntityType<?>> Metamodel.getEntities()
           
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.