07-06-05 12:45 PM
[X] approve, and better adding a constructor using
String key, and standardizing the format for each
actual type.
--- Craig Russell <Craig.Russell@Sun.COM> wrote:
> Javadogs,
>
> When specifying the single field identity classes,
> we overlooked the
> case of a single field of type Date, Locale,
> Currency, BigInteger, etc.
>
> Rather than adding a new class for each such type, I
> propose that we
> add a new single field identity class to cover all
> of these cases.
>
> <proposed>
> public class ObjectIdentity
> extends SingleFieldIdentity {
> public Object getKey();
> public ObjectIdentity(Class pcClass, Object
> key);
> }
> </proposed>
>
> [ ] approve
>
> [ ] disapprove. Why?
>
> Thanks,
>
> Craig
>
> Craig Russell
> Architect, Sun Java Enterprise System
> http://java.sun.com/products/jdo
> 408 276-5638 mailto:Craig.Russell@sun.com
> P.S. A good JDO? O, Gasp!
>
>
________________________________________
__________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[ Post a follow-up to this message ]
|