org.springframework.data.jdbc.support
Interface ConnectionPreparer


public interface ConnectionPreparer

Interface to be used when connections are prepared.

Since:
1.0

Method Summary
 Connection prepare(Connection con)
           
 

Method Detail

prepare

Connection prepare(Connection con)
                   throws SQLException
Throws:
SQLException