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.parametersprotected List<JaxbConfigurationParameterImpl> JaxbCollectionUserTypeRegistrationImpl.parametersprotected List<JaxbConfigurationParameterImpl> JaxbGenericIdGeneratorImpl.parametersprotected List<JaxbConfigurationParameterImpl> JaxbUserTypeImpl.parametersMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbConfigurationParameterImplModifier and TypeMethodDescriptionObjectFactory.createJaxbConfigurationParameterImpl()Create an instance ofJaxbConfigurationParameterImplMethods 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.