Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionIdImpl
Packages that use JaxbCollectionIdImpl
-
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)