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

org.wing4j.orm.CrudMapper Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package org.wing4j.orm;

import org.wing4j.orm.count.CountMapper;
import org.wing4j.orm.delete.DeleteMapper;
import org.wing4j.orm.insert.InsertMapper;
import org.wing4j.orm.lock.LockMapper;
import org.wing4j.orm.select.SelectMapper;
import org.wing4j.orm.update.UpdateMapper;

/**
 * Created by wing4j on 2016/12/18.
 */
public interface CrudMapperextends
        CountMapper,
        SelectMapper,
        InsertMapper,
        UpdateMapper,
        DeleteMapper,
        LockMapper
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy