Interface DtoDataSpec

All Known Implementing Classes:
DtoDeleteSpec, DtoJoinSpec, DtoSelectSpec, DtoUpdateSpec

public sealed interface DtoDataSpec permits DtoJoinSpec, DtoSelectSpec, DtoDeleteSpec, DtoUpdateSpec
Specification for DTO-based data.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the ORM table metadata for the DTO.
  • Method Details

    • dtoTable

      OrmTable dtoTable()
      Returns the ORM table metadata for the DTO.
      Returns:
      the ORM table metadata