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

com.netflix.astyanax.examples.ModelConstants Maven / Gradle / Ivy

The newest version!
package com.netflix.astyanax.examples;

public class ModelConstants {
  public static final String COL_NAME_EMPID = "empid";
  public static final String COL_NAME_DEPTID = "deptid";
  public static final String COL_NAME_FIRST_NAME = "first_name";
  public static final String COL_NAME_LAST_NAME = "last_name";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy