Hi, Any OpenJPA specific annotations are, unfortunately, not supported in XML descriptor. Because, JPA spec does not define a XML schema with a simple <name,value> mechanism for vendor extensions. OpenJPA can merge source code annotations with orm.xml -- so, one has to leave OpenJPA-specific mapping annotations on source code itself.
Christopher Giblin wrote: > > > Hi > The OpenJPA describes how to indicate that a field should use OpenJPA's > large result set proxies using the @LRS Java annotation. > > Can I specify LRS using orm.xml instead? > > Thanks,chris > > > ----- Pinaki -- View this message in context: http://n2.nabble.com/How-to-specify-LRS-in-orm-xml-tp4061742p4061808.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
