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

com.obatis.orm.provider.handle.DeleteProviderHandle Maven / Gradle / Ivy

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