org.qi4j.index.sql.support.api
Interface SQLIndexing

All Known Subinterfaces:
PostgreSQLService
All Known Implementing Classes:
AbstractSQLIndexing, PostgreSQLIndexing

public interface SQLIndexing

This is the interface used by SQL-Indexing whenever


Method Summary
 void indexEntities(Iterable<EntityState> changedStates)
          This method is called when states need to be indexed.
 

Method Detail

indexEntities

void indexEntities(Iterable<EntityState> changedStates)
                   throws SQLException
This method is called when states need to be indexed.

Parameters:
changedStates - The states which changed.
Throws:
SQLException - If SQL.