public interface AssociationQueryExecutor<K, T>
An interface for classes that know how to query an association
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
doesReturnKeys()
|
|
public PersistentEntity |
getIndexedEntity()
|
|
public java.util.List<T> |
query(K primaryKey) Queries the given primary key and returns the foreign keys |
Queries the given primary key and returns the foreign keys
primaryKey
- The primary key