Created
January 29, 2011 18:09
-
-
Save qmx/802058 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ResourceBundle bundle = ResourceBundle.getBundle("queries"); | |
String query = bundle.getString("Usuario.all"); // select u from Usuario u |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Usuario.all=select u from Usuario u |
yep - best way when having lots of sql / jpql queries IMHO
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IBatis feelings ?!