Interface HomeService

All Known Implementing Classes:
HomeServiceImpl

@Service public interface HomeService
HomeMongoRepository

This interface represents the repository for the Home entity. It extends MongoRepository to provide CRUD operations for the Home entity.

It is annotated with @Repository to indicate that it is a Spring Data repository.

Since:
0.0.1
Version:
0.0.1
Author:
Bayu Dwiyan Satria
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details