Uses of Interface
com.avaje.ebean.config.PstmtDelegate

Packages that use PstmtDelegate
com.avaje.ebean.config Configuration settings for EbeanServer construction 
 

Uses of PstmtDelegate in com.avaje.ebean.config
 

Methods in com.avaje.ebean.config that return PstmtDelegate
 PstmtDelegate ServerConfig.getPstmtDelegate()
          Return the PreparedStatementDelegate.
 

Methods in com.avaje.ebean.config with parameters of type PstmtDelegate
 void ServerConfig.setPstmtDelegate(PstmtDelegate pstmtDelegate)
          Set the PstmtDelegate which can be used to support JDBC driver specific features.
 



Copyright © 2010. All Rights Reserved.