Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » @StoredProcedureParameter direction is deprecated
@StoredProcedureParameter direction is deprecated [message #955058] Tue, 23 October 2012 13:22 Go to next message
Neikius Mising name is currently offline Neikius Mising nameFriend
Messages: 43
Registered: April 2011
Member
@StoredProcedureParameter( direction= )

The above parameter is now "deprecated". How do I indicate that a certain parameter is OUT_CURSOR then? For now the old way works, but I don't see any other way of doing it. suggestions?
Re: @StoredProcedureParameter direction is deprecated [message #964681 is a reply to message #955058] Tue, 30 October 2012 18:10 Go to previous messageGo to next message
James Sutherland is currently offline James SutherlandFriend
Messages: 1939
Registered: July 2009
Location: Ottawa, Canada
Senior Member

What version do you see this in? It should not be deprecated in 2.4, in the development builds it is deprecated as it is being replace by the mode(), which is defined as part of the JPA 2.1 draft.

James : Wiki : Book : Blog : Twitter
Re: @StoredProcedureParameter direction is deprecated [message #976443 is a reply to message #955058] Thu, 08 November 2012 15:37 Go to previous message
Neikius Mising name is currently offline Neikius Mising nameFriend
Messages: 43
Registered: April 2011
Member
<properties>
	<eclipselink.version>2.4.0</eclipselink.version>
</properties>
<dependency>
	<groupId>org.eclipse.persistence</groupId>
	<artifactId>eclipselink</artifactId>
	<version>${eclipselink.version}</version>
	<scope>compile</scope>
</dependency>


2.4.0
Previous Topic:ValidationException for enum class
Next Topic:Eclipselink and SQLite
Goto Forum:
  


Current Time: Thu Mar 28 18:57:12 GMT 2024

Powered by FUDForum. Page generated in 0.03028 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top