
org.swiftboot.data.model.dao.GenericCustomizeDao Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swiftboot-data Show documentation
Show all versions of swiftboot-data Show documentation
Data access component based on Spring-Data-JPA
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