Spring Data Core

org.springframework.data.mapping
Interface SimplePropertyHandler


public interface SimplePropertyHandler

A property handler to work with untyped PersistentProperty instances.

Author:
Oliver Gierke

Method Summary
 void doWithPersistentProperty(PersistentProperty<?> property)
          Handle the given PersistentProperty.
 

Method Detail

doWithPersistentProperty

void doWithPersistentProperty(PersistentProperty<?> property)
Handle the given PersistentProperty.

Parameters:
property - will never be null.

Spring Data Core

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