Spring Data Commons

org.springframework.data.mapping
Interface PropertyHandler


public interface PropertyHandler

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(PersistentProperty persistentProperty)
           
 

Method Detail

doWithPersistentProperty

void doWithPersistentProperty(PersistentProperty persistentProperty)

Spring Data Commons

Copyright © 2011. All Rights Reserved.