| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 are 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 | EclipseLinkJpaVendorAdapter.determineTargetDatabaseName(Database database)Determine the EclipseLink target database 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 Databaseenum:
 DB2, DERBY, H2, HSQL, INFORMIX, MYSQL, ORACLE, POSTGRESQL, SQL_SERVER, SYBASE | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||