Kevin, > > The @Strategy annotation is defined to work at the type (Entity) level.
OpenJPA accepts @Strategy annotation on persistent properties as well
@Target({ TYPE, METHOD, FIELD })
@Retention(RUNTIME)
public @interface Strategy {...}
-----
Pinaki
--
View this message in context:
http://openjpa.208410.n2.nabble.com/Mapping-CHAR-column-to-String-tp5727930p5735779.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.
