Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
-
Packages that use JaxbHbmToolingHintType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmToolingHintType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmToolingHintType Modifier and Type Field Description protected List<JaxbHbmToolingHintType>
JaxbHbmToolingHintContainer. toolingHints
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmToolingHintType Modifier and Type Method Description JaxbHbmToolingHintType
ObjectFactory. createJaxbHbmToolingHintType()
Create an instance ofJaxbHbmToolingHintType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmToolingHintType Modifier and Type Method Description List<JaxbHbmToolingHintType>
JaxbHbmToolingHintContainer. getToolingHints()
Gets the value of the toolingHints property.List<JaxbHbmToolingHintType>
ToolingHintContainer. getToolingHints()
-
Uses of JaxbHbmToolingHintType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return types with arguments of type JaxbHbmToolingHintType Modifier and Type Method Description List<JaxbHbmToolingHintType>
BasicAttributePropertySource. getToolingHints()
List<JaxbHbmToolingHintType>
ManyToOnePropertySource. getToolingHints()
-