@Repository(value="blContentDetailsDao") public class ContentDetailsDaoImpl extends BatchRetrieveDao implements ContentDetailsDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
ContentDetailsDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(ContentDetails contentDetails) |
ContentDetails |
readContentDetailsById(Integer id) |
List<ContentDetails> |
readContentDetailsByOrderedIds(List<Integer> ids) |
ContentDetails |
save(ContentDetails contentDetails) |
batchExecuteReadQuery, getInClauseBatchSize, setInClauseBatchSizeprotected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public void delete(ContentDetails contentDetails)
delete in interface ContentDetailsDaopublic ContentDetails readContentDetailsById(Integer id)
readContentDetailsById in interface ContentDetailsDaopublic List<ContentDetails> readContentDetailsByOrderedIds(List<Integer> ids)
readContentDetailsByOrderedIds in interface ContentDetailsDaopublic ContentDetails save(ContentDetails contentDetails)
save in interface ContentDetailsDaoCopyright © 2014. All rights reserved.