com.ibatis.sqlmap.client

Interface SqlMapSession

public interface SqlMapSession extends SqlMapExecutor, SqlMapTransactionManager

A single threaded session for working with your SQL Maps. This interface inherits transaction control and execution methods from the SqlMapTransactionManager and SqlMapExecutor interfaces.

See Also: SqlMapClient SqlMapSession SqlMapExecutor

Method Summary
voidclose()
Closes the session

Method Detail

close

public void close()
Closes the session
Copyright © 2011. All Rights Reserved.