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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbIdClass
protected  JaxbIdClass JaxbEntity.idClass
           
protected  JaxbIdClass JaxbMappedSuperclass.idClass
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbIdClass
 JaxbIdClass ObjectFactory.createJaxbIdClass()
          Create an instance of JaxbIdClass
 JaxbIdClass JaxbEntity.getIdClass()
          Gets the value of the idClass property.
 JaxbIdClass JaxbMappedSuperclass.getIdClass()
          Gets the value of the idClass property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbIdClass
 void JaxbEntity.setIdClass(JaxbIdClass value)
          Sets the value of the idClass property.
 void JaxbMappedSuperclass.setIdClass(JaxbIdClass value)
          Sets the value of the idClass property.
 



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