io.oasp.module.jpa.dataaccess.api.Dao Maven / Gradle / Ivy
package io.oasp.module.jpa.dataaccess.api;
import net.sf.mmm.util.entity.api.PersistenceEntity;
/**
* This is a simplified variant of {@link GenericDao} for the suggested and common case that you have a {@link Long} as
* {@link PersistenceEntity#getId() primary key}.
*
* @see GenericDao
*
* @param is the generic type of the {@link PersistenceEntity}.
*/
public interface Dao> extends GenericDao {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy