Interface GeneratorCreationContext
Access to information useful during Generator creation and initialization.
- Since:
- 6.2
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionView of the relational database objects (tables, sequences, etc.) and namespaces (catalogs and schemas).The default catalog name, if one.The default schema name, if one.Mapping details for the entity.The entity identifier or id-bag property details.Mapping details for the root of the entity hierarchy.Access to available services.default SqlStringGenerationContextTheSqlStringGenerationContextto use when generating SQL.default TypegetType()Mapping details for the identifier type.getValue()The identifier.
-
Method Details
-
getDatabase
-
getServiceRegistry
ServiceRegistry getServiceRegistry()Access to available services. -
getDefaultCatalog
String getDefaultCatalog()The default catalog name, if one. -
getDefaultSchema
String getDefaultSchema()The default schema name, if one. -
getPersistentClass
PersistentClass getPersistentClass()Mapping details for the entity. -
getRootClass
-
getProperty
Property getProperty()The entity identifier or id-bag property details. -
getValue
Value getValue()The identifier. -
getType
Mapping details for the identifier type. -
getSqlStringGenerationContext
TheSqlStringGenerationContextto use when generating SQL.
-