public class AppointmentCache extends Cache<AppointmentCache>
| Constructor and Description |
|---|
AppointmentCache() |
| Modifier and Type | Method and Description |
|---|---|
static void |
flush(java.sql.Connection con) |
static java.util.List<Appointment> |
getAppointmentList() |
static java.util.Map<java.lang.Integer,Appointment> |
getAppointmentMapByIds() |
protected AppointmentCache |
newInstance() |
public static void flush(java.sql.Connection con)
public static java.util.List<Appointment> getAppointmentList()
public static java.util.Map<java.lang.Integer,Appointment> getAppointmentMapByIds()
protected AppointmentCache newInstance()
newInstance in class Cache<AppointmentCache>