Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Packages that use JaxbHbmManyToAnyCollectionElementType
-
Uses of JaxbHbmManyToAnyCollectionElementType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmManyToAnyCollectionElementTypeModifier and TypeFieldDescriptionprotected JaxbHbmManyToAnyCollectionElementTypeJaxbHbmArrayType.manyToAnyprotected JaxbHbmManyToAnyCollectionElementTypeJaxbHbmBagCollectionType.manyToAnyprotected JaxbHbmManyToAnyCollectionElementTypeJaxbHbmIdBagCollectionType.manyToAnyprotected JaxbHbmManyToAnyCollectionElementTypeJaxbHbmListType.manyToAnyprotected JaxbHbmManyToAnyCollectionElementTypeJaxbHbmMapType.manyToAnyprotected JaxbHbmManyToAnyCollectionElementTypeJaxbHbmSetType.manyToAnyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmManyToAnyCollectionElementTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbHbmManyToAnyCollectionElementType()Create an instance ofJaxbHbmManyToAnyCollectionElementTypeJaxbHbmArrayType.getManyToAny()Gets the value of the manyToAny property.JaxbHbmBagCollectionType.getManyToAny()Gets the value of the manyToAny property.JaxbHbmIdBagCollectionType.getManyToAny()Gets the value of the manyToAny property.JaxbHbmListType.getManyToAny()Gets the value of the manyToAny property.JaxbHbmMapType.getManyToAny()Gets the value of the manyToAny property.JaxbHbmSetType.getManyToAny()Gets the value of the manyToAny property.PluralAttributeInfo.getManyToAny()PluralAttributeInfoPrimitiveArrayAdapter.getManyToAny()Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmManyToAnyCollectionElementTypeModifier and TypeMethodDescriptionvoidJaxbHbmArrayType.setManyToAny(JaxbHbmManyToAnyCollectionElementType value) Sets the value of the manyToAny property.voidJaxbHbmBagCollectionType.setManyToAny(JaxbHbmManyToAnyCollectionElementType value) Sets the value of the manyToAny property.voidJaxbHbmIdBagCollectionType.setManyToAny(JaxbHbmManyToAnyCollectionElementType value) Sets the value of the manyToAny property.voidJaxbHbmListType.setManyToAny(JaxbHbmManyToAnyCollectionElementType value) Sets the value of the manyToAny property.voidJaxbHbmMapType.setManyToAny(JaxbHbmManyToAnyCollectionElementType value) Sets the value of the manyToAny property.voidJaxbHbmSetType.setManyToAny(JaxbHbmManyToAnyCollectionElementType value) Sets the value of the manyToAny property. -
Uses of JaxbHbmManyToAnyCollectionElementType in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmManyToAnyCollectionElementTypeModifierConstructorDescriptionPluralAttributeElementSourceManyToAnyImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmManyToAnyCollectionElementType jaxbManyToAnyMapping, String cascade)