sai-pullabhotla
7/21/2016 - 8:22 PM

Catatumbo - Entity Annotation with Kind

Catatumbo - Entity Annotation with Kind

import com.jmethods.catatumbo.Entity;

@Entity(kind="People")
public class Person {
    //members of Person go here. For example, id, firstName, lastName and their 
    //corresponding accessor and mutator methods. 
}