Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbConfigurationParameter
-
Packages that use JaxbConfigurationParameter Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbConfigurationParameter in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbConfigurationParameter Modifier and Type Field Description protected List<JaxbConfigurationParameter>JaxbCollectionUserTypeRegistration. parametersprotected List<JaxbConfigurationParameter>JaxbColumnType. parametersMethods in org.hibernate.boot.jaxb.mapping that return JaxbConfigurationParameter Modifier and Type Method Description JaxbConfigurationParameterObjectFactory. createJaxbConfigurationParameter()Create an instance ofJaxbConfigurationParameterMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbConfigurationParameter Modifier and Type Method Description List<JaxbConfigurationParameter>JaxbCollectionUserTypeRegistration. getParameters()Gets the value of the parameters property.List<JaxbConfigurationParameter>JaxbColumnType. getParameters()Gets the value of the parameters property.
-