Uses of Interface
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.Attributes

Packages that use Attributes
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl   
 

Uses of Attributes in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm that return Attributes
 Attributes ObjectFactory.createAttributes()
          Create an instance of Attributes
 Attributes MappedSuperclass.getAttributes()
          Gets the value of the attributes property.
 Attributes Entity.getAttributes()
          Gets the value of the attributes property.
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm with parameters of type Attributes
 void MappedSuperclass.setAttributes(Attributes value)
          Sets the value of the attributes property.
 void Entity.setAttributes(Attributes value)
          Sets the value of the attributes property.
 

Uses of Attributes in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl that implement Attributes
 class AttributesImpl
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl that return Attributes
 Attributes EntityImpl.getAttributes()
           
 Attributes MappedSuperclassImpl.getAttributes()
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl with parameters of type Attributes
 void EntityImpl.setAttributes(Attributes value)
           
 void MappedSuperclassImpl.setAttributes(Attributes value)
           
 



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