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 and transient properties.
Author:
Jon Brisbin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doWithPersistentProperty(P persistentProperty)
     
  • Method Details

    • doWithPersistentProperty

      void doWithPersistentProperty(P persistentProperty)