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

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

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

/**
 * A DAO for Persons.
 **/
public interface PersonDao extends Dao {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy