Uses of Class
org.mybatis.guice.datasource.helper.JdbcHelper

Packages that use JdbcHelper
org.mybatis.guice.datasource.helper Contains helper classes to build and bind JDBC.driver and JDBC.url properties. 
 

Uses of JdbcHelper in org.mybatis.guice.datasource.helper
 

Methods in org.mybatis.guice.datasource.helper that return JdbcHelper
static JdbcHelper JdbcHelper.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JdbcHelper[] JdbcHelper.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010-2011 MyBatis.org. All Rights Reserved.