Package org.hibernate.mapping
Interface GeneratorSettings
- All Known Implementing Classes:
InFlightMetadataCollectorImpl
Exposes the default catalog and schema to the
generator creation process. The defaults specified here are ultimately
passed to the generator
itself via the
GeneratorCreationContext
.-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDefaultCatalog
String getDefaultCatalog() -
getDefaultSchema
String getDefaultSchema() -
getSqlStringGenerationContext
SqlStringGenerationContext getSqlStringGenerationContext()
-