From: <leg...@at...> - 2003-08-22 19:25:38
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?= key=3DHB-285 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-285 Summary: EXPRESSIONS AND CONSTANTS SUPPORT FOR HQL Type: New Feature Status: Unassigned Priority: Minor Project: Hibernate2 Components:=20 core Versions: 2.1 beta 2 Assignee:=20 Reporter: Jes=C3=BAs Ramos Cardona Created: Fri, 22 Aug 2003 2:25 PM Updated: Fri, 22 Aug 2003 2:25 PM Environment: J2EE Application deployed on WebLogic 8.1.0, running on Solari= s 8. Hibernate Persistant Objects used inside Session EJBs. Description: Support for CONSTANTS and EXPRESSIONS for Hibernate Query Language would ve= ry much come in handy. Specially when facing the need to execute statements= like: SELECT new com.vault.model.[JavaBean](branch.id, branch.status, branch.name= 1, [:variable|expression|constant]) FROM Branch as branch WHERE branch.id =3D :id KEY: *[JavaBean] - self-explainatory. *[:variable|expression|constant] - Instead of an object.member, one would b= e able to include expressions or variables (ie :myVar). Would OGNL (or a tweak of the same) be the choice for appropiate expression= support? --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators= .jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |