@Service(value="blScheduledJobDao") public class ScheduledJobDaoImpl extends Object implements ScheduledJobDao
Modifier and Type | Field and Description |
---|---|
protected javax.persistence.EntityManager |
em |
protected org.broadleafcommerce.common.persistence.EntityConfiguration |
entityConfiguration |
Constructor and Description |
---|
ScheduledJobDaoImpl() |
Modifier and Type | Method and Description |
---|---|
ScheduledJob |
create()
Create a
ScheduledJob |
ScheduledJob |
readScheduledJobById(Long id)
Read a
ScheduledJob by id |
ScheduledJob |
save(ScheduledJob scheduledJob)
Save
ScheduledJob |
protected javax.persistence.EntityManager em
protected org.broadleafcommerce.common.persistence.EntityConfiguration entityConfiguration
public ScheduledJob create()
ScheduledJobDao
ScheduledJob
create
in interface ScheduledJobDao
ScheduledJob
public ScheduledJob readScheduledJobById(Long id)
ScheduledJobDao
ScheduledJob
by idreadScheduledJobById
in interface ScheduledJobDao
ScheduledJob
public ScheduledJob save(ScheduledJob scheduledJob)
ScheduledJobDao
ScheduledJob
save
in interface ScheduledJobDao
ScheduledJob
Copyright © 2020. All rights reserved.