Interface Commentable

All Superinterfaces:
Annotation
All Known Implementing Classes:
ColumnJpaAnnotation

public interface Commentable extends Annotation
Commonality for annotations which contain SQL comments
  • Method Details

    • comment

      String comment()
    • comment

      void comment(String value)