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 SchemaBinding.getFKAttribute()
           
 FKAttribute FKAttributeReference.getFKAttribute()
           
 FKAttribute QueryBindingImpl.getFKAttribute()
           
 

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

Constructors in org.tranql.ql with parameters of type FKAttribute
FKAttributeReference(AliasedEntity source, FKAttribute fkAttribute)
           
QueryBindingImpl(FieldTransform next, Entity entity, FKAttribute fkAttribute)
           
QueryBindingImpl(int slot, Entity entity, 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 © -2010 The Codehaus. All Rights Reserved.