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.- Author:
- Steve Ebersole
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ToolingHint toolingHint) getKeys()Theorg.hibernate.mappingpackage 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.mappingpackage accepts these as a Map, so for now expose the underlying Map. But we unfortunately need to collect a Map...- Returns:
- The underlying Map
-