Dissertations / Theses on the topic 'Object-relational framework'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the top 18 dissertations / theses for your research on the topic 'Object-relational framework.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.
Ireland, Jon Christopher. "Object-relational impedance mismatch : a framework based approach." Thesis, Open University, 2011. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.578640.
Full textDesanker, Rosana Veronica Lilian. "A unified object-oriented approach to knowledge representation within a relational framework." Thesis, Keele University, 1989. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.329692.
Full textNagy, Victor. "Performance Analysis of Relational Databases, Object-Oriented Databases and ORM Frameworks." Thesis, Högskolan i Skövde, Institutionen för informationsteknologi, 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:his:diva-9528.
Full textStanier, C. F. "A model integrity based object-relational data model and complex data model definition framework." Thesis, Staffordshire University, 2009. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.522119.
Full textMolz, Kurt Werner. "Um Framework para construção de aplicações OO sobre SGBD relacional." reponame:Biblioteca Digital de Teses e Dissertações da UFRGS, 1999. http://hdl.handle.net/10183/25974.
Full textThe paradigm of the object-oriented is becoming the approach preferred for construction of systems in database environment. On the other hand, the technology relational is adopted thoroughly for management corporate data. The relational databases they became the pattern in the storage of data for applications of processing of transactions on-line (OLTP). These tendencies are motivating the need of construction of applications object-oriented that acessem relational databases. The way of using object-oriented conception, how inheritance, to make possible the better modeling and implementation based in object-oriented database systems. Therefore, the objetc-oriented design results, also is possible to application in classics database systems. The work presents the use of project patterns in the construction of an architecture of a framework that aids the mapeamento of an application 00 to a SGBD relacional. This architecture follows the approach of set persistence of objects in gateways, that is a software layer inserted among the system database manager and the object-oriented application, whose the objective is to give support to a model of programming of applications 00. The main characteristic of this architecture is the clear separation of the classes that are about the database in relation to the classes that are about the domain of the problem of the application. This division of responsibilities allows the substitution of the referring classes the database for other, allowing the migration of the application among different databases. They are presented in this work, forms of mapping the object-oriented model for relational model. These mappings happens of the model 00 for the model relational. It is important to point out, that the architecture that it is being proposed, won't impede that structured applications let to have access to the relational database, because this approach was chosen to allow that new applications 00 has access the relational database already existent. As the implementation of this work follows the gateway approach, the concepts of object-oriented are presented, and as these they will be supported in the architecture, that is to say, which the gateway should implement.
Andreas, Hall, and Hindrikes Daniel. "Entity Framework 4.0, enutvärdering av ett ORMramverk." Thesis, Högskolan Dalarna, Informatik, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:du-5040.
Full textJunior, Carlos Alberto Rombaldo. "Proposta de um Framework de persistência de objetos em bases de dados objeto-relacional." Universidade de São Paulo, 2012. http://www.teses.usp.br/teses/disponiveis/3/3141/tde-12062013-150806/.
Full textPersistent Frameworks have been used to aid developers, managing all access to DBMS. This kind of tool maps objects from OO applications to relational databases. Besides, allow developers to persist objects without solid knowledge about DBMSs and specific languages, making better the developers productivity, mainly when different DBMS is used. On the other hands, since 1999 the SQL specification has introduced new features to manipulate objects in relational databases which since then has been called Object-Relational Database (ORDB). At present, many DBMS offer resources to manipulate objects in database, but the most of the application developers just map class to relations tables, failing to exploit the strength of O-R model. The lack of the tools that aid the project of database contributes to this situation. Considering the vantages of use of the persistent frameworks and the ORDBs, this article introduces the O-ODM (Object-Object Database Mapping) a persistent framework for relational object databases.
Žukauskas, Arūnas. "Objektinių struktūrų atvaizdavimo į reliacinę struktūrą modelis." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2007. http://vddb.library.lt/obj/LT-eLABa-0001:E.02~2007~D_20070116_005201-78734.
Full textJeža, Pavel. "Návrh databázově neutrální objektově-relační vrstvy." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2007. http://www.nusl.cz/ntk/nusl-412788.
Full textLindgren, Emelie, and Ulrika Andreasen. "ADO.NET och Entity Framework : En jämförelse av prestanda mellan en objektorienterad databas och en relationsdatabas." Thesis, Örebro universitet, Handelshögskolan vid Örebro Universitet, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:oru:diva-22567.
Full textÖjebo, Erik. "Objekt-relationsmappning i datacentrerad applikation." Thesis, Örebro University, School of Science and Technology, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:oru:diva-7308.
Full textDenna rapport presenterar en undersökning av sex olika objekt-relationsmappningsramverk, nämligen Entity Framework, LINQ to SQL, NHibernate, Castle ActiveRecord, MyGeneration Doodads och Subsonic. Undersökningen redogör för styrkor och svagheter hos de olika ramverken samt diskuterar när respektive ramverk är lämpligt att använda.
De ramverk som bedömdes vara mest intressanta var NHibernate och Entity Framework, då de erbjuder flexibel mappning mellan domänmodellen och det underliggande databasschemat samt god tillgång till dokumentation och litteratur.
Undersökningen användes som grund för att besluta vilket av de aktuella ramverken som skulle användas vid en omskrivning av en existerande applikation för IT-konsultföretaget Sogeti. Det ramverk som ansågs mest lämpligt för applikationen var NHibernate.
This report presents a study of six different object-relational mapping frameworks, namely Entity Framework, LINQ to SQL, NHibernate, Castle ActiveRecord, MyGeneration Doodads and Subsonic. The study describes the strengths and weaknesses of the various frameworks and discusses when each framework is appropriate to use.
The frameworks that were judged to be the most interesting were NHibernate and Entity Framework, since they provide flexible mapping between the domain model and the underlying database schema as well as good availability of documentation and literature.
The study was used as a basis for deciding which of the frameworks that should be used in a rewrite of an existing application for the IT consulting company Sogeti. The framework that was considered the most appropriate for the application was NHibernate.
Brito, Carlos de. "Controle eletrônico das etapas do processo de planejamento de pacientes em radioterapia." Universidade de São Paulo, 2017. http://www.teses.usp.br/teses/disponiveis/17/17159/tde-06042018-104352/.
Full textIn Brazilian radiotherapy departments there is a pressing need for systematization of processes, that even today with the access of information technology is performed manually. The control of the patients in radiotherapy planning with the data of all the steps of the process are inserted in a physical board as they are executed. These data consist of scheduling since the planning tomography until the release of the patient for the treatment. The objective of this study is the development of a software for electronic control of patients in radiotherapy planning process, replacing the physical board currently used. The requirements for the elicitation technique was used for this study, which results in a requirements document that serves as the basis for modeling the system through UML diagrams and conceptual modeling of the MySql database and after using the relational object mapping technique (MOR). The data consistency allows secure and reliable access to these data, facilitates the collection of statistical data and streamlines the planning process, this consistent statistics allow the identification of limitation in the process and faster resolution. The result of this study is a software and database that integrates all the information of the radiotherapy planning process.
Fayyaz, Ali Raza, and Madiha Munir. "Performance Evaluation of PHP Frameworks (CakePHP and CodeIgniter) in relation to the Object-Relational Mapping, with respect to Load Testing." Thesis, Blekinge Tekniska Högskola, Institutionen för datalogi och datorsystemteknik, 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-4116.
Full textHrubý, Jan. "Využití frameworku Django pro tvorbu informačních systémů." Master's thesis, Vysoká škola ekonomická v Praze, 2010. http://www.nusl.cz/ntk/nusl-72115.
Full textEsteves, Miguel dos Santos. "CazDataProvider: a solution to the object-relational mismatch." Master's thesis, 2012. http://hdl.handle.net/1822/28384.
Full textToday, most software applications require mechanisms to store information persistently. For decades, Relational Database Management Systems (RDBMSs) have been the most common technology to provide efficient and reliable persistence. Due to the object-relational paradigm mismatch, object oriented applications that store data in relational databases have to deal with Object Relational Mapping (ORM) problems. Since the emerging of new ORM frameworks, there has been an attempt to lure developers for a radical paradigm shift. However, they still often have troubles finding the best persistence mechanism for their applications, especially when they have to bear with legacy database systems. The aim of this dissertation is to discuss the persistence problem on object oriented applications and find the best solutions. The main focus lies on the ORM limitations, patterns, technologies and alternatives. The project supporting this dissertation was implemented at Cachapuz under the Project Global Weighting Solutions (GWS). Essentially, the objectives of GWS were centred on finding the optimal persistence layer for CazFramework, mostly providing database interoperability with close-to-Structured Query Language (SQL) querying. Therefore, this work provides analyses on ORM patterns, frameworks, alternatives to ORM like Object-Oriented Database Management Systems (OODBMSs). It also describes the implementation of CazDataProvider, a .NET library tool providing database interoperability and dynamic query features. In the end, there is a performance comparison of all the technologies debated in this dissertation. The result of this dissertation provides guidance for adopting the best persistence technology or implement the most suitable ORM architectures.
Hoje, a maioria dos aplicações requerem mecanismos para armazenar informação persistentemente. Durante décadas, as RDBMSs têm sido a tecnologia mais comum para fornecer persistência eficiente e confiável. Devido à incompatibilidade dos paradigmas objetos-relacional, as aplicações orientadas a objetos que armazenam dados em bases de dados relacionais têm de lidar com os problemas do ORM. Desde o surgimento de novas frameworks ORM, houve uma tentativa de atrair programadores para uma mudança radical de paradigmas. No entanto, eles ainda têm muitas vezes dificuldade em encontrar o melhor mecanismo de persistência para as suas aplicações, especialmente quando eles têm de lidar com bases de dados legadss. O objetivo deste trabalho é discutir o problema de persistência em aplicações orientadas a objetos e encontrar as melhores soluções. O foco principal está nas limitações, padrões e tecnologias do ORM bem como suas alternativas. O projeto de apoio a esta dissertação foi implementado na Cachapuz no âmbito do Projeto GWS. Essencialmente, os objetivos do GWS foram centrados em encontrar a camada de persistência ideal para a CazFramework, principalmente fornecendo interoperabilidade de base de dados e consultas em SQL. Portanto, este trabalho fornece análises sobre padrões, frameworks e alternativas ao ORM como OODBMS. Além disso descreve a implementação do CazDataProvider, uma biblioteca .NET que fornece interoperabilidade de bases de dados e consultas dinâmicas. No final, há uma comparação de desempenho de todas as tecnologias discutidas nesta dissertação. O resultado deste trabalho fornece orientação para adotar a melhor tecnologia de persistência ou implementar as arquiteturas ORM mais adequadas.
Zhang, Xiaobing. "A framework for object-relational mapping with an example in C++." Thesis, 2004. http://spectrum.library.concordia.ca/8432/1/MQ94760.pdf.
Full textTseng, Chin-shun, and 曾勁順. "A Framework of Object-Relational Data Warehouse for Clinical Data Integration." Thesis, 2005. http://ndltd.ncl.edu.tw/handle/91352395391660316708.
Full text義守大學
資訊管理學系碩士班
93
In recent years, with the development of the medical informatics and the rapid change of the medical organization management environment, how to integrate effectively the intra of medical information in order to aid analysis the decision level has already become a new agitation of medical informatics. For this reason, a lot of medium-and-large-sized medical organizations have set about introducing the so-called clinical data warehouse system at every moment and hope to use the well-established data warehouse structure in the business world to meet the information demand for various medical decisions and analyses. However, the current data warehouse system is built upon the relation database, the star-schema is only suitable for dealing with the characters, numeral, and it is a multi-dimension statistical analysis of observing the field change of number value directly. With regard to a great deal of non-characters and non-numeral medical data, such as comprehensive image file for instance the X-ray, ECG, Ultrasound, CT and prescription, etc., it is unable to offer effectively organization, store, integration and analysis of heterogeneous data. For this reason, in this research, we propose a new data warehouse architecture based on the Object-Relational Database, and propose a data model which is suitable for the Object-Relational data warehouse. The feasibility of the proposed data model is illustrated with the construction of the clinical data warehouse and data mart over some disease instances.
Chen, Chung-Chieh, and 陳中傑. "An Exploratory Study of Applying Object Relational Mapping Framework on Service-Oriented Architecture." Thesis, 2013. http://ndltd.ncl.edu.tw/handle/fe2xfs.
Full text中原大學
資訊管理研究所
101
Internet makes the development of information technology has been a major advancement in the enterprise business model can closely, but the information update speed is too quick, allow enterprises to more traditional architecture complex and difficult to maintain, unable to cope with the changes required, it makes a Service Oriented Architecture (SOA) to cope with these problems. Service oriented architecture is defined as the main service and the loosely coupled between services must be distributed architecture, each capable of independent execution services and working, and its purpose is to enable information systems to be reached with the change requirements. However, the traditional architecture of the system is not making further divide the data tier, making data connections, processing and maintenance of the coupling is high, resulting in time-consuming and difficult to maintain development to happen, this study will be an object-relational mapping framework technology to improve existing technical problems. Use of service-oriented architecture brings advantages, and distributed system architecture for data-tier persistence layer divided, and use object-relational mapping framework technologies discussed in the persistence layer to do. Understand the current object-relational mapping framework technology is able to achieve the needs of service-oriented architecture, enabling enterprises to frequent changes in response to the needs and to enhance the effectiveness of its development and maintenance.