Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
-
Packages that use JaxbHbmConfigParameterType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
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. configParametersMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmConfigParameterType Modifier and Type Method Description JaxbHbmConfigParameterTypeObjectFactory. createJaxbHbmConfigParameterType()Create an instance ofJaxbHbmConfigParameterTypeMethods 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.
-