Uses of Class
com.sun.java.xml.ns.persistence.orm.AttributeOverride

Packages that use AttributeOverride
com.sun.java.xml.ns.persistence.orm   
 

Uses of AttributeOverride in com.sun.java.xml.ns.persistence.orm
 

Fields in com.sun.java.xml.ns.persistence.orm with type parameters of type AttributeOverride
protected  List<AttributeOverride> Entity.attributeOverride
           
protected  List<AttributeOverride> EmbeddedId.attributeOverride
           
protected  List<AttributeOverride> Embedded.attributeOverride
           
protected  List<AttributeOverride> ElementCollection.attributeOverride
           
protected  List<AttributeOverride> OneToMany.mapKeyAttributeOverride
           
protected  List<AttributeOverride> ManyToMany.mapKeyAttributeOverride
           
protected  List<AttributeOverride> ElementCollection.mapKeyAttributeOverride
           
 

Methods in com.sun.java.xml.ns.persistence.orm that return AttributeOverride
 AttributeOverride ObjectFactory.createAttributeOverride()
          Create an instance of AttributeOverride
 

Methods in com.sun.java.xml.ns.persistence.orm that return types with arguments of type AttributeOverride
 List<AttributeOverride> Entity.getAttributeOverride()
          Gets the value of the attributeOverride property.
 List<AttributeOverride> EmbeddedId.getAttributeOverride()
          Gets the value of the attributeOverride property.
 List<AttributeOverride> Embedded.getAttributeOverride()
          Gets the value of the attributeOverride property.
 List<AttributeOverride> ElementCollection.getAttributeOverride()
          Gets the value of the attributeOverride property.
 List<AttributeOverride> OneToMany.getMapKeyAttributeOverride()
          Gets the value of the mapKeyAttributeOverride property.
 List<AttributeOverride> ManyToMany.getMapKeyAttributeOverride()
          Gets the value of the mapKeyAttributeOverride property.
 List<AttributeOverride> ElementCollection.getMapKeyAttributeOverride()
          Gets the value of the mapKeyAttributeOverride property.
 



Copyright © 2005-2014. All Rights Reserved.