Igor-
Is it possible to use SynchronizeMappings without persistent class
list?
If all your persistent classes are in a jar, and you specify the "jar-
file" element in you persistence.xml, that the jar will be scanner
for persistent classes. I think that should work with the
SynchronizeMappings setting.
You could alternately specify:
<property name="openjpa.MetaDataFactory" value="jpa
(ClasspathScan=build;lib.jar)"/>
See:
http://incubator.apache.org/openjpa/docs/latest/manual/
manual.html#ref_guide_meta_factory
On Dec 13, 2006, at 9:22 PM, Igor Fedorenko wrote:
Is it possible to use SynchronizeMappings without persistent class
list? In my case it is kinda difficult to create (and maintain)
persistent class list and it would be really nice not to have to
run mapping tool after every change, even if that would mean
somewhat slower startup.
--
Regards,
Igor
Marc Prud'hommeaux wrote:
You can use the openjpa.jdbc.SynchronizeMappings property. See:
http://incubator.apache.org/openjpa/docs/openjpa-0.9.0-
incubating/manual/manual.html#ref_guide_mapping_synch On Dec 9,
2006, at 5:53 PM, Dain Sundstrom wrote:
Is there a way to make openjpa create tables automatically for
me? It would make testing much easier.
-dain