2016
DOI: 10.17533/udea.redin.n80a11
|View full text |Cite
|
Sign up to set email alerts
|

Hibernate and spring - An analysis of maintainability against performance

Abstract: -Eraso et al.; Revista Facultad de Ingeniería, No. 80, pp. 97-108, 2016 compatible. In WAFs, this layer has been called Object Relational Mapping (ORM). The ORMs map data from DB to OOP, allowing programmers to query DB records in a simple and powerful way without changing the OOP program point of view.As mappings, ORMs can be used as abstraction barriers [9] between relational DBs and OOP programs. This is possible because, changes in the OOP or in the DB models affect the mapping function only, preventing… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2

Citation Types

0
2
0

Year Published

2020
2020
2024
2024

Publication Types

Select...
4
1

Relationship

0
5

Authors

Journals

citations
Cited by 5 publications
(2 citation statements)
references
References 14 publications
0
2
0
Order By: Relevance
“…Recent studies of the performances of ORM usage in Java were conducted by Colley, Stanier, and Asaduzzaman to examine the impact of this additional layer compared to direct access to databases using JDBC [33]. Individual studies of the Hibernate framework were conducted by Babu and Gunasingh [34] and by Alvarez-Eraso and Arango-Isaza [35]. Vaja and Rahevar studied the topic of performance through in-memory caching [36].…”
Section: Related Workmentioning
confidence: 99%
“…Recent studies of the performances of ORM usage in Java were conducted by Colley, Stanier, and Asaduzzaman to examine the impact of this additional layer compared to direct access to databases using JDBC [33]. Individual studies of the Hibernate framework were conducted by Babu and Gunasingh [34] and by Alvarez-Eraso and Arango-Isaza [35]. Vaja and Rahevar studied the topic of performance through in-memory caching [36].…”
Section: Related Workmentioning
confidence: 99%
“…Danny Alejandro Alvarez-Eraso, Fernando ArangoIsaza et al [24] compares Hibernate ORM to manual SQL queries across three query complexity levels on databases with 100k, 500k, and 1 million rows. For simple singletable queries, hibernate performs similarly to non-optimized SQL.…”
Section: Related Workmentioning
confidence: 99%