Remove leading underscore from JOIN_PREFIX since Oracle doesn't like it.

This commit is contained in:
hns 2003-10-29 15:38:16 +00:00
parent 45d32cc2da
commit 2b3b10e1e1

View file

@ -58,7 +58,7 @@ public final class Relation {
// prefix to use for symbolic names of joined tables. The name is composed
// from this prefix and the name of the property we're doing the join for
final static String JOIN_PREFIX = "_JOIN_";
final static String JOIN_PREFIX = "JOIN_";
// direct mapping is a very powerful feature:
// objects of some types can be directly accessed