All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sundr.examples.crud.DaoHub Maven / Gradle / Ivy

There is a newer version: 1.14.0
Show newest version
package io.sundr.examples.crud;

public interface DaoHub {
    public Person getPerson();
    public Address getAddress();
    public Notes getNotes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy