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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbMapKey
protected  JaxbMapKey JaxbElementCollection.mapKey
           
protected  JaxbMapKey JaxbManyToMany.mapKey
           
protected  JaxbMapKey JaxbOneToMany.mapKey
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbMapKey
 JaxbMapKey ObjectFactory.createJaxbMapKey()
          Create an instance of JaxbMapKey
 JaxbMapKey JaxbElementCollection.getMapKey()
          Gets the value of the mapKey property.
 JaxbMapKey JaxbManyToMany.getMapKey()
          Gets the value of the mapKey property.
 JaxbMapKey JaxbOneToMany.getMapKey()
          Gets the value of the mapKey property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbMapKey
 void JaxbElementCollection.setMapKey(JaxbMapKey value)
          Sets the value of the mapKey property.
 void JaxbManyToMany.setMapKey(JaxbMapKey value)
          Sets the value of the mapKey property.
 void JaxbOneToMany.setMapKey(JaxbMapKey value)
          Sets the value of the mapKey property.
 



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