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 JaxbCollectionIdImpl
JaxbElementCollectionImpl.collectionId
protected JaxbCollectionIdImpl
JaxbManyToManyImpl.collectionId
protected JaxbCollectionIdImpl
JaxbOneToManyImpl.collectionId
protected JaxbCollectionIdImpl
JaxbPluralAnyMappingImpl.collectionId
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbCollectionIdImplModifier and TypeMethodDescriptionObjectFactory.createJaxbCollectionIdImpl()
Create an instance ofJaxbCollectionIdImpl
JaxbElementCollectionImpl.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 TypeMethodDescriptionvoid
JaxbElementCollectionImpl.setCollectionId
(JaxbCollectionIdImpl value) Sets the value of the collectionId property.void
JaxbManyToManyImpl.setCollectionId
(JaxbCollectionIdImpl value) Sets the value of the collectionId property.void
JaxbOneToManyImpl.setCollectionId
(JaxbCollectionIdImpl value) Sets the value of the collectionId property.void
JaxbPluralAnyMappingImpl.setCollectionId
(JaxbCollectionIdImpl value) Sets the value of the collectionId property.void
JaxbPluralAttribute.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 void
XmlAnnotationHelper.applyCollectionId
(JaxbCollectionIdImpl jaxbCollectionId, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)