Package com.arms.api.globaltreemap.dao
Class GlobalContentsTreeMapRepository
- java.lang.Object
-
- com.arms.api.globaltreemap.dao.GlobalContentsTreeMapRepository
-
@Repository public class GlobalContentsTreeMapRepository extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GlobalContentsTreeMapRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(java.lang.Long map_key)voiddeleteAll(java.util.List<GlobalContentsTreeMapEntity> GlobalContentsTreeMapEntity)voiddeleteByFileLink(java.lang.Long value)voiddeleteByPdServiceDetailLink(java.lang.Long value)voiddeleteByPdServiceLink(java.lang.Long value)java.util.List<GlobalContentsTreeMapEntity>findAllBy(org.springframework.data.jpa.domain.Specification<GlobalContentsTreeMapEntity> specification)GlobalContentsTreeMapEntityfindById(java.lang.Long map_key)GlobalContentsTreeMapEntitysave(GlobalContentsTreeMapEntity globalTreeMapEntities)java.util.List<GlobalContentsTreeMapEntity>saveAll(java.util.List<GlobalContentsTreeMapEntity> GlobalContentsTreeMapEntity)
-
-
-
Method Detail
-
saveAll
public java.util.List<GlobalContentsTreeMapEntity> saveAll(java.util.List<GlobalContentsTreeMapEntity> GlobalContentsTreeMapEntity)
-
deleteAll
public void deleteAll(java.util.List<GlobalContentsTreeMapEntity> GlobalContentsTreeMapEntity)
-
delete
public void delete(java.lang.Long map_key)
-
findById
public GlobalContentsTreeMapEntity findById(java.lang.Long map_key)
-
findAllBy
public java.util.List<GlobalContentsTreeMapEntity> findAllBy(org.springframework.data.jpa.domain.Specification<GlobalContentsTreeMapEntity> specification)
-
save
public GlobalContentsTreeMapEntity save(GlobalContentsTreeMapEntity globalTreeMapEntities)
-
deleteByFileLink
public void deleteByFileLink(java.lang.Long value)
-
deleteByPdServiceLink
public void deleteByPdServiceLink(java.lang.Long value)
-
deleteByPdServiceDetailLink
public void deleteByPdServiceDetailLink(java.lang.Long value)
-
-