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 JaxbHbmOneToManyCollectionElementType
JaxbHbmArrayType. oneToMany
protected JaxbHbmOneToManyCollectionElementType
JaxbHbmBagCollectionType. oneToMany
protected JaxbHbmOneToManyCollectionElementType
JaxbHbmListType. oneToMany
protected JaxbHbmOneToManyCollectionElementType
JaxbHbmMapType. oneToMany
protected JaxbHbmOneToManyCollectionElementType
JaxbHbmSetType. oneToMany
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmOneToManyCollectionElementType Modifier and Type Method Description void
JaxbHbmArrayType. setOneToMany(JaxbHbmOneToManyCollectionElementType value)
Sets the value of the oneToMany property.void
JaxbHbmBagCollectionType. setOneToMany(JaxbHbmOneToManyCollectionElementType value)
Sets the value of the oneToMany property.void
JaxbHbmListType. setOneToMany(JaxbHbmOneToManyCollectionElementType value)
Sets the value of the oneToMany property.void
JaxbHbmMapType. setOneToMany(JaxbHbmOneToManyCollectionElementType value)
Sets the value of the oneToMany property.void
JaxbHbmSetType. 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)
-