Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionIdImpl
Packages that use JaxbCollectionIdImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbCollectionIdImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbCollectionIdImplModifier and TypeFieldDescriptionprotected JaxbCollectionIdImplJaxbElementCollectionImpl.collectionIdprotected JaxbCollectionIdImplJaxbManyToManyImpl.collectionIdprotected JaxbCollectionIdImplJaxbOneToManyImpl.collectionIdprotected JaxbCollectionIdImplJaxbPluralAnyMappingImpl.collectionIdMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbCollectionIdImplModifier and TypeMethodDescriptionObjectFactory.createJaxbCollectionIdImpl()Create an instance ofJaxbCollectionIdImplJaxbElementCollectionImpl.getCollectionId()Gets the value of the collectionId property.JaxbManyToManyImpl.getCollectionId()Gets the value of the collectionId property.JaxbOneToManyImpl.getCollectionId()Gets the value of the collectionId property.JaxbPluralAnyMappingImpl.getCollectionId()Gets the value of the collectionId property.JaxbPluralAttribute.getCollectionId()Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbCollectionIdImplModifier and TypeMethodDescriptionvoidJaxbElementCollectionImpl.setCollectionId(JaxbCollectionIdImpl value) Sets the value of the collectionId property.voidJaxbManyToManyImpl.setCollectionId(JaxbCollectionIdImpl value) Sets the value of the collectionId property.voidJaxbOneToManyImpl.setCollectionId(JaxbCollectionIdImpl value) Sets the value of the collectionId property.voidJaxbPluralAnyMappingImpl.setCollectionId(JaxbCollectionIdImpl value) Sets the value of the collectionId property.voidJaxbPluralAttribute.setCollectionId(JaxbCollectionIdImpl id) -
Uses of JaxbCollectionIdImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbCollectionIdImplModifier and TypeMethodDescriptionstatic voidXmlAnnotationHelper.applyCollectionId(JaxbCollectionIdImpl jaxbCollectionId, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)