Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.IdClass

Packages that use IdClass
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of IdClass in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as IdClass
protected  IdClass MappedSuperclass.idClass
           
protected  IdClass Entity.idClass
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return IdClass
 IdClass ObjectFactory.createIdClass()
          Create an instance of IdClass
 IdClass MappedSuperclass.getIdClass()
          Gets the value of the idClass property.
 IdClass Entity.getIdClass()
          Gets the value of the idClass property.
 

Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type IdClass
 void MappedSuperclass.setIdClass(IdClass value)
          Sets the value of the idClass property.
 void Entity.setIdClass(IdClass value)
          Sets the value of the idClass property.
 



Copyright © 2009-2011. All Rights Reserved.