|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BatchFinder
Performs a named query against crowd data with the ability to split up the related IN clause.
| Method Summary | ||
|---|---|---|
|
find(long directoryID,
java.util.Collection<java.lang.String> names,
java.lang.Class<E> persistentClass)
Find a set of entities by batching SQL disjunction queries. |
|
| Method Detail |
|---|
<E extends java.io.Serializable> java.util.Collection<E> find(long directoryID,
java.util.Collection<java.lang.String> names,
java.lang.Class<E> persistentClass)
directoryID - directory ID of the entities to return.names - collection of entity names. This, along with the directoryID
should form the primary key of the entity.persistentClass - the persistent class to lookup. This must
be a Hibernate-mapped DirectoryEntity.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||