Spring Data Neo4j

org.springframework.data.neo4j.support
Class DoReturn<T>

java.lang.Object
  extended by org.springframework.data.neo4j.support.DoReturn<T>

public class DoReturn<T>
extends Object

Wrapper for return values of FieldAccessor methods. DoReturn indicates that the wrapping aspect should not proceed to the original field access but instead return immediately.

Since:
15.09.2010
Author:
Michael Hunger

Method Summary
static
<T> DoReturn<T>
doReturn(T value)
          static factory method
static Object unwrap(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doReturn

public static <T> DoReturn<T> doReturn(T value)
static factory method

Type Parameters:
T -
Parameters:
value -
Returns:

unwrap

public static Object unwrap(Object value)

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.