Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbConfigurationParameterImpl
Packages that use JaxbConfigurationParameterImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
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. -
Uses of JaxbConfigurationParameterImpl in org.hibernate.boot.models.xml.internal
Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbConfigurationParameterImplModifier and TypeMethodDescriptionstatic Parameter[]
XmlAnnotationHelper.collectParameters
(List<JaxbConfigurationParameterImpl> jaxbParameters, XmlDocumentContext xmlDocumentContext) static Parameter[]
XmlAnnotationHelper.collectParameters
(List<JaxbConfigurationParameterImpl> jaxbParameters, org.hibernate.models.spi.SourceModelBuildingContext sourceModelContext)