Can you explain more how the model is in Java, and in the database?

Larry


On 9/19/05, Dan Bradley <[EMAIL PROTECTED]> wrote:
> I have one entity, a Product, which holds a Price as a composed (not
> related) entity. A Price is a numeric value and a currency code as a
> String. Prices don't have a distinct identity in the database - they
> are value objects, so this is not the more usual persistent entity to
> persistent entity relationship mapping.
> 
> How would you map this using iBATIS? I've tried a variety of things
> without success and can't yet find any documentation that covers this
> situation. Thanks.

Reply via email to