com.obatis.orm.provider.DeleteProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of obatis-orm Show documentation
Show all versions of obatis-orm Show documentation
obatis-orm, apply database project
The newest version!
package com.obatis.orm.provider;
import com.obatis.orm.provider.condition.ConditionProvider;
public interface DeleteProvider extends ConditionProvider {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy