Uses of Class
org.ujorm.orm.AliasKey

Packages that use AliasKey
org.ujorm.orm The ORM support. 
 

Uses of AliasKey in org.ujorm.orm
 

Methods in org.ujorm.orm that return AliasKey
static AliasKey AliasKey.getLastKey(Key<?,?> compositeKey)
          Add the last condition
 

Methods in org.ujorm.orm that return types with arguments of type AliasKey
protected  Collection<AliasKey> CriterionDecoder.getPropertyRelations()
          Returns the unique direct key relations.
 

Method parameters in org.ujorm.orm with type arguments of type AliasKey
static void AliasKey.addKeys(Key<?,?> key, Collection<AliasKey> out)
          Add full range of composite key
static void AliasKey.addLastKey(Key<?,?> key, Collection<AliasKey> out)
          Add the last condition
static void AliasKey.addRelations(Key<?,?> key, Collection<AliasKey> out)
          Add relations only
 



Copyright 2013, Pavel Ponec