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 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)