The Spring Framework

Uses of Class
org.springframework.orm.jpa.vendor.Database

Packages that use Database
org.springframework.orm.jpa.vendor Support classes for adapting to specific JPA vendors. 
 

Uses of Database in org.springframework.orm.jpa.vendor
 

Methods in org.springframework.orm.jpa.vendor that return Database
protected  Database AbstractJpaVendorAdapter.getDatabase()
          Return the target database to operate on.
static Database Database.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Database[] Database.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.springframework.orm.jpa.vendor with parameters of type Database
protected  Class HibernateJpaVendorAdapter.determineDatabaseDialectClass(Database database)
          Determine the Hibernate database dialect class for the given target database.
protected  String OpenJpaVendorAdapter.determineDatabaseDictionary(Database database)
          Determine the OpenJPA database dictionary name for the given database.
protected  String TopLinkJpaVendorAdapter.determineTargetDatabaseName(Database database)
          Determine the TopLink target database name for the given database.
 void AbstractJpaVendorAdapter.setDatabase(Database database)
          Specify the target database to operate on, as a value of the Database enum: DB2, HSQL, INFORMIX, MYSQL, ORACLE, POSTGRESQL, SQL_SERVER, SYBASE
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.