[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [eclipselink-users] JPA and MOXy
|
- From: Roger <roger.varley@xxxxxxxxxxxxxx>
- Date: Sun, 27 Sep 2009 15:51:43 +0300
- Delivered-to: eclipselink-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=HjHguLN3kt8Zd4Yk2mEviRIblKHrL4wvcQWpMOfC13Y=; b=GEAd39FY+E3TD+Snl4VyhBuJFi3hVi28+LUJne7BKOKqWbBwj06+pzfG6YEp5mD91p BxkDkuIO2c9rbfwE/0mCXIhODnQ7DGkYK2bIYBO0WcfJRyv3ow9nRqXW2E7HplHhRwGS ZCsUax8wj5Z/LezmXl4hVhBXyq6lRYaOyX1YA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=qm1qc2KhjSBBjZTJ8LNLKtgxmj2RPquxN3SC/TIh0nR/GKW+ZIZwIIJnVGfRA6u4yf d9Fa2eSeUsbLL/qMEyHHDkHpi7qC03vbHWzqF5cuJRBIhbwZxFV8OJ1G4fYBJrg7SIDH 5DQ+rBMN2QA6nCa8n4FZMkGbae0ferarJZNaE=
- User-agent: KMail/1.12.2 (Linux/2.6.27.29-0.1-pae; KDE/4.3.1; i686; ; )
On Friday 25 September 2009 16:26:44 Shaun Smith wrote:
> Hi Roger,
>
> I'd do my JPA mapping with an orm.xml (or eclipselink-orm.xml) file.
> This way, you can recompile your schema without losing your JPA
> mappings. Also, I'd use Dali to create my JPA mappings. It provides UI
> to let you avoid hand coding the JPA xml mapping file. And if you
> update your schema and break your JPA mappings Dali will detect the
> problems and give you errors.
>
Is Dali the tool behind the JPA Tools -->Generate Tables/Entities menu option?
Regards