Re: enhancement of persistent classes

2006-09-20 Thread Bryan Noll
So... trying to wrap my head around this topic a bit more. Can one of you fellas clarify for me whether or not an eclipse plugin exists out there that enhances classes for you? Looking around the web a bit produced the following, which sort of leaves it hanging. http://forums.bea.com/bea/mes

Issue with GenerationType.IDENTITY?

2006-09-20 Thread Kevin Sutter
Hi, It seems that if I map an ID to an Identity Column, then, OpenJPA automatically returns a type BigDecimal? I am not using this type anywhere. It does not happen with other Integer or Long mappings, just with generated strategy. @Id @GeneratedValue(strategy=GenerationType.IDENTITY)

Re: enhancement of persistent classes

2006-09-20 Thread Bryan Noll
Fair enough... just wanted to be clear... Marc Prud'hommeaux wrote: Bryan- You are correct: OpenJPA does require enhancement of classes. This allows us to be much faster and more efficient for many operations than a purely reflection-based system can be. On Sep 20, 2006, at 2:12 PM, Bryan

Re: enhancement of persistent classes

2006-09-20 Thread Marc Prud'hommeaux
Bryan- You are correct: OpenJPA does require enhancement of classes. This allows us to be much faster and more efficient for many operations than a purely reflection-based system can be. On Sep 20, 2006, at 2:12 PM, Bryan Noll wrote: Hello all... was on vacation for a bit... then the day

enhancement of persistent classes

2006-09-20 Thread Bryan Noll
Hello all... was on vacation for a bit... then the day job got in the way. Quick question for the folks more in the know than me. Reading this (http://people.apache.org/~mprudhom/openjpa/site/openjpa-project/manual/ref_guide_pc_enhance.html#ref_guide_pc_enhance_runtime_container), it seems lik

[jira] Commented: (OPENJPA-24) Allow OpenJPA to be extensible

2006-09-20 Thread Michael Dick (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-24?page=comments#action_12436323 ] Michael Dick commented on OPENJPA-24: - Thanks Abe, I was able to load a custom EMF with your changes. I might have more questions when I get a chance to experi

[jira] Created: (OPENJPA-56) in derby concat with input parameter needs a cast, otherwise becomes long varchar and some operations do not work

2006-09-20 Thread George Hongell (JIRA)
in derby concat with input parameter needs a cast, otherwise becomes long varchar and some operations do not work - Key: OPENJPA-56 URL: http://issues.

[jira] Updated: (OPENJPA-56) in derby concat with input parameter needs a cast, otherwise becomes long varchar and some operations do not work

2006-09-20 Thread George Hongell (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-56?page=all ] George Hongell updated OPENJPA-56: -- Attachment: failureEntities.jar entity java files and derby ddl script to use to recreate this issue > in derby concat with input parameter needs a cast, o