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. pluralDiscriminatedAssociationsprotected List<JaxbHbmManyToAny>JaxbEmbeddableAttributes. pluralDiscriminatedAssociationsMethods in org.hibernate.boot.jaxb.mapping that return JaxbHbmManyToAny Modifier and Type Method Description JaxbHbmManyToAnyObjectFactory. createJaxbHbmManyToAny()Create an instance ofJaxbHbmManyToAnyMethods 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.
-