Handle SEQUENCE strategies, which are not yet implemented. This'll fix David Hoover's super-strict compilation urges, besides being a generally good idea.
This commit is contained in:
@@ -173,6 +173,10 @@ public class DepotMarshaller<T extends PersistentRecord>
|
||||
_valueGenerators.put(
|
||||
field.getName(), new TableValueGenerator(generator, gv, this, fm));
|
||||
break;
|
||||
|
||||
case SEQUENCE: // TODO
|
||||
throw new IllegalArgumentException(
|
||||
"SEQUENCE key generation strategy not yet supported.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user