Skip to content

Container managed DAO

Uragami Taichi edited this page Feb 28, 2025 · 1 revision

By adding the ConfigAutowireable annotation to the DAO interface, you can manage the DAO as a Spring component.

@Dao
@ConfigAutowireable
public interface MessageDao {
Clone this wiki locally