Interface MongoDBLayoutDAO
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Layout,String>,LayoutDAO,org.springframework.data.mongodb.repository.MongoRepository<Layout,String>,org.springframework.data.repository.PagingAndSortingRepository<Layout,String>,org.springframework.data.repository.query.QueryByExampleExecutor<Layout>,org.springframework.data.repository.Repository<Layout,String>
public interface MongoDBLayoutDAO extends LayoutDAO, org.springframework.data.mongodb.repository.MongoRepository<Layout,String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddelete(String id)voiddeleteAll()List<Layout>findAll()LayoutfindById(String Id)List<Layout>findByPortalPid(String portalPid)Layoutsave(Layout layout)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, delete, exists, findAll, findOne
-
Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository
findAll, findAll, findAll, insert, insert, save
-
-