|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
AttributeReference.getAttribute()
|
Attribute |
QueryBindingImpl.getAttribute()
|
Attribute |
SchemaBinding.getAttribute()
|
Attribute |
Path.getEndAttribute()
|
Methods in org.tranql.ql with parameters of type Attribute | |
void |
QueryBindingImpl.setAttribute(Attribute attribute)
|
void |
SchemaBinding.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
|
Methods in org.tranql.sql that return Attribute | |
Attribute |
ReturnedValueTypeDetectorVisitor.ReturnedValueTypeInfo.getAttribute()
|
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()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |