org.compass.gps.device.jpa.entities
Class EntityInformation
java.lang.Object
org.compass.gps.device.jpa.entities.EntityInformation
public class EntityInformation
- extends Object
A general Entity information to be used by the JpaGpsDevice
during the indexing process.
- Author:
- kimchy
- See Also:
JpaEntitiesLocator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityInformation
public EntityInformation(Class<?> clazz,
String name)
EntityInformation
public EntityInformation(Class<?> clazz,
String name,
String selectQuery)
getClazz
public Class<?> getClazz()
getName
public String getName()
getSelectQuery
public String getSelectQuery()
Copyright (c) 2004-2006 The Compass Project.