Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
-
Packages that use JaxbHbmOneToManyCollectionElementType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmOneToManyCollectionElementType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmOneToManyCollectionElementType Modifier and Type Field Description protected JaxbHbmOneToManyCollectionElementTypeJaxbHbmArrayType. oneToManyprotected JaxbHbmOneToManyCollectionElementTypeJaxbHbmBagCollectionType. oneToManyprotected JaxbHbmOneToManyCollectionElementTypeJaxbHbmListType. oneToManyprotected JaxbHbmOneToManyCollectionElementTypeJaxbHbmMapType. oneToManyprotected JaxbHbmOneToManyCollectionElementTypeJaxbHbmSetType. oneToManyMethods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmOneToManyCollectionElementType Modifier and Type Method Description voidJaxbHbmArrayType. 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 JaxbHbmOneToManyCollectionElementType Constructor Description PluralAttributeElementSourceOneToManyImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmOneToManyCollectionElementType jaxbOneToManyElement, String cascadeString)
-