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

as.leap.code.data.access.DataAccessMethod Maven / Gradle / Ivy

There is a newer version: 2.3.6
Show newest version
package as.leap.code.data.access;

/**
 *
 */
public enum DataAccessMethod {

  CREATE, UPDATE, DELETE, FIND, FINDBYID;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy