Uses of Interface
org.tranql.schema.FKAttribute

Packages that use FKAttribute
org.tranql.ejb   
org.tranql.ql   
org.tranql.sql   
org.tranql.sql.jdbc.binding   
 

Uses of FKAttribute in org.tranql.ejb
 

Classes in org.tranql.ejb that implement FKAttribute
 class FKField
           
 

Uses of FKAttribute in org.tranql.ql
 

Methods in org.tranql.ql that return FKAttribute
 FKAttribute QueryBindingImpl.getFKAttribute()
           
 FKAttribute FKAttributeReference.getFKAttribute()
           
 FKAttribute SchemaBinding.getFKAttribute()
           
 

Methods in org.tranql.ql with parameters of type FKAttribute
 void QueryBindingImpl.setFKAttribute(FKAttribute fkAttribute)
           
 void SchemaBinding.setFKAttribute(FKAttribute fkAttribute)
           
 

Constructors in org.tranql.ql with parameters of type FKAttribute
QueryBindingImpl(FieldTransform next, Entity entity, FKAttribute fkAttribute)
           
QueryBindingImpl(int slot, Entity entity, FKAttribute fkAttribute)
           
FKAttributeReference(AliasedEntity source, FKAttribute fkAttribute)
           
 

Uses of FKAttribute in org.tranql.sql
 

Classes in org.tranql.sql that implement FKAttribute
 class FKColumn
           
 

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

Methods in org.tranql.sql.jdbc.binding that return FKAttribute
 FKAttribute AbstractBinding.getFKAttribute()
           
 FKAttribute TypeConverterBinding.getFKAttribute()
           
 

Methods in org.tranql.sql.jdbc.binding with parameters of type FKAttribute
 void AbstractBinding.setFKAttribute(FKAttribute fkAttribute)
           
 void TypeConverterBinding.setFKAttribute(FKAttribute fkAttribute)
           
 



Copyright © -2006 The Codehaus. All Rights Reserved.