VOOZH about

URL: https://www.javacodegeeks.com/tag/spring-data/page/9

⇱ Spring Data Archives - Page 9 of 11 - Java Code Geeks


  • Enterprise Java👁 Image
    Petri KainulainenMay 31st, 2013
    0 140

    Spring Data Solr Tutorial: Sorting

    When we are implementing a word search function, we typically want to sort the search results in descending order by…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMay 31st, 2013
    0 142

    Spring Data Solr Tutorial: Dynamic Queries

    Solr is often referred as a search server which we can use when we are implementing full-text search functions. However,…

    Read More »
  • Enterprise Java👁 Image
    Alexey ZvolinskiyMay 31st, 2013
    17 481

    Spring JPA Data + Hibernate + MySQL + Maven

    Development of web-applications with the help of Spring MVC implies creation of several logical layers of architecture. One of the…

    Read More »
  • Enterprise Java👁 Image
    Maciej WalkowiakMay 28th, 2013
    1 548

    Auditing entities in Spring Data MongoDB

    Spring Data MongoDB 1.2.0 silently introduced new feature: support for basic auditing. Because you will not find too much about…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMay 24th, 2013
    0 166

    Spring Data Solr Tutorial: Adding Custom Methods to a Single Repository

    The previous part of my Spring Data Solr tutorial taught us how we can create static queries by using query…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMay 24th, 2013
    0 178

    Spring Data Solr Tutorial: Query Methods

    We have learned how we can configure Spring Data Solr. We have also learned how we can add new documents…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMay 23rd, 2013
    0 126

    Spring Data Solr Tutorial: CRUD (Almost)

    In the previous part of my Spring Data Solr tutorial, we learned how we can configure Spring Data Solr. Now…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMay 23rd, 2013
    3 361

    Spring Data Solr Tutorial: Configuration

    In the previous part of my Spring Data Solr tutorial, we learned that Solr provides a REST-like HTTP API which…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMay 22nd, 2013
    0 195

    Running Solr with Maven

    Running Solr with Maven Solr is an open source search server which is built by using the indexing and search…

    Read More »
  • First
  • ...
  • «
  • 7
  • 8
  • 9
  • 10
  • 11
  • »
Back to top button
Close