Spring Data MongoDB - Core

org.springframework.data.mongodb.core.convert
Interface LazyLoadingProxy


public interface LazyLoadingProxy

Allows direct interaction with the underlying DefaultDbRefResolver.LazyLoadingInterceptor.

Since:
1.5
Author:
Thomas Darimont

Method Summary
 Object initialize()
          Initializes the proxy and returns the wrapped value.
 com.mongodb.DBRef toDBRef()
          Returns the DBRef represented by this LazyLoadingProxy, may be null.
 

Method Detail

initialize

Object initialize()
Initializes the proxy and returns the wrapped value.

Returns:
Since:
1.5

toDBRef

com.mongodb.DBRef toDBRef()
Returns the DBRef represented by this LazyLoadingProxy, may be null.

Returns:
Since:
1.5

Spring Data MongoDB - Core

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.