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 JaxbMappedSuperclass.idClass
           
protected  JaxbIdClass JaxbEntity.idClass
           
 

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

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



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