Uses of Interface
org.tranql.schema.Attribute

Packages that use Attribute
org.tranql.cache   
org.tranql.ejb   
org.tranql.ql   
org.tranql.schema   
org.tranql.sql   
 

Uses of Attribute in org.tranql.cache
 

Classes in org.tranql.cache that implement Attribute
 class CacheSlot
           
 

Methods in org.tranql.cache that return Attribute
 Attribute CacheTable.getAttribute(java.lang.String name)
           
 

Uses of Attribute in org.tranql.ejb
 

Classes in org.tranql.ejb that implement Attribute
 class CMPField
           
 

Methods in org.tranql.ejb that return Attribute
 Attribute EJB.getAttribute(java.lang.String name)
           
 

Uses of Attribute in org.tranql.ql
 

Methods in org.tranql.ql that return Attribute
 Attribute AttributeReference.getAttribute()
           
 

Constructors in org.tranql.ql with parameters of type Attribute
AttributeReference(AliasedEntity source, Attribute attribute)
           
 

Uses of Attribute in org.tranql.schema
 

Methods in org.tranql.schema that return Attribute
 Attribute Entity.getAttribute(java.lang.String name)
           
 

Uses of Attribute in org.tranql.sql
 

Classes in org.tranql.sql that implement Attribute
 class Column
           
 

Methods in org.tranql.sql that return Attribute
 Attribute Table.getAttribute(java.lang.String name)
           
 



Copyright © -2005 The Codehaus. All Rights Reserved.