Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
-
Packages that use JaxbAssociationOverride Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbAssociationOverride in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbAssociationOverride Modifier and Type Field Description protected List<JaxbAssociationOverride>
JaxbElementCollection. associationOverride
protected List<JaxbAssociationOverride>
JaxbEmbedded. associationOverride
protected List<JaxbAssociationOverride>
JaxbEntity. associationOverride
Methods in org.hibernate.boot.jaxb.mapping that return JaxbAssociationOverride Modifier and Type Method Description JaxbAssociationOverride
ObjectFactory. createJaxbAssociationOverride()
Create an instance ofJaxbAssociationOverride
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbAssociationOverride Modifier and Type Method Description List<JaxbAssociationOverride>
JaxbElementCollection. getAssociationOverride()
Gets the value of the associationOverride property.List<JaxbAssociationOverride>
JaxbEmbedded. getAssociationOverride()
Gets the value of the associationOverride property.List<JaxbAssociationOverride>
JaxbEntity. getAssociationOverride()
Gets the value of the associationOverride property.
-