Uses of Class
org.compass.gps.device.jpa.entities.EntityInformation

Packages that use EntityInformation
org.compass.gps.device.jpa.entities   
org.compass.gps.device.jpa.queryprovider   
 

Uses of EntityInformation in org.compass.gps.device.jpa.entities
 

Methods in org.compass.gps.device.jpa.entities that return EntityInformation
protected  EntityInformation DefaultJpaEntitiesLocator.createEntityInformation(Class<?> clazz, ResourceMapping resourceMapping)
          Creates the EntityInformation for a given class.
 EntityInformation[] TopLinkEssentialsJpaEntitiesLocator.locate(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 EntityInformation[] OpenJPAJpaEntitiesLocator.locate(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 EntityInformation[] JpaEntitiesLocator.locate(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
          Locates the entities used for the index operation.
 EntityInformation[] HibernateJpaEntitiesLocator.locate(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 EntityInformation[] EclipseLinkJpaEntitiesLocator.locate(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 EntityInformation[] DefaultJpaEntitiesLocator.locate(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 

Methods in org.compass.gps.device.jpa.entities with parameters of type EntityInformation
protected  boolean DefaultJpaEntitiesLocator.shouldFilter(EntityInformation entityInformation, JpaGpsDevice device)
          Return true if the entity should be filtered out from the index operation.
 

Uses of EntityInformation in org.compass.gps.device.jpa.queryprovider
 

Methods in org.compass.gps.device.jpa.queryprovider with parameters of type EntityInformation
 Criteria HibernateJpaQueryProvider.createCriteria(HibernateEntityManager entityManager, EntityInformation entityInformation)
          Returns a Hibernate criteria if no selectQuery has been set.
 javax.persistence.Query JpaQueryProvider.createQuery(javax.persistence.EntityManager entityManager, EntityInformation entityInformation)
          Create a Jpa Query based on the Jpa EntityManager and the EntityInformation.
 javax.persistence.Query DefaultJpaQueryProvider.createQuery(javax.persistence.EntityManager entityManager, EntityInformation entityInformation)
          Creates a query based on the select statement initlaized in the query provider construction.
 



Copyright (c) 2004-2008 The Compass Project.