Uses of Class
com.jpattern.orm.dialect.DBType

Packages that use DBType
com.jpattern.orm.dialect   
com.jpattern.orm.session   
 

Uses of DBType in com.jpattern.orm.dialect
 

Methods in com.jpattern.orm.dialect that return DBType
 DBType DetermineDBType.determineDBType(String driverName, String URL, String databaseProductName)
           
static DBType DBType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DBType[] DBType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of DBType in com.jpattern.orm.session
 

Methods in com.jpattern.orm.session that return DBType
 DBType SessionProvider.getDBType()
           
 



Copyright © 2013. All Rights Reserved.