Spring data JPA where clause
Table of Contents1. Overview2.1 Spring JPA where query2.2 Spring JPA where multiple conditions2.3 Spring JPA where multiple conditions OR2.4 Spring JPA where with between query2.5 Spring JPA where with Paging2.6…
Table of Contents1. Overview2.1 Spring JPA where query2.2 Spring JPA where multiple conditions2.3 Spring JPA where multiple conditions OR2.4 Spring JPA where with between query2.5 Spring JPA where with Paging2.6…
Table of Contents1. Overview2. Spring JPA with SQL database2.1 Database Migration3. Spring JPA with No-SQL database3. Conclusion4. References 1. Overview Spring Data JPA is an implementation of Java Persistence API…
Table of Contents1. Overview2. Spring Jackson tutorial3. Spring Gson tutorial4. Conclusion 1. Overview Gson and Jackson both are the very powerful and popular libraries to convert Java Object to JSON…
Table of Contents1. Overview2. Custom format using application.properties or yml 3. Custom date format using GsonBuilder4. Gson Date to long5. Gson Date with Time Zone4. Conclusion5. References6. Source Code 1….
Table of Contents1. Overview2. Ways to configure serialize null fields in Gson2.1 Serialize null fields in Gson using application.properties2.2 Serialize null fields in Gson using GsonBuilder3. Conclusion4. References5. Source Code…
Table of Contents1. Overview2. Ways to configure spring Gson field naming strategy2.1 application.properties2.2 Using GsonBuilder Bean2.3 Custom naming strategy3. Conclusion4. References5. Source Code 1. Overview Google’s Gson is very popular…
Table of Contents1. Overview2. Steps to Configure Gson in spring boot1.1 add Gson dependency in pom.xml1.2 Set JSON preference in application.properties or application.ymlapplication.propertiesapplication.yml3. Step to Configure Gson and exclude Jackson…
Table of ContentsElasticSearch TutorialElasticSearch InstallationIndex ConfigurationIndexing ElasticSearch Tutorial ElasticSearch is an Enterprise Search Implementation built on top of Lucene search library. In this ElasticSearch tutorial page, we have listed all…
List of big data tutorials using Hadoop MapReduce. Each tutorial explains step by step hadoop mapreduce programs in depth using Java for Big data development. Table of Contents1. Hadoop Installation2….
Table of Contents1. Overview2. How SSL Certificate works?3. Types of SSL Certificate3.1 Domain Validation (DV) SSL Certificate3.2 Organization Validation (OV) SSL Certificate3.3 Extended Validation (EV) SSL Certificate3.4 Single Domain SSL…