┌────────────┐ ┌──────────────┐ ┌───────────┐ │BookResponse│ │BookController│ │BookRequest│ ├────────────┤--├──────────────┤---├───────────┤ └────────────┘ └──────────────┘ └───────────┘ | | ┌───────────┐ │BookService│ ├───────────┤ └───────────┘ | ┌───────────────┐ ┌────┐ │BookServiceImpl│ │Book│ ├───────────────┤---├────┤ └───────────────┘ └────┘ | ┌──────────────┐ │BookRepository│ ├──────────────┤ └──────────────┘ | ┌──────────────────┐ │BookRepositoryImpl│ ├──────────────────┤ └──────────────────┘ | ┌───────┐ │BookDao│ ├───────┤ └───────┘ | | ┌───────────┐ ┌──────────┐ │BookDaoImpl│ │BookEntity│ ├───────────┤---├──────────┤ └───────────┘ └──────────┘ | ┌───────────────────────┐ │Base de Datos / Fichero│ ├───────────────────────┤ └───────────────────────┘