VOOZH about

URL: https://www.javacodegeeks.com/author/vlad-mihalcea/page/2

⇱ Vlad Mihalcea, Author at Java Code Geeks - Page 2 of 12


  • Enterprise Java👁 Image
    Vlad MihalceaMay 27th, 2015
    0 118

    How does Hibernate READ_WRITE CacheConcurrencyStrategy work

    Introduction In my previous post, I introduced the NONSTRICT_READ_WRITE second-level cache concurrency mechanism. In this article, I am going to…

    Read More »
  • Enterprise Java👁 Image
    Vlad MihalceaMay 20th, 2015
    0 169

    How does Hibernate NONSTRICT_READ_WRITE CacheConcurrencyStrategy work

    Introduction In my previous post, I introduced the READ_ONLY CacheConcurrencyStrategy, which is the obvious choice for immutable entity graphs. When…

    Read More »
  • Enterprise Java👁 Image
    Vlad MihalceaMay 12th, 2015
    0 150

    How does Hibernate Collection Cache work

    Introduction Previously, I described the second-level cache entry structure, Hibernate uses for storing entities. Besides entities, Hibernate can also store…

    Read More »
  • Enterprise Java👁 Image
    Vlad MihalceaMay 5th, 2015
    0 149

    How to optimize Hibernate EllementCollection statements

    Introduction Hibernate supports three data mapping types: basic (e.g String, int), Embeddable and Entity. Most often, a database row is…

    Read More »
  • Enterprise Java👁 Image
    Vlad MihalceaApril 28th, 2015
    0 262

    How does Hibernate READ_ONLY CacheConcurrencyStrategy work

    Introduction As I previously explained, enterprise caching requires diligence. Because data is duplicated between the database (system of record) and…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaApril 22nd, 2015
    0 264

    A beginner’s guide to Cache synchronization strategies

    Introduction A system of record is the authoritative data source when information is scattered among various data providers. When we…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Vlad MihalceaApril 22nd, 2015
    2 142

    Things to consider before jumping to enterprise caching

    Introduction Relational database transactions are ACID and the strong consistency model simplifies application development. Because enabling Hibernate caching is one…

    Read More »
  • Enterprise Java👁 Image
    Vlad MihalceaApril 13th, 2015
    0 198

    How does Hibernate store second-level cache entries

    Introduction The benefit of using a database access abstraction layer is that caching can be implemented transparently, without leaking into…

    Read More »
  • Enterprise Java👁 Image
    Vlad MihalceaApril 3rd, 2015
    0 2,006

    SELECT statements batch fetching with JDBC and Hibernate

    Introduction Now that I covered Hibernate batch support for INSERT, UPDATE and DELETE statements, it’s time to analyze SELECT statements…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • 10
  • ...
  • Last
Back to top button
Close