com.j_spaces.sadapter.GenericPA
Interface IQueryblePersistentAdapter
public interface IQueryblePersistentAdapter
This interface should be implemented in order to provide query support to the persistent adapter.
select
Iterator select(PersistentContext context,
PersistentMatchTemplate template)
throws SAException
- This method should be implemented for persistent storage with
query support.
- Parameters:
context - Persistent implementation contexttemplate - The template to be used the perform the lookup
- Returns:
- an iterator of the persistent entries which are suitable to
the template expression
- Throws:
SAException - In case a SA error occurred