Spring Data Commons

org.springframework.data.mapping
Interface PropertyHandler<P extends PersistentProperty<P>>


public interface PropertyHandler<P extends PersistentProperty<P>>

Callback interface to do something with all plain PersistentProperty instances except associations, transient properties and the id-property.

Author:
Jon Brisbin

Method Summary
 void doWithPersistentProperty(P persistentProperty)
           
 

Method Detail

doWithPersistentProperty

void doWithPersistentProperty(P persistentProperty)

Spring Data Commons

Copyright © 2011. All Rights Reserved.