Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbConfigurationParameterImpl
Packages that use JaxbConfigurationParameterImpl
-
Uses of JaxbConfigurationParameterImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbConfigurationParameterImplModifier and TypeFieldDescriptionprotected List
<JaxbConfigurationParameterImpl> JaxbCollectionUserTypeImpl.parameters
protected List
<JaxbConfigurationParameterImpl> JaxbCollectionUserTypeRegistrationImpl.parameters
protected List
<JaxbConfigurationParameterImpl> JaxbGenericIdGeneratorImpl.parameters
protected List
<JaxbConfigurationParameterImpl> JaxbUserTypeImpl.parameters
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbConfigurationParameterImplModifier and TypeMethodDescriptionObjectFactory.createJaxbConfigurationParameterImpl()
Create an instance ofJaxbConfigurationParameterImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbConfigurationParameterImplModifier and TypeMethodDescriptionJaxbCollectionUserTypeImpl.getParameters()
Gets the value of the parameters property.JaxbCollectionUserTypeRegistrationImpl.getParameters()
Gets the value of the parameters property.JaxbGenericIdGeneratorImpl.getParameters()
Gets the value of the parameters property.JaxbUserTypeImpl.getParameters()
Gets the value of the parameters property.