Uses of Class
pl.edu.agh.cast.model.mapper.annotation.MapLink

Packages that use MapLink
pl.edu.agh.cast.model.base Provides base model classes and interfaces. 
pl.edu.agh.cast.model.mapper.internal Contains different (based on relational data base, XML) implementations of the persistence mechanism. 
 

Uses of MapLink in pl.edu.agh.cast.model.base
 

Methods in pl.edu.agh.cast.model.base with annotations of type MapLink
 List<IDataSet> Relation.getDataSets()
          The data sets which this relation belongs to.
 List<IDataSet> Model.getDataSets()
          The data sets getter.
 IModel DataSet.getModel()
           
 List<IRelation> DataSet.getRelations()
          Return relations present in this data set.
 IEntity Relation.getSource()
          The source of the relation (getter).
 List<IRelation> Entity.getSourceRelations()
          Source relations (getter).
 IEntity Relation.getTarget()
          The target of the relation (getter).
 List<IRelation> Entity.getTargetRelations()
          Target relations (getter).
 

Uses of MapLink in pl.edu.agh.cast.model.mapper.internal
 

Methods in pl.edu.agh.cast.model.mapper.internal that return MapLink
static MapLink Helper.getLinkData(Class klass, String linkName)
          Return link data (MapLink annotation) for the given mappable and link with given name.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.