public interface SystemConfigAccess extends com.google.gwtorm.server.Access<SystemConfig,SystemConfig.Key>
SystemConfig
.Modifier and Type | Method and Description |
---|---|
com.google.gwtorm.server.ResultSet<SystemConfig> |
all() |
SystemConfig |
get(SystemConfig.Key key) |
SystemConfig get(SystemConfig.Key key) throws com.google.gwtorm.server.OrmException
get
in interface com.google.gwtorm.server.Access<SystemConfig,SystemConfig.Key>
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<SystemConfig> all() throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException