2021-01-17 17:38:52 +01:00
<!DOCTYPE HTML>
<!-- NewPage -->
< html lang = "en" >
< head >
2021-01-18 16:36:20 +01:00
<!-- Generated by javadoc (14.0.2) on Mon Jan 18 16:34:08 CET 2021 -->
2021-01-17 17:38:52 +01:00
< title > AppConfigRepository (buisnesslogic 1.0-SNAPSHOT API)< / title >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
2021-01-18 16:36:20 +01:00
< meta name = "dc.created" content = "2021-01-18" >
2021-01-17 17:38:52 +01:00
< meta name = "description" content = "declaration: package: com.plannaplan.repositories, interface: AppConfigRepository" >
< meta name = "generator" content = "javadoc/ClassWriterImpl" >
< link rel = "stylesheet" type = "text/css" href = "../../../stylesheet.css" title = "Style" >
< link rel = "stylesheet" type = "text/css" href = "../../../script-dir/jquery-ui.css" title = "Style" >
< script type = "text/javascript" src = "../../../script.js" > < / script >
< script type = "text/javascript" src = "../../../script-dir/jszip/dist/jszip.min.js" > < / script >
< script type = "text/javascript" src = "../../../script-dir/jszip-utils/dist/jszip-utils.min.js" > < / script >
<!-- [if IE]>
< script type = "text/javascript" src = "../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js" > < / script >
<![endif]-->
< script type = "text/javascript" src = "../../../script-dir/jquery-3.4.1.js" > < / script >
< script type = "text/javascript" src = "../../../script-dir/jquery-ui.js" > < / script >
< / head >
< body class = "class-declaration" >
< script type = "text/javascript" > v a r p a t h t o r o o t = " . . / . . / . . / " ;
loadScripts(document, 'script');< / script >
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
< div class = "flexBox" >
< header role = "banner" class = "flexHeader" >
< nav role = "navigation" >
<!-- ========= START OF TOP NAVBAR ======= -->
< div class = "topNav" > < a id = "navbar.top" >
<!-- -->
< / a >
< div class = "skipNav" > < a href = "#skip.navbar.top" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< a id = "navbar.top.firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "../../../index.html" > Overview< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "navBarCell1Rev" > Class< / li >
< li > < a href = "class-use/AppConfigRepository.html" > Use< / a > < / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "../../../index-all.html" > Index< / a > < / li >
< li > < a href = "../../../help-doc.html" > Help< / a > < / li >
< / ul >
< / div >
< div class = "subNav" >
< div >
< ul class = "subNavList" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > Field | < / li >
< li > Constr | < / li >
< li > < a href = "#method.summary" > Method< / a > < / li >
< / ul >
< ul class = "subNavList" >
< li > Detail: < / li >
< li > Field | < / li >
< li > Constr | < / li >
< li > Method< / li >
< / ul >
< / div >
< div class = "navListSearch" > < label for = "search" > SEARCH:< / label >
< input type = "text" id = "search" value = "search" disabled = "disabled" >
< input type = "reset" id = "reset" value = "reset" disabled = "disabled" >
< / div >
< / div >
<!-- ========= END OF TOP NAVBAR ========= -->
< div class = "skipNav" > < a id = "skip.navbar.top" >
<!-- -->
< / a > < / div >
< / nav >
< / header >
< div class = "flexContent" >
< main role = "main" >
<!-- ======== START OF CLASS DATA ======== -->
< div class = "header" >
< div class = "subTitle" > < span class = "packageLabelInType" > Package< / span > < a href = "package-summary.html" > com.plannaplan.repositories< / a > < / div >
< h1 title = "Interface AppConfigRepository" class = "title" > Interface AppConfigRepository< / h1 >
< / div >
< div class = "contentContainer" >
< section class = "description" >
< dl >
< dt > All Superinterfaces:< / dt >
< dd > < code > org.springframework.data.repository.CrudRepository< < a href = "../entities/AppConfig.html" title = "class in com.plannaplan.entities" > AppConfig< / a > ,​ java.lang.Long> < / code > , < code > org.springframework.data.jpa.repository.JpaRepository< < a href = "../entities/AppConfig.html" title = "class in com.plannaplan.entities" > AppConfig< / a > ,​ java.lang.Long> < / code > , < code > org.springframework.data.repository.PagingAndSortingRepository< < a href = "../entities/AppConfig.html" title = "class in com.plannaplan.entities" > AppConfig< / a > ,​ java.lang.Long> < / code > , < code > org.springframework.data.repository.query.QueryByExampleExecutor< < a href = "../entities/AppConfig.html" title = "class in com.plannaplan.entities" > AppConfig< / a > > < / code > , < code > org.springframework.data.repository.Repository< < a href = "../entities/AppConfig.html" title = "class in com.plannaplan.entities" > AppConfig< / a > ,​ java.lang.Long> < / code > < / dd >
< / dl >
< hr >
< pre > public interface < span class = "typeNameLabel" > AppConfigRepository< / span >
extends org.springframework.data.jpa.repository.JpaRepository< < a href = "../entities/AppConfig.html" title = "class in com.plannaplan.entities" > AppConfig< / a > ,​ java.lang.Long> < / pre >
< div class = "block" > Repository for app config< / div >
< / section >
< section class = "summary" >
< ul class = "blockList" >
<!-- ========== METHOD SUMMARY =========== -->
< li class = "blockList" >
< section class = "methodSummary" > < a id = "method.summary" >
<!-- -->
< / a >
< h2 > Method Summary< / h2 >
< div class = "inheritedList" >
< h3 > Methods inherited from interface org.springframework.data.repository.CrudRepository< / h3 >
< a id = "methods.inherited.from.class.org.springframework.data.repository.CrudRepository" >
<!-- -->
< / a > < code > count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save< / code > < / div >
< div class = "inheritedList" >
< h3 > Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository< / h3 >
< a id = "methods.inherited.from.class.org.springframework.data.jpa.repository.JpaRepository" >
<!-- -->
< / a > < code > deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush< / code > < / div >
< div class = "inheritedList" >
< h3 > Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository< / h3 >
< a id = "methods.inherited.from.class.org.springframework.data.repository.PagingAndSortingRepository" >
<!-- -->
< / a > < code > findAll< / code > < / div >
< div class = "inheritedList" >
< h3 > Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor< / h3 >
< a id = "methods.inherited.from.class.org.springframework.data.repository.query.QueryByExampleExecutor" >
<!-- -->
< / a > < code > count, exists, findAll, findOne< / code > < / div >
< / section >
< / li >
< / ul >
< / section >
< / div >
<!-- ========= END OF CLASS DATA ========= -->
< / main >
< footer role = "contentinfo" >
< nav role = "navigation" >
<!-- ======= START OF BOTTOM NAVBAR ====== -->
< div class = "bottomNav" > < a id = "navbar.bottom" >
<!-- -->
< / a >
< div class = "skipNav" > < a href = "#skip.navbar.bottom" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< a id = "navbar.bottom.firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "../../../index.html" > Overview< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "navBarCell1Rev" > Class< / li >
< li > < a href = "class-use/AppConfigRepository.html" > Use< / a > < / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "../../../index-all.html" > Index< / a > < / li >
< li > < a href = "../../../help-doc.html" > Help< / a > < / li >
< / ul >
< / div >
< div class = "subNav" >
< div >
< ul class = "subNavList" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > Field | < / li >
< li > Constr | < / li >
< li > < a href = "#method.summary" > Method< / a > < / li >
< / ul >
< ul class = "subNavList" >
< li > Detail: < / li >
< li > Field | < / li >
< li > Constr | < / li >
< li > Method< / li >
< / ul >
< / div >
< / div >
< a id = "skip.navbar.bottom" >
<!-- -->
< / a >
<!-- ======== END OF BOTTOM NAVBAR ======= -->
< / nav >
< p class = "legalCopy" > < small > Copyright © 2021. All rights reserved.< / small > < / p >
< / footer >
< / div >
< / div >
< / body >
< / html >