| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.springframework.orm.jpa.vendor.Database | |
Enumeration for common database platforms. Allows strong typing of database type and portable configuration between JpaVendorDialect implementations.
If a given PersistenceProvider supports a database not listed here,
the strategy class can still be specified using the fully-qualified class name.
This enumeration is merely a convenience. The database products listed here
are the same as those explicitly supported for Spring JDBC exception translation
in sql-error-codes.xml.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Database | DB2 | ||||||||||
| Database | DEFAULT | ||||||||||
| Database | DERBY | ||||||||||
| Database | H2 | ||||||||||
| Database | HSQL | ||||||||||
| Database | INFORMIX | ||||||||||
| Database | MYSQL | ||||||||||
| Database | ORACLE | ||||||||||
| Database | POSTGRESQL | ||||||||||
| Database | SQL_SERVER | ||||||||||
| Database | SYBASE | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||