Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
-
Packages that use JaxbHbmAnyMapping Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbHbmAnyMapping in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbHbmAnyMapping Modifier and Type Field Description protected List<JaxbHbmAnyMapping>
JaxbNaturalId. any
protected List<JaxbHbmAnyMapping>
JaxbAttributes. discriminatedAssociations
protected List<JaxbHbmAnyMapping>
JaxbEmbeddableAttributes. discriminatedAssociations
Methods in org.hibernate.boot.jaxb.mapping that return JaxbHbmAnyMapping Modifier and Type Method Description JaxbHbmAnyMapping
ObjectFactory. createJaxbHbmAnyMapping()
Create an instance ofJaxbHbmAnyMapping
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbHbmAnyMapping Modifier and Type Method Description List<JaxbHbmAnyMapping>
JaxbNaturalId. getAny()
Gets the value of the any property.List<JaxbHbmAnyMapping>
AttributesContainer. getDiscriminatedAssociations()
List<JaxbHbmAnyMapping>
JaxbAttributes. getDiscriminatedAssociations()
Gets the value of the discriminatedAssociations property.List<JaxbHbmAnyMapping>
JaxbEmbeddableAttributes. getDiscriminatedAssociations()
Gets the value of the discriminatedAssociations property.
-