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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm with type parameters of type JaxbAttributeOverride
protected  List<JaxbAttributeOverride> JaxbEmbedded.attributeOverride
           
protected  List<JaxbAttributeOverride> JaxbElementCollection.attributeOverride
           
protected  List<JaxbAttributeOverride> JaxbEntity.attributeOverride
           
protected  List<JaxbAttributeOverride> JaxbEmbeddedId.attributeOverride
           
protected  List<JaxbAttributeOverride> JaxbElementCollection.mapKeyAttributeOverride
           
protected  List<JaxbAttributeOverride> JaxbManyToMany.mapKeyAttributeOverride
           
protected  List<JaxbAttributeOverride> JaxbOneToMany.mapKeyAttributeOverride
           
 

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

Methods in org.hibernate.internal.jaxb.mapping.orm that return types with arguments of type JaxbAttributeOverride
 List<JaxbAttributeOverride> JaxbEmbedded.getAttributeOverride()
          Gets the value of the attributeOverride property.
 List<JaxbAttributeOverride> JaxbElementCollection.getAttributeOverride()
          Gets the value of the attributeOverride property.
 List<JaxbAttributeOverride> JaxbEntity.getAttributeOverride()
          Gets the value of the attributeOverride property.
 List<JaxbAttributeOverride> JaxbEmbeddedId.getAttributeOverride()
          Gets the value of the attributeOverride property.
 List<JaxbAttributeOverride> JaxbElementCollection.getMapKeyAttributeOverride()
          Gets the value of the mapKeyAttributeOverride property.
 List<JaxbAttributeOverride> JaxbManyToMany.getMapKeyAttributeOverride()
          Gets the value of the mapKeyAttributeOverride property.
 List<JaxbAttributeOverride> JaxbOneToMany.getMapKeyAttributeOverride()
          Gets the value of the mapKeyAttributeOverride property.
 



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