Uses of Interface
org.tranql.schema.Attribute

Packages that use Attribute
org.tranql.abstractschema   
org.tranql.cache   
org.tranql.ejb   
org.tranql.ql   
org.tranql.schema   
org.tranql.sql   
org.tranql.sql.jdbc.binding   
org.tranql.sql.prefetch   
 

Uses of Attribute in org.tranql.abstractschema
 

Methods in org.tranql.abstractschema that return Attribute
 Attribute AbstractEntity.getAttribute(java.lang.String name)
           
 

Methods in org.tranql.abstractschema with parameters of type Attribute
protected  void AbstractEntity.addAttribute(Attribute attribute)
           
 

Uses of Attribute in org.tranql.cache
 

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

Uses of Attribute in org.tranql.ejb
 

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

Uses of Attribute in org.tranql.ql
 

Methods in org.tranql.ql that return Attribute
 Attribute SchemaBinding.getAttribute()
           
 Attribute AttributeReference.getAttribute()
           
 Attribute QueryBindingImpl.getAttribute()
           
 Attribute Path.getEndAttribute()
           
 

Methods in org.tranql.ql with parameters of type Attribute
 void SchemaBinding.setAttribute(Attribute attribute)
           
 void QueryBindingImpl.setAttribute(Attribute attribute)
           
 

Constructors in org.tranql.ql with parameters of type Attribute
AttributeReference(AliasedEntity source, Attribute attribute)
           
QueryBindingImpl(FieldTransform next, Entity entity, Attribute attribute)
           
QueryBindingImpl(int slot, Entity entity, 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
           
 

Uses of Attribute in org.tranql.sql.jdbc.binding
 

Methods in org.tranql.sql.jdbc.binding that return Attribute
 Attribute AbstractBinding.getAttribute()
           
 Attribute TypeConverterBinding.getAttribute()
           
 

Methods in org.tranql.sql.jdbc.binding with parameters of type Attribute
 void AbstractBinding.setAttribute(Attribute attribute)
           
 void TypeConverterBinding.setAttribute(Attribute attribute)
           
 

Uses of Attribute in org.tranql.sql.prefetch
 

Methods in org.tranql.sql.prefetch that return Attribute
 Attribute[] PrefetchGroup.getAttributes()
           
 



Copyright © -2010 The Codehaus. All Rights Reserved.