public class JpaIntermediateOneToManyRelation extends Object implements RelationSpi, PackageImportAdder
| Constructor and Description | 
|---|
| JpaIntermediateOneToManyRelation() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addImport(String fullType) | 
| boolean | compatibleWith(Relation relation)Whether the SPI is compatible with the passed relation. | 
| List<String> | getAnnotations() | 
| String | getCacheAnnotation() | 
| void | init(Relation relation)Invoked by Celerio, when this RelationSpi is binded on a  Relationinstance. | 
| String | velocityVar()The var name under which this RelationSpi is available during template evaluation. | 
public boolean compatibleWith(Relation relation)
RelationSpicompatibleWith in interface RelationSpipublic String velocityVar()
RelationSpivelocityVar() methods returns myextension, the corresponding RelationSpi implementation instance is given by
 $relation.myextension.velocityVar in interface RelationSpipublic void init(Relation relation)
RelationSpiRelation instance.init in interface RelationSpipublic String getCacheAnnotation()
public void addImport(String fullType)
addImport in interface PackageImportAdderCopyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.