Bubu TripathyReevaluating Hibernate : Leveraging jOOQ and Java Records for Efficient Data AccessIntroductionNov 271
NoelHibernate Performance Tuning — Secrets To Lightning-Fast Database AccessOptimizing database access is critical for any high-performance Java application, and Hibernate provides the tools necessary to achieve…Jul 17
Brent FischerDjango ORM: values and values_listIn Django, the ORM (Object-Relational Mapping) allows working with databases in a Pythonic way, without the need to write SQL directly. Two…Nov 8Nov 8
InHibernate At the Gates of MasterybyPaul RavvichUnderstanding the @Transient Annotation in HibernateThe @Transient annotation in Hibernate is a marker used to indicate that a particular field should not be persistently stored in the…Mar 24Mar 24
Amresh SinghSQLifying NoSQL — Are ORM frameworks relevant to NoSQL?In this article, I am going to explore whether Object Relational Mapping tools make sense in NoSQL world.Oct 28Oct 28
Bubu TripathyReevaluating Hibernate : Leveraging jOOQ and Java Records for Efficient Data AccessIntroductionNov 271
NoelHibernate Performance Tuning — Secrets To Lightning-Fast Database AccessOptimizing database access is critical for any high-performance Java application, and Hibernate provides the tools necessary to achieve…Jul 17
Brent FischerDjango ORM: values and values_listIn Django, the ORM (Object-Relational Mapping) allows working with databases in a Pythonic way, without the need to write SQL directly. Two…Nov 8
InHibernate At the Gates of MasterybyPaul RavvichUnderstanding the @Transient Annotation in HibernateThe @Transient annotation in Hibernate is a marker used to indicate that a particular field should not be persistently stored in the…Mar 24
Amresh SinghSQLifying NoSQL — Are ORM frameworks relevant to NoSQL?In this article, I am going to explore whether Object Relational Mapping tools make sense in NoSQL world.Oct 28
Salitha ChathurangaObject Relational Mapping with Spring Boot, JPA and HibernateLet’s deal with object relationshipsSep 20, 20225
Mavidev Software And Consulting Co.A Brief Guide to ORM (Object-Relational Mapping)Object-Relational Mapping (ORM) is a programming technique that allows developers to interact with a database using object-oriented…Oct 28
Jay KumarER-To-Relational MappingIn this article, I will be sharing step by step method to map an ER Model to Relational Diagram.Oct 17, 20212