com.obatis.orm.provider.handle.DeleteProviderHandle 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.handle;
import com.obatis.orm.provider.DeleteProvider;
import com.obatis.orm.provider.condition.handle.ConditionProviderHandle;
public class DeleteProviderHandle extends ConditionProviderHandle implements DeleteProvider {
protected DeleteProviderHandle() {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy