Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Packages that use JaxbHbmOneToManyCollectionElementType
-
Uses of JaxbHbmOneToManyCollectionElementType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmOneToManyCollectionElementTypeModifier and TypeFieldDescriptionprotected JaxbHbmOneToManyCollectionElementTypeJaxbHbmArrayType.oneToManyprotected JaxbHbmOneToManyCollectionElementTypeJaxbHbmBagCollectionType.oneToManyprotected JaxbHbmOneToManyCollectionElementTypeJaxbHbmListType.oneToManyprotected JaxbHbmOneToManyCollectionElementTypeJaxbHbmMapType.oneToManyprotected JaxbHbmOneToManyCollectionElementTypeJaxbHbmSetType.oneToManyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmOneToManyCollectionElementTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbHbmOneToManyCollectionElementType()Create an instance ofJaxbHbmOneToManyCollectionElementTypeJaxbHbmArrayType.getOneToMany()Gets the value of the oneToMany property.JaxbHbmBagCollectionType.getOneToMany()Gets the value of the oneToMany property.JaxbHbmListType.getOneToMany()Gets the value of the oneToMany property.JaxbHbmMapType.getOneToMany()Gets the value of the oneToMany property.JaxbHbmSetType.getOneToMany()Gets the value of the oneToMany property.PluralAttributeInfo.getOneToMany()PluralAttributeInfoIdBagAdapter.getOneToMany()PluralAttributeInfoPrimitiveArrayAdapter.getOneToMany()Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmOneToManyCollectionElementTypeModifier and TypeMethodDescriptionvoidJaxbHbmArrayType.setOneToMany(JaxbHbmOneToManyCollectionElementType value) Sets the value of the oneToMany property.voidJaxbHbmBagCollectionType.setOneToMany(JaxbHbmOneToManyCollectionElementType value) Sets the value of the oneToMany property.voidJaxbHbmListType.setOneToMany(JaxbHbmOneToManyCollectionElementType value) Sets the value of the oneToMany property.voidJaxbHbmMapType.setOneToMany(JaxbHbmOneToManyCollectionElementType value) Sets the value of the oneToMany property.voidJaxbHbmSetType.setOneToMany(JaxbHbmOneToManyCollectionElementType value) Sets the value of the oneToMany property. -
Uses of JaxbHbmOneToManyCollectionElementType in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmOneToManyCollectionElementTypeModifierConstructorDescriptionPluralAttributeElementSourceOneToManyImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmOneToManyCollectionElementType jaxbOneToManyElement, String cascadeString)