Spring Data MongoDB - Core

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


public interface DbRefResolverCallback

Callback interface to be used in conjunction with DbRefResolver.

Author:
Thomas Darimont, Oliver Gierke

Method Summary
 Object resolve(MongoPersistentProperty property)
          Resolve the final object for the given MongoPersistentProperty.
 

Method Detail

resolve

Object resolve(MongoPersistentProperty property)
Resolve the final object for the given MongoPersistentProperty.

Parameters:
property - will never be null.
Returns:

Spring Data MongoDB - Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.