Interface IndexCollector

All Superinterfaces:
Annotation
All Known Subinterfaces:
CommonTableDetails
All Known Implementing Classes:
CollectionTableJpaAnnotation, JoinTableJpaAnnotation, SecondaryTableJpaAnnotation, TableGeneratorJpaAnnotation, TableJpaAnnotation

public interface IndexCollector extends Annotation
Commonality for annotations which define indexes
  • Method Details

    • indexes

      Index[] indexes()
    • indexes

      void indexes(Index[] value)