Class ToolingHintContext
java.lang.Object
org.hibernate.boot.model.source.spi.ToolingHintContext
Represents a collection of "tooling hints" (
<meta/>
mapping info) keyed by a name.- API Note:
- Historically, these were called "meta attributes", but as these are values used solely by external tooling it was decided to begin calling them tooling hints. For temporary backwards compatibility (temporary until we move away from o.h.mapping model) you will see mixed usage.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ToolingHint toolingHint) getKeys()
Theorg.hibernate.mapping
package accepts these as a Map, so for now expose the underlying Map.getToolingHint
(String key)
-
Constructor Details
-
ToolingHintContext
-
-
Method Details
-
getToolingHints
-
getKeys
-
getToolingHint
-
add
-
getMetaAttributeMap
Theorg.hibernate.mapping
package accepts these as a Map, so for now expose the underlying Map. But we unfortunately need to collect a Map...- Returns:
- The underlying Map
-