Uses of Class
org.hibernate.boot.model.source.spi.ToolingHint
-
Packages that use ToolingHint Package Description org.hibernate.boot.model.source.spi -
-
Uses of ToolingHint in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return ToolingHint Modifier and Type Method Description ToolingHintToolingHintContext. getToolingHint(String key)Methods in org.hibernate.boot.model.source.spi that return types with arguments of type ToolingHint Modifier and Type Method Description Collection<ToolingHint>ToolingHintContext. getToolingHints()Methods in org.hibernate.boot.model.source.spi with parameters of type ToolingHint Modifier and Type Method Description voidToolingHintContext. add(ToolingHint toolingHint)
-