Uses of Class
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.IdClass

Packages that use IdClass
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm   
 

Uses of IdClass in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm
 

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

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm that return IdClass
 IdClass IdClass.clone()
          Creates and returns a copy of this object.
static IdClass ObjectFactory.copyOfIdClass(IdClass clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.IdClass instance.
 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.pub.indexed.valueclass.persistence.orm with parameters of type IdClass
static IdClass ObjectFactory.copyOfIdClass(IdClass clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.IdClass instance.
 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.pub.indexed.valueclass.persistence.orm with parameters of type IdClass
IdClass(IdClass o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.IdClass instance by copying a given instance.
 



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