Uses of Class
com.sun.java.xml.ns.persistence.orm.IdClass

Packages that use IdClass
com.sun.java.xml.ns.persistence.orm   
 

Uses of IdClass in com.sun.java.xml.ns.persistence.orm
 

Fields in com.sun.java.xml.ns.persistence.orm declared as IdClass
protected  IdClass MappedSuperclass.idClass
           
protected  IdClass Entity.idClass
           
 

Methods in com.sun.java.xml.ns.persistence.orm 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 com.sun.java.xml.ns.persistence.orm 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 © 2005-2014. All Rights Reserved.