@Repository(value="blSystemPropertiesDao") public class SystemPropertiesDaoImpl extends Object implements SystemPropertiesDao
| Type | Property and Description |
|---|---|
SystemProperty |
createNewSystem |
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
SystemPropertiesDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
SystemProperty |
createNewSystemProperty() |
void |
deleteSystemProperty(SystemProperty systemProperty) |
List<SystemProperty> |
readAllSystemProperties() |
SystemProperty |
readSystemPropertyByName(String name) |
SystemProperty |
saveSystemProperty(SystemProperty systemProperty) |
createNewSystemProperty in interface SystemPropertiesDaoprotected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public SystemProperty saveSystemProperty(SystemProperty systemProperty)
saveSystemProperty in interface SystemPropertiesDaopublic void deleteSystemProperty(SystemProperty systemProperty)
deleteSystemProperty in interface SystemPropertiesDaopublic List<SystemProperty> readAllSystemProperties()
readAllSystemProperties in interface SystemPropertiesDaopublic SystemProperty readSystemPropertyByName(String name)
readSystemPropertyByName in interface SystemPropertiesDaopublic SystemProperty createNewSystemProperty()
createNewSystemProperty in interface SystemPropertiesDaoCopyright © 2013. All rights reserved.