Annotation Interface AccessType


Annotation to define how Spring Data shall access values of persistent properties. Can either be AccessType.Type.FIELD or AccessType.Type.PROPERTY. Default is field access.
Author:
Oliver Gierke
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The access type to be used.
  • Element Details