Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
-
Packages that use JaxbHbmConfigParameterType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmConfigParameterType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmConfigParameterType Modifier and Type Field Description protected List<JaxbHbmConfigParameterType>
JaxbHbmConfigParameterContainer. configParameters
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmConfigParameterType Modifier and Type Method Description JaxbHbmConfigParameterType
ObjectFactory. createJaxbHbmConfigParameterType()
Create an instance ofJaxbHbmConfigParameterType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmConfigParameterType Modifier and Type Method Description List<JaxbHbmConfigParameterType>
ConfigParameterContainer. getConfigParameters()
List<JaxbHbmConfigParameterType>
JaxbHbmConfigParameterContainer. getConfigParameters()
Gets the value of the configParameters property. -
Uses of JaxbHbmConfigParameterType in org.hibernate.boot.model.source.internal.hbm
Method parameters in org.hibernate.boot.model.source.internal.hbm with type arguments of type JaxbHbmConfigParameterType Modifier and Type Method Description static Map<String,String>
Helper. extractParameters(List<JaxbHbmConfigParameterType> xmlParamElements)
-