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

Packages that use EntityInformation
org.compass.gps.device.hibernate   
org.compass.gps.device.hibernate.entities   
 

Uses of EntityInformation in org.compass.gps.device.hibernate
 

Methods in org.compass.gps.device.hibernate with parameters of type EntityInformation
 Criteria HibernateQueryProvider.createCriteria(Session session, EntityInformation entityInformation)
          Create a Criteria query based on the EntityManager and the EntityInformation.
 Criteria DefaultHibernateQueryProvider.createCriteria(Session session, EntityInformation entityInformation)
          Creates the Hibernate criteria for the given entity information.
 Query HibernateQueryProvider.createQuery(Session session, EntityInformation entityInformation)
          Create a HIbnerate Query based on the Hibernate Session and the EntityInformation.
 Query DefaultHibernateQueryProvider.createQuery(Session session, EntityInformation entityInformation)
          Creates a query based on the select statement initlaized in the query provider construction.
 

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

Methods in org.compass.gps.device.hibernate.entities that return EntityInformation
 EntityInformation[] HibernateEntitiesLocator.locate(SessionFactory sessionFactory, HibernateGpsDevice device)
          Locates the entities used for the index operation.
 EntityInformation[] DefaultHibernateEntitiesLocator.locate(SessionFactory sessionFactory, HibernateGpsDevice device)
           
 



Copyright (c) 2004-2008 The Compass Project.