Interface TypeReferenceService

All Known Implementing Classes:
TypeReferenceServiceImpl

public interface TypeReferenceService
Interface for the TypeReferenceService, which provides methods for retrieving TypeReferenceModel objects.
  • Method Details

    • findById

      Retrieves a TypeReferenceModel object by its ID.
      Parameters:
      id - The ID of the TypeReferenceModel object to retrieve.
      Returns:
      An Optional containing the TypeReferenceModel object if found, or an empty Optional if not found.