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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbMapKeyClass
protected  JaxbMapKeyClass JaxbElementCollection.mapKeyClass
           
protected  JaxbMapKeyClass JaxbManyToMany.mapKeyClass
           
protected  JaxbMapKeyClass JaxbOneToMany.mapKeyClass
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbMapKeyClass
 JaxbMapKeyClass ObjectFactory.createJaxbMapKeyClass()
          Create an instance of JaxbMapKeyClass
 JaxbMapKeyClass JaxbElementCollection.getMapKeyClass()
          Gets the value of the mapKeyClass property.
 JaxbMapKeyClass JaxbManyToMany.getMapKeyClass()
          Gets the value of the mapKeyClass property.
 JaxbMapKeyClass JaxbOneToMany.getMapKeyClass()
          Gets the value of the mapKeyClass property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbMapKeyClass
 void JaxbElementCollection.setMapKeyClass(JaxbMapKeyClass value)
          Sets the value of the mapKeyClass property.
 void JaxbManyToMany.setMapKeyClass(JaxbMapKeyClass value)
          Sets the value of the mapKeyClass property.
 void JaxbOneToMany.setMapKeyClass(JaxbMapKeyClass value)
          Sets the value of the mapKeyClass property.
 



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