Uses of Enum Class
org.springframework.orm.jpa.vendor.Database
Packages that use Database
Package
Description
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 DatabaseModifier and TypeMethodDescriptionprotected DatabaseAbstractJpaVendorAdapter.getDatabase()Return the target database to operate on.static DatabaseReturns the enum constant of this class with the specified name.static Database[]Database.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.orm.jpa.vendor with parameters of type DatabaseModifier and TypeMethodDescriptionprotected Class<?>HibernateJpaVendorAdapter.determineDatabaseDialectClass(Database database) Determine the Hibernate database dialect class for the given target database.protected StringEclipseLinkJpaVendorAdapter.determineTargetDatabaseName(Database database) Determine the EclipseLink target database name for the given database.voidAbstractJpaVendorAdapter.setDatabase(Database database) Specify the target database to operate on, as a value of theDatabaseenum: DB2, DERBY, H2, HANA, HSQL, INFORMIX, MYSQL, ORACLE, POSTGRESQL, SQL_SERVER, SYBASE