org.objectweb.medor.optim.jorm
Class JormFlatten2Rdb.RdbJormExtentMapping
java.lang.Object
org.objectweb.medor.optim.jorm.JormFlatten2Rdb.RdbJormExtentMapping
- JormFlatten2Rdb
public class JormFlatten2Rdb.RdbJormExtentMapping
extends java.lang.Object
Represents the mapping of a JormExtent over relational tables.
Only the
main table and the external not collocated table are listed in a node.
getJoinIndex
public int getJoinIndex(String joinname)
throws MedorException
setJormExtent
public void setJormExtent(JormExtent je)
throws MedorException
Assigns the JormExtent and calculates the fields 'tables'
and 'joins'.
je
- is a JormExtent instance (ClassExtent or GenClassExtent)
MedorException
- if the jorm meta information is malformed
toString
public String toString()