@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 SystemPropertiesDao
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public SystemProperty saveSystemProperty(SystemProperty systemProperty)
saveSystemProperty
in interface SystemPropertiesDao
public void deleteSystemProperty(SystemProperty systemProperty)
deleteSystemProperty
in interface SystemPropertiesDao
public List<SystemProperty> readAllSystemProperties()
readAllSystemProperties
in interface SystemPropertiesDao
public SystemProperty readSystemPropertyByName(String name)
readSystemPropertyByName
in interface SystemPropertiesDao
public SystemProperty createNewSystemProperty()
createNewSystemProperty
in interface SystemPropertiesDao
Copyright © 2014. All rights reserved.