Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Packages that use JaxbHbmManyToManyCollectionElementType
-
Uses of JaxbHbmManyToManyCollectionElementType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmManyToManyCollectionElementTypeModifier and TypeFieldDescriptionprotected JaxbHbmManyToManyCollectionElementTypeJaxbHbmArrayType.manyToManyprotected JaxbHbmManyToManyCollectionElementTypeJaxbHbmBagCollectionType.manyToManyprotected JaxbHbmManyToManyCollectionElementTypeJaxbHbmIdBagCollectionType.manyToManyprotected JaxbHbmManyToManyCollectionElementTypeJaxbHbmListType.manyToManyprotected JaxbHbmManyToManyCollectionElementTypeJaxbHbmMapType.manyToManyprotected JaxbHbmManyToManyCollectionElementTypeJaxbHbmSetType.manyToManyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmManyToManyCollectionElementTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbHbmManyToManyCollectionElementType()Create an instance ofJaxbHbmManyToManyCollectionElementTypeJaxbHbmArrayType.getManyToMany()Gets the value of the manyToMany property.JaxbHbmBagCollectionType.getManyToMany()Gets the value of the manyToMany property.JaxbHbmIdBagCollectionType.getManyToMany()Gets the value of the manyToMany property.JaxbHbmListType.getManyToMany()Gets the value of the manyToMany property.JaxbHbmMapType.getManyToMany()Gets the value of the manyToMany property.JaxbHbmSetType.getManyToMany()Gets the value of the manyToMany property.PluralAttributeInfo.getManyToMany()PluralAttributeInfoPrimitiveArrayAdapter.getManyToMany()Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmManyToManyCollectionElementTypeModifier and TypeMethodDescriptionvoidJaxbHbmArrayType.setManyToMany(JaxbHbmManyToManyCollectionElementType value) Sets the value of the manyToMany property.voidJaxbHbmBagCollectionType.setManyToMany(JaxbHbmManyToManyCollectionElementType value) Sets the value of the manyToMany property.voidJaxbHbmIdBagCollectionType.setManyToMany(JaxbHbmManyToManyCollectionElementType value) Sets the value of the manyToMany property.voidJaxbHbmListType.setManyToMany(JaxbHbmManyToManyCollectionElementType value) Sets the value of the manyToMany property.voidJaxbHbmMapType.setManyToMany(JaxbHbmManyToManyCollectionElementType value) Sets the value of the manyToMany property.voidJaxbHbmSetType.setManyToMany(JaxbHbmManyToManyCollectionElementType value) Sets the value of the manyToMany property. -
Uses of JaxbHbmManyToManyCollectionElementType in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmManyToManyCollectionElementTypeModifierConstructorDescriptionPluralAttributeElementSourceManyToManyImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmManyToManyCollectionElementType jaxbManyToManyElement)