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. parameters
protected List<JaxbConfigurationParameter>
JaxbColumnType. parameters
Methods in org.hibernate.boot.jaxb.mapping that return JaxbConfigurationParameter Modifier and Type Method Description JaxbConfigurationParameter
ObjectFactory. createJaxbConfigurationParameter()
Create an instance ofJaxbConfigurationParameter
Methods 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.
-