Uses of Class
org.hibernate.tool.schema.JdbcMetadaAccessStrategy
-
Packages that use JdbcMetadaAccessStrategy Package Description org.hibernate.tool.schema Contains tooling related to DDL generation, export, migration, and validation. -
-
Uses of JdbcMetadaAccessStrategy in org.hibernate.tool.schema
Methods in org.hibernate.tool.schema that return JdbcMetadaAccessStrategy Modifier and Type Method Description static JdbcMetadaAccessStrategy
JdbcMetadaAccessStrategy. interpretHbm2ddlSetting(Object value)
static JdbcMetadaAccessStrategy
JdbcMetadaAccessStrategy. interpretSetting(Map options)
static JdbcMetadaAccessStrategy
JdbcMetadaAccessStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static JdbcMetadaAccessStrategy[]
JdbcMetadaAccessStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-