Uses of Interface
org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.SQLWarningHandler

Packages that use LoggingConnectionDecorator.SQLWarningHandler
org.apache.openjpa.lib.jdbc Database Connectivity 
 

Uses of LoggingConnectionDecorator.SQLWarningHandler in org.apache.openjpa.lib.jdbc
 

Methods in org.apache.openjpa.lib.jdbc that return LoggingConnectionDecorator.SQLWarningHandler
 LoggingConnectionDecorator.SQLWarningHandler LoggingConnectionDecorator.getWarningHandler()
          What to do with SQL warnings.
 

Methods in org.apache.openjpa.lib.jdbc with parameters of type LoggingConnectionDecorator.SQLWarningHandler
 void LoggingConnectionDecorator.setWarningHandler(LoggingConnectionDecorator.SQLWarningHandler warningHandler)
          What to do with SQL warnings.