![JAR search and dependency download from the Maven repository](/logo.png)
io.pelle.mango.db.dao.IDAOCallback Maven / Gradle / Ivy
The newest version!
package io.pelle.mango.db.dao;
import io.pelle.mango.client.base.vo.IVOEntity;
import java.util.Map;
public interface IDAOCallback {
void onCreate(VOType voEntity);
void onUpdate(VOType voEntity);
void onDeleteAll(Class extends IVOEntity> voEntityClass);
void onDelete(VOType voEntity);
void onNewInstance(VOType voEntity, Map properties);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy