[jira] Updated: (OPENJPA-143) Problems with Single Table Inheritance Strategy (and Discriminator Type of Integer)

2007-02-28 Thread Patrick Linskey (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Linskey updated OPENJPA-143: Fix Version/s: 0.9.7 > Problems with Single Table Inheritance Strategy (and Discrimina

[jira] Created: (OPENJPA-143) Problems with Single Table Inheritance Strategy (and Discriminator Type of Integer)

2007-02-13 Thread Kevin Sutter (JIRA)
Problems with Single Table Inheritance Strategy (and Discriminator Type of Integer) --- Key: OPENJPA-143 URL: https://issues.apache.org/jira/browse/OPENJPA-143 Project

Re: @Strategy

2006-10-31 Thread Marc Prud'hommeaux
That sounds like a good idea, but rather than adding a new "StrategyClass" annotation, why not just add a "strategyClass" element to the existing "Strategy" annotation? On Oct 31, 2006, at 1:28 AM, Patrick Linskey wrote: Hi, @Strategy allows the specifica

RE: @Strategy

2006-10-31 Thread Patrick Linskey
> > @Strategy allows the specification of a custom class name in string > > form. However, class names inside quotes don't refactor all that > > well. I > > think we should add an @StrategyClass annotation that allows > > specification of a strongly-typed Cl

Re: @Strategy

2006-10-31 Thread Abe White
@Strategy allows the specification of a custom class name in string form. However, class names inside quotes don't refactor all that well. I think we should add an @StrategyClass annotation that allows specification of a strongly-typed Class instance. What say ye? I'm not voting

@Strategy

2006-10-31 Thread Patrick Linskey
Hi, @Strategy allows the specification of a custom class name in string form. However, class names inside quotes don't refactor all that well. I think we should add an @StrategyClass annotation that allows specification of a strongly-typed Class instance. What say ye? We should make a si