org.compass.gps.device.hibernate.dep
Class HibernateEntityInfo
java.lang.Object
org.compass.gps.device.hibernate.dep.HibernateEntityInfo
- All Implemented Interfaces:
- IndexEntity
public class HibernateEntityInfo
- extends Object
- implements IndexEntity
A data holder used to index a specific Hibernate entity.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateEntityInfo
public HibernateEntityInfo(String entityname,
String selectQuery,
String[] subIndexes)
getName
public String getName()
- Description copied from interface:
IndexEntity
- Returns the name of the index entity.
- Specified by:
getName in interface IndexEntity
getSelectQuery
public String getSelectQuery()
getSubIndexes
public String[] getSubIndexes()
- Description copied from interface:
IndexEntity
- Returns a list of the sub indexes this indexable
content the index entity represents is going to
be indexed into. Used for parallel indexing.
- Specified by:
getSubIndexes in interface IndexEntity
Copyright (c) 2004-2008 The Compass Project.