#hibernate — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #hibernate, aggregated by home.social.
-
#AI can query your DB—but can it do it correctly? That’s the hard part. @MarcoBelladelli shows how #Hibernate + #Quarkus + #LangChain4j add validation & control back. Want fewer production surprises?
Dive in: https://javapro.io/2026/04/03/talk-to-your-data-natural-language-data-access-in-java/
-
Our next #JCON2026 session is live: 'Talk to Your Data: Natural Language Data Access in #Java with #Hibernate #Quarkus and LangChain4j' with Marco Melladelli
Explore how Hibernate ORM, Quarkus, and #LangChain4j come together to enable …
Grab your coffee and hit play: https://youtu.be/tMW5jxX6DoA
-
@thjanssen123 This post is full of pure gold if you're using #Hibernate. When optimizing your queries for a #OracleDB keep in mind Oracle supports function-based indexes. Use the DBMS_STATS package to regularly create histograms for the indexes/the indexed table columns.
When designing your data model remember Oracle does not index the null value. Also do not distort index histograms with default values (as a fix to the null problem). If handling larger datasets index range scans are key.