Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride

Packages that use AttributeOverride
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of AttributeOverride in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb 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 org.hibernate.jpamodelgen.xml.jaxb that return AttributeOverride
 AttributeOverride ObjectFactory.createAttributeOverride()
          Create an instance of AttributeOverride
 

Methods in org.hibernate.jpamodelgen.xml.jaxb 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 © 2009-2010. All Rights Reserved.