| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 6 months |
| seen | yesterday | |
| stats | profile views | 61 |
|
1d |
comment |
How to use NonNullByDefault on a package @szeryf You can actually create an existing package "again" using that dialog just to add the package-info.java. I.e. ticking that box allows you to click finish if there's no existing package-info |
|
May 10 |
asked | Difference between using update() and lock(x, READ) to reattach a versioned entity |
|
Mar 20 |
asked | How to force the version of Dynamic web module to be 2.4 with m2e-wtp? |
|
Mar 15 |
comment |
Exit eclipse and keep Java application running? Eclipse provides the standard inputs/outputs for any apps it launches. If you close Eclipse, those std IOs will be closed and many application will start to shutdown/throw exceptions in response to that. If you however launch the app in a way that the std IO points to something else, then Eclipse will not terminate them on exit. You might be able to use the "external tools" feature for this. Or maybe try uncheck the "Allocate console" option in the run configuration. |
|
Mar 15 |
comment |
Is it possible to control EAGER/LAZY loading outside of a model? If you don't want to use the Hibernate APIs, then you can access the lazily loaded property in the same session (usually within the DAO method). For collections, you'll have to call something like size() on it. |
|
Mar 8 |
revised |
Method to unquote SQL string added 236 characters in body |
|
Mar 8 |
comment |
Method to unquote SQL string @radai Sorry for not being clear, but the argument is just the String, not the whole query. I am requoting it again after the operation. @ JBNizet I am trying to extend an external package. I would not do it this way if there's better way to do it. @ Rachcha It's all those SQL injection stuff you know. I have to know there isn't any other cases. |
|
Mar 8 |
asked | Method to unquote SQL string |
|
Feb 26 |
accepted | Quickly assert the non-presence of an element without waiting in Selenium |
|
Feb 24 |
comment |
ElementCollection createAlias in hibernate API It seems from the usage of these constants in Hibernate source code, these are for HQL queries only. |
|
Feb 18 |
accepted | How to prevent form submission using the keyboard (esp. the space key) |
|
Feb 16 |
accepted | Make Hibernate Validator validate a Map by key |
|
Feb 16 |
answered | How to prevent form submission using the keyboard (esp. the space key) |
|
Feb 16 |
revised |
How to prevent form submission using the keyboard (esp. the space key) added 272 characters in body |
|
Feb 16 |
comment |
How to prevent form submission using the keyboard (esp. the space key) Not sure if you read through my question. I still want the form to be submittable, just not by a key press. Clicking the button using the mouse should work as usual. |
|
Feb 16 |
comment |
How to prevent form submission using the keyboard (esp. the space key) @Sparky Yes, it is a typo. I have updated the fiddle. You can still use the spacebar to "click" the button though. The effect seems to be exactly the same as a mouse click in the updated fiddle. |
|
Feb 16 |
revised |
How to prevent form submission using the keyboard (esp. the space key) added 233 characters in body |
|
Feb 15 |
awarded | Custodian |
|
Feb 15 |
reviewed | Approve suggested edit on How to prevent form submission using the keyboard (esp. the space key) |
|
Feb 15 |
asked | How to prevent form submission using the keyboard (esp. the space key) |