1 package at.rseiler.spbee.demo;
2
3 /**
4 * Contains the constants for the mapping constructor names.
5 *
6 * @author Reinhard Seiler {@literal <rseiler.developer@gmail.com>}
7 */
8 public interface McName {
9
10 String SIMPLE_USER = "sp_get_simple_users";
11
12 }