Uses of Interface
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.NamedNativeQuery

Packages that use NamedNativeQuery
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl   
 

Uses of NamedNativeQuery in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm that return NamedNativeQuery
 NamedNativeQuery ObjectFactory.createNamedNativeQuery()
          Create an instance of NamedNativeQuery
 NamedNativeQuery[] EntityMappings.getNamedNativeQuery()
           
 NamedNativeQuery[] Entity.getNamedNativeQuery()
           
 NamedNativeQuery EntityMappings.getNamedNativeQuery(int idx)
           
 NamedNativeQuery Entity.getNamedNativeQuery(int idx)
           
 NamedNativeQuery EntityMappings.setNamedNativeQuery(int idx, NamedNativeQuery value)
           
 NamedNativeQuery Entity.setNamedNativeQuery(int idx, NamedNativeQuery value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm with parameters of type NamedNativeQuery
 NamedNativeQuery EntityMappings.setNamedNativeQuery(int idx, NamedNativeQuery value)
           
 NamedNativeQuery Entity.setNamedNativeQuery(int idx, NamedNativeQuery value)
           
 void EntityMappings.setNamedNativeQuery(NamedNativeQuery[] values)
           
 void Entity.setNamedNativeQuery(NamedNativeQuery[] values)
           
 

Uses of NamedNativeQuery in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl that implement NamedNativeQuery
 class NamedNativeQueryImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl declared as NamedNativeQuery
protected  NamedNativeQuery[] EntityImpl.namedNativeQuery
           
protected  NamedNativeQuery[] EntityMappingsImpl.namedNativeQuery
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl that return NamedNativeQuery
 NamedNativeQuery[] EntityImpl.getNamedNativeQuery()
           
 NamedNativeQuery[] EntityMappingsImpl.getNamedNativeQuery()
           
 NamedNativeQuery EntityImpl.getNamedNativeQuery(int idx)
           
 NamedNativeQuery EntityMappingsImpl.getNamedNativeQuery(int idx)
           
 NamedNativeQuery EntityImpl.setNamedNativeQuery(int idx, NamedNativeQuery value)
           
 NamedNativeQuery EntityMappingsImpl.setNamedNativeQuery(int idx, NamedNativeQuery value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl with parameters of type NamedNativeQuery
 void EntityImpl.copyNamedNativeQuery(NamedNativeQuery[] source)
          Copies all values of property NamedNativeQuery.
 void EntityMappingsImpl.copyNamedNativeQuery(NamedNativeQuery[] source)
          Copies all values of property NamedNativeQuery.
 NamedNativeQuery EntityImpl.setNamedNativeQuery(int idx, NamedNativeQuery value)
           
 NamedNativeQuery EntityMappingsImpl.setNamedNativeQuery(int idx, NamedNativeQuery value)
           
 void EntityImpl.setNamedNativeQuery(NamedNativeQuery[] values)
           
 void EntityMappingsImpl.setNamedNativeQuery(NamedNativeQuery[] values)
           
 



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