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

org.swiftboot.data.model.dao.GenericCustomizeDao Maven / Gradle / Ivy

There is a newer version: 2.4.8
Show newest version
package org.swiftboot.data.model.dao;

import org.swiftboot.data.model.entity.BaseIdEntity;

/**
 * @author swiftech
 */
public interface GenericCustomizeDao {

    void saveEntity(T t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy