return new java.util.ArrayList();
}
public static java.util.List getChildrenClassByRelationType(Inode p, Class c,String relationType) {
if( c.equals(Identifier.class)){
throw new DotStateException("Identifiers are no longer Inodes!");
}
try {
String tableName = ((Inode) c.newInstance()).getType();
HibernateUtil dh = new HibernateUtil(c);