Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
-
Packages that use JaxbHbmManyToAny Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbHbmManyToAny in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbHbmManyToAny Modifier and Type Field Description protected List<JaxbHbmManyToAny>
JaxbAttributes. pluralDiscriminatedAssociations
protected List<JaxbHbmManyToAny>
JaxbEmbeddableAttributes. pluralDiscriminatedAssociations
Methods in org.hibernate.boot.jaxb.mapping that return JaxbHbmManyToAny Modifier and Type Method Description JaxbHbmManyToAny
ObjectFactory. createJaxbHbmManyToAny()
Create an instance ofJaxbHbmManyToAny
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbHbmManyToAny Modifier and Type Method Description List<JaxbHbmManyToAny>
AttributesContainer. getPluralDiscriminatedAssociations()
List<JaxbHbmManyToAny>
JaxbAttributes. getPluralDiscriminatedAssociations()
Gets the value of the pluralDiscriminatedAssociations property.List<JaxbHbmManyToAny>
JaxbEmbeddableAttributes. getPluralDiscriminatedAssociations()
Gets the value of the pluralDiscriminatedAssociations property.
-