Uses of Enum Class
org.hibernate.tool.schema.JdbcMetadataAccessStrategy
Packages that use JdbcMetadataAccessStrategy
Package
Description
Contains tooling related to DDL generation, export, migration, and validation.
-
Uses of JdbcMetadataAccessStrategy in org.hibernate.tool.schema
Subclasses with type arguments of type JdbcMetadataAccessStrategy in org.hibernate.tool.schemaModifier and TypeClassDescriptionenumDetermines how JDBC metadata is read by the schema management tooling.Methods in org.hibernate.tool.schema that return JdbcMetadataAccessStrategyModifier and TypeMethodDescriptionstatic JdbcMetadataAccessStrategyJdbcMetadataAccessStrategy.interpretHbm2ddlSetting(Object value) static JdbcMetadataAccessStrategyJdbcMetadataAccessStrategy.interpretSetting(Map<String, Object> options) static JdbcMetadataAccessStrategyReturns the enum constant of this class with the specified name.static JdbcMetadataAccessStrategy[]JdbcMetadataAccessStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.