Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.IdClass

Packages that use IdClass
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of IdClass in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as IdClass
protected  IdClass MappedSuperclass.idClass
           
protected  IdClass Entity.idClass
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return IdClass
 IdClass IdClass.clone()
          Creates and returns a deep copy of this object.
 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 net.sourceforge.jpaxjc.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.
 

Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type IdClass
IdClass(IdClass o)
          Creates a new IdClass instance by deeply copying a given IdClass instance.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.