{
// Element = embedded, serialised
// Just select the join table since we're going to return the embedded/serialised columns from it
stmt = dba.newQueryStatement(containerTable, clr);
stmt = dba.newQueryStatement(containerTable, clr);
stmt.select(elementMapping);
}
else if (elementMapping instanceof ReferenceMapping)
{
// Element = Reference type (interface/Object)
// Just select the join table since we're going to return the implementation id columns only