You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Joerg Lensing <in...@softcon-lensing.de> on 2003/06/26 10:12:12 UTC

mapping

hello,
i have to map several fields which can have a limited number of values. 
e.g. "day of week" = mon,tue, wed..... Because of
performance I don't want to store them as Strings. Integers would be my 
favorit datatype. But then i have
to lookup for the meaning or the integers in my javacode. This is 
something, i don't like.

Any hints? Does OJB support a machanism for this?

joerg