Uses of Class
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm.IdClass

Packages that use IdClass
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm   
 

Uses of IdClass in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm declared as IdClass
protected  IdClass MappedSuperclass.idClass
           
protected  IdClass Entity.idClass
           
 

Methods in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm that return IdClass
 IdClass IdClass.clone()
          Creates and returns a 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.ccxjc.it.model.priv.collections.valueclass.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.ccxjc.it.model.priv.collections.valueclass.persistence.orm with parameters of type IdClass
IdClass(IdClass o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm.IdClass instance by copying a given instance.
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.