Lukas Jungmann

Results 469 comments of Lukas Jungmann

@glassfishrobot Commented uk.wildcat said: For the slow, can someone provide an example of the workaround that c.beikov is outlining here > You can define your own annotations that can be...

@glassfishrobot Commented c.beikov said: You just define your own annotation type like ``` public @interface MyAnnotation { String padChar(); } ``` and use it on your field or getter ```...

@glassfishrobot Commented pbenedict said: I think this is easily possible with some design enhancement. Food for thought: 1) Once converters are injectable (#109), that means they will have a controllable...

@glassfishrobot Commented This issue was imported from java.net JIRA JPA_SPEC-73

* **Issue Imported From:** https://github.com/javaee/jpa-spec/issues/64 * **Original Issue Raised By:**@glassfishrobot * **Original Issue Assigned To:** Unassigned

@glassfishrobot Commented Reported by mkeith

@glassfishrobot Commented This issue was imported from java.net JIRA JPA_SPEC-64

* **Issue Imported From:** https://github.com/javaee/jpa-spec/issues/111 * **Original Issue Raised By:**@glassfishrobot * **Original Issue Assigned To:** @ldemichiel

@glassfishrobot Commented Reported by oliver.gierke

@glassfishrobot Commented neilstockton said: NamedQueryDoesntExistException (extends RuntimeException) sounds like a simple solution for createNamedQuery. I don't see how backwards compatibility is affected with that, and then I can catch problems...