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

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 voEntityClass);

	void onDelete(VOType voEntity);

	void onNewInstance(VOType voEntity, Map properties);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy