Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbAssociationOverride

Packages that use JaxbAssociationOverride
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbAssociationOverride in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm with type parameters of type JaxbAssociationOverride
protected  List<JaxbAssociationOverride> JaxbEmbedded.associationOverride
           
protected  List<JaxbAssociationOverride> JaxbElementCollection.associationOverride
           
protected  List<JaxbAssociationOverride> JaxbEntity.associationOverride
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbAssociationOverride
 JaxbAssociationOverride ObjectFactory.createJaxbAssociationOverride()
          Create an instance of JaxbAssociationOverride
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return types with arguments of type JaxbAssociationOverride
 List<JaxbAssociationOverride> JaxbEmbedded.getAssociationOverride()
          Gets the value of the associationOverride property.
 List<JaxbAssociationOverride> JaxbElementCollection.getAssociationOverride()
          Gets the value of the associationOverride property.
 List<JaxbAssociationOverride> JaxbEntity.getAssociationOverride()
          Gets the value of the associationOverride property.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.