|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.gps.device.jpa.JpaIndexEntityInfo
public class JpaIndexEntityInfo
Represents an index entity info that will be used to describe how (sql query or query provider) an entity will be indexed.
| Constructor Summary | |
|---|---|
JpaIndexEntityInfo(String entityName,
JpaQueryProvider queryProvider)
Constructs an index entity info that describes how an entity will be indexed. |
|
JpaIndexEntityInfo(String entityName,
String selectQuery)
Constructs an index entity info that describes how an entity will be indexed. |
|
| Method Summary | |
|---|---|
String |
getEntityName()
Returns the entity name. |
JpaQueryProvider |
getQueryProvider()
Returns the query provier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JpaIndexEntityInfo(String entityName,
String selectQuery)
entityName - The entity nameselectQuery - The select query string
public JpaIndexEntityInfo(String entityName,
JpaQueryProvider queryProvider)
entityName - The entity namequeryProvider - The query provider to use in order to index| Method Detail |
|---|
public String getEntityName()
public JpaQueryProvider getQueryProvider()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||