Interface SqlMapExecutor

All Known Subinterfaces:
ExtendedSqlMapClient, SqlMapClient, SqlMapSession
All Known Implementing Classes:
SqlMapClientImpl, SqlMapSessionImpl

public interface SqlMapExecutor
This interface declares all methods involved with executing statements and batches for an SQL Map.
See Also: