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