public class EventDetailDB extends BaseDAO
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<EventDetail> |
clazz |
Constructor and Description |
---|
EventDetailDB() |
Modifier and Type | Method and Description |
---|---|
static com.google.api.server.spi.response.CollectionResponse<EventDetail> |
listEventByBCardId(java.lang.Long id,
java.lang.String cursor,
java.lang.Integer limit) |
static EventDetail |
load(java.lang.Long id) |
static void |
save(EventDetail eventDetail) |
buildCollectionResponse, delete, delete, deleteMany, deleteManyNow, getOfy, list, load, load, load, queryDefault, saveMany, saveManyNow
public static final java.lang.Class<EventDetail> clazz
public static EventDetail load(java.lang.Long id)
public static void save(EventDetail eventDetail)
public static com.google.api.server.spi.response.CollectionResponse<EventDetail> listEventByBCardId(java.lang.Long id, java.lang.String cursor, java.lang.Integer limit)