ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
JPA
Covenant Ko
Chapter 2 Object Relational Mapping
JPA
- Name. Covenant Ko
- Company. 11??
- Github ?????? Organization Founder & Maintainer. https://github.com/brave-people
- Github. https://github.com/KoEonYack
- Tech Blog. https://covenant.tistory.com/ (?? ?? 41?)
ORM ?
https://okky.kr/article/286812
ORM ?
https://youtu.be/OOO4H3BAetU
ORM ?
.
, .
Thomas Samuel Kuhn
ORM ?
https://pixabay.com/images/id-1149841/
?
Object Object
Object
Object
Object
Object
Object
Object Database
?
Mapping Logic
Object Object
Object
Object
Object
Object
Object
Object Database
?
Mapping Logic
Object Object
Object
Object
Object
Object
Object
Object Database
1. How?
Controller
Service
Entity Repository
Web
Domain
Persistence
?
Controller
Service
Entity Repository
Web
Domain
Persistence
API
?
2. Architecture Problem
Review
JPA
https://suhwan.dev/2019/02/24/jpa-vs-hibernate-vs-spring-data-jpa/
Review
Hibernate JPA . JPA Hibernate
DataNucleus, EclipseLink JPA JPA
https://suhwan.dev/2019/02/24/jpa-vs-hibernate-vs-spring-data-jpa/
Review
Hibernate JPA . JPA Hibernate
DataNucleus, EclipseLink JPA JPA
https://www.programmersought.com/article/66403889716/
Review
1. JPA . JPA Repository
2. Repository , Spring
Bean
https://suhwan.dev/2019/02/24/jpa-vs-hibernate-vs-spring-data-jpa/
Review
Review
https://www.tutorialspoint.com/jpa/jpa_architecture.htm
https://www.tutorialspoint.com/jpa/jpa_architecture.htm
Review
The Object Relational Impedance Mismatch
1. Granularity
2. Subtypes(Inheritance)
3. Identity
4. Association
5. Data navigation
http://hibernate.org/orm/what-is-an-orm/
The Object Relational Impedance Mismatch
1. Granularity
2. Subtypes(Inheritance)
3. Identity
4. Association
5. Data navigation
http://hibernate.org/orm/what-is-an-orm/
The Object Relational Impedance Mismatch
1. Granularity
2. Subtypes(Inheritance)
3. Identity
4. Association
5. Data navigation
http://hibernate.org/orm/what-is-an-orm/
1.
2. RDBMS .
3. ( )
The Object Relational Impedance Mismatch
1. Granularity
2. Subtypes(Inheritance)
3. Identity
4. Association
5. Data navigation
http://hibernate.org/orm/what-is-an-orm/
1. RDBMS Primary Key
2. Java a == b, a.equals(b)
The Object Relational Impedance Mismatch
1. Granularity
2. Subtypes(Inheritance)
3. Identity
4. Association
5. Data navigation
http://hibernate.org/orm/what-is-an-orm/
1. Java .
2. RDMSB
The Object Relational Impedance Mismatch
1. Granularity
2. Subtypes(Inheritance)
3. Identity
4. Association
5. Data navigation
http://hibernate.org/orm/what-is-an-orm/
1. Java member.getCoupon()
2. RDMSB Join
The Object Relational Impedance Mismatch
Subtypes(Inheritance) ? :
https://martinfowler.com/eaaCatalog/singleTableInheritance.html
The Object Relational Impedance Mismatch
Subtypes(Inheritance) ? :
https://martinfowler.com/eaaCatalog/concreteTableInheritance.html
The Object Relational Impedance Mismatch
Subtypes(Inheritance) ? :
https://martinfowler.com/eaaCatalog/classTableInheritance.html
http://blog.ant-holdings.com/2013/10/16/software-architect-courses-part-4-5/
Datasource Architecture Pattern
??? ??? ??????? ???? ??? ??
1. Table Gateway (Table mapping per one instance)
2. Raw Data Gateway (Record mapping per one instance)
3. Active Record (Table mapping and domain instance a class)
4. Data Mapper (OR mapping layer)
http://blog.ant-holdings.com/2013/10/16/software-architect-courses-part-4-5/
Datasource Architecture Pattern
??? ??? ??????? ???? ??? ??
1. Table Gateway (Table mapping per one instance)
2. Row Data Gateway (Record mapping per one instance)
3. Active Record (Table mapping and domain instance a class)
4. Data Mapper (OR mapping layer)
ActiveRecord Pattern
1.
2. Rails, Django
3. An object that wraps a row in a database table or view, encapsulates the database access,
and adds domain logic on that data.
https://martinfowler.com/eaaCatalog/activeRecord.html
ActiveRecord Pattern
https://velog.io/@koreanhole/Active-Record%ED%8C%A8%ED%84%B4%EA%B3%BC-Data-Mapper-%ED%8C%A8%ED%84%B4
DataMapper Pattern
https://martinfowler.com/eaaCatalog/dataMapper.html
1. Domain Mapper . DB Domain .
2. .
3. Hibernate
4. A layer of Mappers that moves data between objects and a database while keeping them
independent of each other and the mapper itself.
DataMapper Pattern
ActiveRecord Pattern
1. , ,
2. , .
3. , , .
, Foreign key ,
4. Active Record , CRUD
( )
5.
DataMapper Pattern
1. , DB ,
2. ORM , , (ex. JPA)
ORM ?
3. , .
Case Study
https://subscription.packtpub.com/book/programming/9781839211966/1
Case Study
Controller
Service
Web
Domain
Case Study
Controller
Service
Web
Domain
Entity Repository
Persistence
Case Study
Controller
Service
Web
Domain
Entity Repository
Persistence
Case Study
https://youtu.be/VjbBGjVRxfk
Case Study
https://tutorial.djangogirls.org/ko/django_start_project/
Case Study
https://tutorial.djangogirls.org/ko/django_start_project/
Case Study
Service
Controller
Service
Entity Repository
Web
Domain
Persistence
?? ??
???? API
Case Study
Service
Controller
Service
Entity Repository
Web
Domain
Persistence
?? ?? ????
???? API
Case Study
Service
Controller
Service
Entity Repository
Web
Domain
Persistence
?? ?? ???? ?? ??
???? API
Case Study
Service
Controller
Service
Entity Repository
Web
Domain
Persistence
?? ?? ???? ?? ??
???? API
Case Study
Controller
Service
Entity Repository
Web
Domain
Persistence
?? ?? ???? ?? ??
???? API
Case Study
Wayfarer Architecture
Controller
Service
Entity Repository
Web
Domain
Persistence
???? API 1
Service
Service
Controller
Controller
???? API 2
Case Study
(SRP )
OrderController
Entity Repository
Web
Domain
Persistence
Order API
OrderService MemberService
MemberController
Member API
Case Study
(SRP )
OrderController
Entity Repository
Web
Domain
Persistence
Order API
MemberController
Member API
OrderService MemberService
Entity Repository
Persistence
https://www.hanbit.co.kr/media/community/review_view.html?hbr_idx=8675&page=39
Software Architecture
. Self Discipline
Software Architecture
?
JPA
Covenant
Chapter 2 O/R Mapping
JPA

More Related Content

What's hot (20)

Week2 ?? ?? ? ???
Week2 ?? ?? ? ???Week2 ?? ?? ? ???
Week2 ?? ?? ? ???
Covenant Ko
?
Week3 ?? ?? ? ??? 2
Week3 ?? ?? ? ??? 2Week3 ?? ?? ? ??? 2
Week3 ?? ?? ? ??? 2
Covenant Ko
?
Week7 bean life cycle
Week7 bean life cycleWeek7 bean life cycle
Week7 bean life cycle
Covenant Ko
?
Week1 ????????? ???????? SOLID
Week1 ????????? ???????? SOLIDWeek1 ????????? ???????? SOLID
Week1 ????????? ???????? SOLID
Covenant Ko
?
Week5 ???? ??
Week5 ???? ??Week5 ???? ??
Week5 ???? ??
Covenant Ko
?
JPA Week5. Join Fetch
JPA Week5. Join FetchJPA Week5. Join Fetch
JPA Week5. Join Fetch
Covenant Ko
?
[?? ??] Part 1 ?? ?? ??? ??
[?? ??] Part 1 ?? ?? ??? ??[?? ??] Part 1 ?? ?? ??? ??
[?? ??] Part 1 ?? ?? ??? ??
Covenant Ko
?
??? '????' Ch05 ?? ????
??? '????' Ch05 ?? ??????? '????' Ch05 ?? ????
??? '????' Ch05 ?? ????
Covenant Ko
?
Git inter-snapshot public
Git  inter-snapshot publicGit  inter-snapshot public
Git inter-snapshot public
SeongJae Park
?
Building Automated REST APIs with Python
Building Automated REST APIs with PythonBuilding Automated REST APIs with Python
Building Automated REST APIs with Python
Jeff Knupp
?
DO YOU WANT TO USE A VCS
DO YOU WANT TO USE A VCSDO YOU WANT TO USE A VCS
DO YOU WANT TO USE A VCS
SeongJae Park
?
??? '????' Ch04 ?? ??? ??????
??? '????' Ch04 ?? ??? ????????? '????' Ch04 ?? ??? ??????
??? '????' Ch04 ?? ??? ??????
Covenant Ko
?
fun kotlinMultiplatform()
fun kotlinMultiplatform()fun kotlinMultiplatform()
fun kotlinMultiplatform()
ssuserdd678d
?
DEVNET-1001 Coding 101: How to Call REST APIs from a REST Client and Python
DEVNET-1001 Coding 101: How to Call REST APIs from a REST Client and PythonDEVNET-1001 Coding 101: How to Call REST APIs from a REST Client and Python
DEVNET-1001 Coding 101: How to Call REST APIs from a REST Client and Python
Cisco DevNet
?
Free The Enterprise With Ruby & Master Your Own Domain
Free The Enterprise With Ruby & Master Your Own DomainFree The Enterprise With Ruby & Master Your Own Domain
Free The Enterprise With Ruby & Master Your Own Domain
Ken Collins
?
LicensePlist - A license list generator of all your dependencies for iOS appl...
LicensePlist - A license list generator of all your dependencies for iOS appl...LicensePlist - A license list generator of all your dependencies for iOS appl...
LicensePlist - A license list generator of all your dependencies for iOS appl...
½«Ö® СҰ
?
Take a Stroll in the Bazaar
Take a Stroll in the BazaarTake a Stroll in the Bazaar
Take a Stroll in the Bazaar
Myles Braithwaite
?
Architectural superpowers
Architectural superpowersArchitectural superpowers
Architectural superpowers
Jorge Ortiz
?
Ros with docker 20151107
Ros with docker  20151107Ros with docker  20151107
Ros with docker 20151107
Sejin Park
?
PuppetConf 2014 Killer R10K Workflow With Notes
PuppetConf 2014 Killer R10K Workflow With NotesPuppetConf 2014 Killer R10K Workflow With Notes
PuppetConf 2014 Killer R10K Workflow With Notes
Phil Zimmerman
?
Week3 ?? ?? ? ??? 2
Week3 ?? ?? ? ??? 2Week3 ?? ?? ? ??? 2
Week3 ?? ?? ? ??? 2
Covenant Ko
?
Week7 bean life cycle
Week7 bean life cycleWeek7 bean life cycle
Week7 bean life cycle
Covenant Ko
?
Week1 ????????? ???????? SOLID
Week1 ????????? ???????? SOLIDWeek1 ????????? ???????? SOLID
Week1 ????????? ???????? SOLID
Covenant Ko
?
JPA Week5. Join Fetch
JPA Week5. Join FetchJPA Week5. Join Fetch
JPA Week5. Join Fetch
Covenant Ko
?
[?? ??] Part 1 ?? ?? ??? ??
[?? ??] Part 1 ?? ?? ??? ??[?? ??] Part 1 ?? ?? ??? ??
[?? ??] Part 1 ?? ?? ??? ??
Covenant Ko
?
??? '????' Ch05 ?? ????
??? '????' Ch05 ?? ??????? '????' Ch05 ?? ????
??? '????' Ch05 ?? ????
Covenant Ko
?
Git inter-snapshot public
Git  inter-snapshot publicGit  inter-snapshot public
Git inter-snapshot public
SeongJae Park
?
Building Automated REST APIs with Python
Building Automated REST APIs with PythonBuilding Automated REST APIs with Python
Building Automated REST APIs with Python
Jeff Knupp
?
DO YOU WANT TO USE A VCS
DO YOU WANT TO USE A VCSDO YOU WANT TO USE A VCS
DO YOU WANT TO USE A VCS
SeongJae Park
?
??? '????' Ch04 ?? ??? ??????
??? '????' Ch04 ?? ??? ????????? '????' Ch04 ?? ??? ??????
??? '????' Ch04 ?? ??? ??????
Covenant Ko
?
fun kotlinMultiplatform()
fun kotlinMultiplatform()fun kotlinMultiplatform()
fun kotlinMultiplatform()
ssuserdd678d
?
DEVNET-1001 Coding 101: How to Call REST APIs from a REST Client and Python
DEVNET-1001 Coding 101: How to Call REST APIs from a REST Client and PythonDEVNET-1001 Coding 101: How to Call REST APIs from a REST Client and Python
DEVNET-1001 Coding 101: How to Call REST APIs from a REST Client and Python
Cisco DevNet
?
Free The Enterprise With Ruby & Master Your Own Domain
Free The Enterprise With Ruby & Master Your Own DomainFree The Enterprise With Ruby & Master Your Own Domain
Free The Enterprise With Ruby & Master Your Own Domain
Ken Collins
?
LicensePlist - A license list generator of all your dependencies for iOS appl...
LicensePlist - A license list generator of all your dependencies for iOS appl...LicensePlist - A license list generator of all your dependencies for iOS appl...
LicensePlist - A license list generator of all your dependencies for iOS appl...
½«Ö® СҰ
?
Architectural superpowers
Architectural superpowersArchitectural superpowers
Architectural superpowers
Jorge Ortiz
?
Ros with docker 20151107
Ros with docker  20151107Ros with docker  20151107
Ros with docker 20151107
Sejin Park
?
PuppetConf 2014 Killer R10K Workflow With Notes
PuppetConf 2014 Killer R10K Workflow With NotesPuppetConf 2014 Killer R10K Workflow With Notes
PuppetConf 2014 Killer R10K Workflow With Notes
Phil Zimmerman
?

Similar to JPA ??? Week2 - Object Relational Mapping (20)

Bio2RDF@BH2010
Bio2RDF@BH2010Bio2RDF@BH2010
Bio2RDF@BH2010
Fran?ois Belleau
?
WWW09 - Triplify Light-Weight Linked Data Publication from Relational Databases
WWW09 - Triplify Light-Weight Linked Data Publication from Relational DatabasesWWW09 - Triplify Light-Weight Linked Data Publication from Relational Databases
WWW09 - Triplify Light-Weight Linked Data Publication from Relational Databases
S?ren Auer
?
Handson with Twitter Heron
Handson with Twitter HeronHandson with Twitter Heron
Handson with Twitter Heron
Data Engineers Guild Meetup Group
?
Compass Framework
Compass FrameworkCompass Framework
Compass Framework
Lukas Vlcek
?
Exploiter le Web Semantic, le comprendre et y contribuer
Exploiter le Web Semantic, le comprendre et y contribuerExploiter le Web Semantic, le comprendre et y contribuer
Exploiter le Web Semantic, le comprendre et y contribuer
Mathieu d'Aquin
?
How I built the demo's
How I built the demo'sHow I built the demo's
How I built the demo's
Glenn Jones
?
JavaOne 2008 - TS-5793 - Groovy and Grails, changing the landscape of Java EE...
JavaOne 2008 - TS-5793 - Groovy and Grails, changing the landscape of Java EE...JavaOne 2008 - TS-5793 - Groovy and Grails, changing the landscape of Java EE...
JavaOne 2008 - TS-5793 - Groovy and Grails, changing the landscape of Java EE...
Guillaume Laforge
?
(Re-) Discovering Lost Web Pages
(Re-) Discovering Lost Web Pages(Re-) Discovering Lost Web Pages
(Re-) Discovering Lost Web Pages
Michael Nelson
?
Architecture Patterns for Semantic Web Applications
Architecture Patterns for Semantic Web ApplicationsArchitecture Patterns for Semantic Web Applications
Architecture Patterns for Semantic Web Applications
bpanulla
?
myEquivalents, aka a new cross-reference service
myEquivalents, aka a new cross-reference servicemyEquivalents, aka a new cross-reference service
myEquivalents, aka a new cross-reference service
Rothamsted Research, UK
?
Web scraping with BeautifulSoup, LXML, RegEx and Scrapy
Web scraping with BeautifulSoup, LXML, RegEx and ScrapyWeb scraping with BeautifulSoup, LXML, RegEx and Scrapy
Web scraping with BeautifulSoup, LXML, RegEx and Scrapy
LITTINRAJAN
?
Experiments in Data Portability 2
Experiments in Data Portability 2Experiments in Data Portability 2
Experiments in Data Portability 2
Glenn Jones
?
Rails and alternative ORMs
Rails and alternative ORMsRails and alternative ORMs
Rails and alternative ORMs
Jonathan Dahl
?
Semantic Web
Semantic WebSemantic Web
Semantic Web
hardchiu
?
iPhone Web Development and Ruby On Rails
iPhone Web Development and Ruby On RailsiPhone Web Development and Ruby On Rails
iPhone Web Development and Ruby On Rails
Jose de Leon
?
Getting Started With The Talis Platform
Getting Started With The Talis PlatformGetting Started With The Talis Platform
Getting Started With The Talis Platform
Leigh Dodds
?
covo.js : A JavaScript Library to Utilize Subject Headings and Thesauri on th...
covo.js : A JavaScript Library to Utilize Subject Headings and Thesauri on th...covo.js : A JavaScript Library to Utilize Subject Headings and Thesauri on th...
covo.js : A JavaScript Library to Utilize Subject Headings and Thesauri on th...
Shun Nagaya
?
Building a Semantic search Engine in a library
Building a Semantic search Engine in a libraryBuilding a Semantic search Engine in a library
Building a Semantic search Engine in a library
SEECS NUST
?
Collaborative Media Annotation with YUMA
Collaborative Media Annotation with YUMACollaborative Media Annotation with YUMA
Collaborative Media Annotation with YUMA
aboutgeo
?
2012-04-18-shibuyarb-offline-mobile-app-has-great-potential
2012-04-18-shibuyarb-offline-mobile-app-has-great-potential2012-04-18-shibuyarb-offline-mobile-app-has-great-potential
2012-04-18-shibuyarb-offline-mobile-app-has-great-potential
Kenichi Murahashi
?
WWW09 - Triplify Light-Weight Linked Data Publication from Relational Databases
WWW09 - Triplify Light-Weight Linked Data Publication from Relational DatabasesWWW09 - Triplify Light-Weight Linked Data Publication from Relational Databases
WWW09 - Triplify Light-Weight Linked Data Publication from Relational Databases
S?ren Auer
?
Exploiter le Web Semantic, le comprendre et y contribuer
Exploiter le Web Semantic, le comprendre et y contribuerExploiter le Web Semantic, le comprendre et y contribuer
Exploiter le Web Semantic, le comprendre et y contribuer
Mathieu d'Aquin
?
How I built the demo's
How I built the demo'sHow I built the demo's
How I built the demo's
Glenn Jones
?
JavaOne 2008 - TS-5793 - Groovy and Grails, changing the landscape of Java EE...
JavaOne 2008 - TS-5793 - Groovy and Grails, changing the landscape of Java EE...JavaOne 2008 - TS-5793 - Groovy and Grails, changing the landscape of Java EE...
JavaOne 2008 - TS-5793 - Groovy and Grails, changing the landscape of Java EE...
Guillaume Laforge
?
(Re-) Discovering Lost Web Pages
(Re-) Discovering Lost Web Pages(Re-) Discovering Lost Web Pages
(Re-) Discovering Lost Web Pages
Michael Nelson
?
Architecture Patterns for Semantic Web Applications
Architecture Patterns for Semantic Web ApplicationsArchitecture Patterns for Semantic Web Applications
Architecture Patterns for Semantic Web Applications
bpanulla
?
myEquivalents, aka a new cross-reference service
myEquivalents, aka a new cross-reference servicemyEquivalents, aka a new cross-reference service
myEquivalents, aka a new cross-reference service
Rothamsted Research, UK
?
Web scraping with BeautifulSoup, LXML, RegEx and Scrapy
Web scraping with BeautifulSoup, LXML, RegEx and ScrapyWeb scraping with BeautifulSoup, LXML, RegEx and Scrapy
Web scraping with BeautifulSoup, LXML, RegEx and Scrapy
LITTINRAJAN
?
Experiments in Data Portability 2
Experiments in Data Portability 2Experiments in Data Portability 2
Experiments in Data Portability 2
Glenn Jones
?
Rails and alternative ORMs
Rails and alternative ORMsRails and alternative ORMs
Rails and alternative ORMs
Jonathan Dahl
?
iPhone Web Development and Ruby On Rails
iPhone Web Development and Ruby On RailsiPhone Web Development and Ruby On Rails
iPhone Web Development and Ruby On Rails
Jose de Leon
?
Getting Started With The Talis Platform
Getting Started With The Talis PlatformGetting Started With The Talis Platform
Getting Started With The Talis Platform
Leigh Dodds
?
covo.js : A JavaScript Library to Utilize Subject Headings and Thesauri on th...
covo.js : A JavaScript Library to Utilize Subject Headings and Thesauri on th...covo.js : A JavaScript Library to Utilize Subject Headings and Thesauri on th...
covo.js : A JavaScript Library to Utilize Subject Headings and Thesauri on th...
Shun Nagaya
?
Building a Semantic search Engine in a library
Building a Semantic search Engine in a libraryBuilding a Semantic search Engine in a library
Building a Semantic search Engine in a library
SEECS NUST
?
Collaborative Media Annotation with YUMA
Collaborative Media Annotation with YUMACollaborative Media Annotation with YUMA
Collaborative Media Annotation with YUMA
aboutgeo
?
2012-04-18-shibuyarb-offline-mobile-app-has-great-potential
2012-04-18-shibuyarb-offline-mobile-app-has-great-potential2012-04-18-shibuyarb-offline-mobile-app-has-great-potential
2012-04-18-shibuyarb-offline-mobile-app-has-great-potential
Kenichi Murahashi
?

Recently uploaded (20)

nature and importance of Indian Knowledge System
nature and importance of Indian Knowledge Systemnature and importance of Indian Knowledge System
nature and importance of Indian Knowledge System
hanishabatra0
?
Digital Electronics - Boolean Algebra (Module 2) - Dr. G.S. Virdi
Digital Electronics - Boolean Algebra (Module 2) - Dr. G.S. VirdiDigital Electronics - Boolean Algebra (Module 2) - Dr. G.S. Virdi
Digital Electronics - Boolean Algebra (Module 2) - Dr. G.S. Virdi
GS Virdi
?
Easier-to-Save.Nest report into workplace saving
Easier-to-Save.Nest report into workplace savingEasier-to-Save.Nest report into workplace saving
Easier-to-Save.Nest report into workplace saving
Henry Tapper
?
T?I LI?U CHUY?N S?U L?P 12 THEO CH??NG TR?NH M?I D?NG CHO C? 3 B? S?CH ?N THI...
T?I LI?U CHUY?N S?U L?P 12 THEO CH??NG TR?NH M?I D?NG CHO C? 3 B? S?CH ?N THI...T?I LI?U CHUY?N S?U L?P 12 THEO CH??NG TR?NH M?I D?NG CHO C? 3 B? S?CH ?N THI...
T?I LI?U CHUY?N S?U L?P 12 THEO CH??NG TR?NH M?I D?NG CHO C? 3 B? S?CH ?N THI...
Nguyen Thanh Tu Collection
?
Anthelmintic Agent.pptx by Mrs. Manjushri P. Dabhade
Anthelmintic Agent.pptx by Mrs. Manjushri P. DabhadeAnthelmintic Agent.pptx by Mrs. Manjushri P. Dabhade
Anthelmintic Agent.pptx by Mrs. Manjushri P. Dabhade
Dabhade madam Dabhade
?
Combinatorial_Chemistry.pptx by Mrs. Manjushri P. Dabhade
Combinatorial_Chemistry.pptx by Mrs. Manjushri P. DabhadeCombinatorial_Chemistry.pptx by Mrs. Manjushri P. Dabhade
Combinatorial_Chemistry.pptx by Mrs. Manjushri P. Dabhade
Dabhade madam Dabhade
?
How to process Interwarehouse and Intrawarehouse transfers in Odoo
How to process Interwarehouse and Intrawarehouse transfers in OdooHow to process Interwarehouse and Intrawarehouse transfers in Odoo
How to process Interwarehouse and Intrawarehouse transfers in Odoo
Celine George
?
Introduction to Drug Design.pptx by Mrs. Manjushri P. Dabhade
Introduction to Drug Design.pptx by Mrs. Manjushri P. DabhadeIntroduction to Drug Design.pptx by Mrs. Manjushri P. Dabhade
Introduction to Drug Design.pptx by Mrs. Manjushri P. Dabhade
Dabhade madam Dabhade
?
NC Advisory Council on Student Safety and Well-Being
NC Advisory Council on Student Safety and Well-BeingNC Advisory Council on Student Safety and Well-Being
NC Advisory Council on Student Safety and Well-Being
Mebane Rash
?
Purchase Analysis in Odoo 17 - Odoo ºÝºÝߣs
Purchase Analysis in Odoo 17 - Odoo ºÝºÝߣsPurchase Analysis in Odoo 17 - Odoo ºÝºÝߣs
Purchase Analysis in Odoo 17 - Odoo ºÝºÝߣs
Celine George
?
Code a Strategy on Pine Script With the Help of ChatGPT by Akshay Choudhary
Code a Strategy on Pine Script With the Help of ChatGPT by Akshay ChoudharyCode a Strategy on Pine Script With the Help of ChatGPT by Akshay Choudhary
Code a Strategy on Pine Script With the Help of ChatGPT by Akshay Choudhary
QuantInsti
?
Synthesis for VIth SEM 21-2-25.pptx by Mrs. Manjushri P. Dabhade
Synthesis for VIth SEM 21-2-25.pptx by Mrs. Manjushri P. DabhadeSynthesis for VIth SEM 21-2-25.pptx by Mrs. Manjushri P. Dabhade
Synthesis for VIth SEM 21-2-25.pptx by Mrs. Manjushri P. Dabhade
Dabhade madam Dabhade
?
SUPPOSITORIES
SUPPOSITORIESSUPPOSITORIES
SUPPOSITORIES
Shantanu Ranjan
?
Introduction to Karnaugh Maps (K-Maps) for Simplifying Boolean Expressions
Introduction to Karnaugh Maps (K-Maps) for Simplifying Boolean ExpressionsIntroduction to Karnaugh Maps (K-Maps) for Simplifying Boolean Expressions
Introduction to Karnaugh Maps (K-Maps) for Simplifying Boolean Expressions
GS Virdi
?
YSPH VMOC Special Report - Measles Outbreak Southwest US 4-6-2025 ver 5.pptx
YSPH VMOC Special Report - Measles Outbreak  Southwest US 4-6-2025 ver 5.pptxYSPH VMOC Special Report - Measles Outbreak  Southwest US 4-6-2025 ver 5.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 4-6-2025 ver 5.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
?
How to Invoice Shipping Cost to Customer in Odoo 17
How to Invoice Shipping Cost to Customer in Odoo 17How to Invoice Shipping Cost to Customer in Odoo 17
How to Invoice Shipping Cost to Customer in Odoo 17
Celine George
?
Bioinformatics: History of Bioinformatics, Components of Bioinformatics, Geno...
Bioinformatics: History of Bioinformatics, Components of Bioinformatics, Geno...Bioinformatics: History of Bioinformatics, Components of Bioinformatics, Geno...
Bioinformatics: History of Bioinformatics, Components of Bioinformatics, Geno...
A Biodiction : A Unit of Dr. Divya Sharma
?
A-Z GENERAL QUIZ | THE QUIZ CLUB OF PSGCAS | 14TH MARCH 2025.pptx
A-Z GENERAL QUIZ | THE QUIZ CLUB OF PSGCAS | 14TH MARCH 2025.pptxA-Z GENERAL QUIZ | THE QUIZ CLUB OF PSGCAS | 14TH MARCH 2025.pptx
A-Z GENERAL QUIZ | THE QUIZ CLUB OF PSGCAS | 14TH MARCH 2025.pptx
Quiz Club of PSG College of Arts & Science
?
BIOPHARMACEUTICS AND PHARMACOKINETICS(BP604T) - Copy (3).pptx
BIOPHARMACEUTICS AND PHARMACOKINETICS(BP604T) - Copy (3).pptxBIOPHARMACEUTICS AND PHARMACOKINETICS(BP604T) - Copy (3).pptx
BIOPHARMACEUTICS AND PHARMACOKINETICS(BP604T) - Copy (3).pptx
maniramkumar
?
BUSINESS QUIZ | THE QUIZ CLUB OF PSGCAS | 17TH MARCH 2025 .pptx
BUSINESS QUIZ | THE QUIZ CLUB OF PSGCAS | 17TH MARCH 2025 .pptxBUSINESS QUIZ | THE QUIZ CLUB OF PSGCAS | 17TH MARCH 2025 .pptx
BUSINESS QUIZ | THE QUIZ CLUB OF PSGCAS | 17TH MARCH 2025 .pptx
Quiz Club of PSG College of Arts & Science
?
nature and importance of Indian Knowledge System
nature and importance of Indian Knowledge Systemnature and importance of Indian Knowledge System
nature and importance of Indian Knowledge System
hanishabatra0
?
Digital Electronics - Boolean Algebra (Module 2) - Dr. G.S. Virdi
Digital Electronics - Boolean Algebra (Module 2) - Dr. G.S. VirdiDigital Electronics - Boolean Algebra (Module 2) - Dr. G.S. Virdi
Digital Electronics - Boolean Algebra (Module 2) - Dr. G.S. Virdi
GS Virdi
?
Easier-to-Save.Nest report into workplace saving
Easier-to-Save.Nest report into workplace savingEasier-to-Save.Nest report into workplace saving
Easier-to-Save.Nest report into workplace saving
Henry Tapper
?
T?I LI?U CHUY?N S?U L?P 12 THEO CH??NG TR?NH M?I D?NG CHO C? 3 B? S?CH ?N THI...
T?I LI?U CHUY?N S?U L?P 12 THEO CH??NG TR?NH M?I D?NG CHO C? 3 B? S?CH ?N THI...T?I LI?U CHUY?N S?U L?P 12 THEO CH??NG TR?NH M?I D?NG CHO C? 3 B? S?CH ?N THI...
T?I LI?U CHUY?N S?U L?P 12 THEO CH??NG TR?NH M?I D?NG CHO C? 3 B? S?CH ?N THI...
Nguyen Thanh Tu Collection
?
Anthelmintic Agent.pptx by Mrs. Manjushri P. Dabhade
Anthelmintic Agent.pptx by Mrs. Manjushri P. DabhadeAnthelmintic Agent.pptx by Mrs. Manjushri P. Dabhade
Anthelmintic Agent.pptx by Mrs. Manjushri P. Dabhade
Dabhade madam Dabhade
?
Combinatorial_Chemistry.pptx by Mrs. Manjushri P. Dabhade
Combinatorial_Chemistry.pptx by Mrs. Manjushri P. DabhadeCombinatorial_Chemistry.pptx by Mrs. Manjushri P. Dabhade
Combinatorial_Chemistry.pptx by Mrs. Manjushri P. Dabhade
Dabhade madam Dabhade
?
How to process Interwarehouse and Intrawarehouse transfers in Odoo
How to process Interwarehouse and Intrawarehouse transfers in OdooHow to process Interwarehouse and Intrawarehouse transfers in Odoo
How to process Interwarehouse and Intrawarehouse transfers in Odoo
Celine George
?
Introduction to Drug Design.pptx by Mrs. Manjushri P. Dabhade
Introduction to Drug Design.pptx by Mrs. Manjushri P. DabhadeIntroduction to Drug Design.pptx by Mrs. Manjushri P. Dabhade
Introduction to Drug Design.pptx by Mrs. Manjushri P. Dabhade
Dabhade madam Dabhade
?
NC Advisory Council on Student Safety and Well-Being
NC Advisory Council on Student Safety and Well-BeingNC Advisory Council on Student Safety and Well-Being
NC Advisory Council on Student Safety and Well-Being
Mebane Rash
?
Purchase Analysis in Odoo 17 - Odoo ºÝºÝߣs
Purchase Analysis in Odoo 17 - Odoo ºÝºÝߣsPurchase Analysis in Odoo 17 - Odoo ºÝºÝߣs
Purchase Analysis in Odoo 17 - Odoo ºÝºÝߣs
Celine George
?
Code a Strategy on Pine Script With the Help of ChatGPT by Akshay Choudhary
Code a Strategy on Pine Script With the Help of ChatGPT by Akshay ChoudharyCode a Strategy on Pine Script With the Help of ChatGPT by Akshay Choudhary
Code a Strategy on Pine Script With the Help of ChatGPT by Akshay Choudhary
QuantInsti
?
Synthesis for VIth SEM 21-2-25.pptx by Mrs. Manjushri P. Dabhade
Synthesis for VIth SEM 21-2-25.pptx by Mrs. Manjushri P. DabhadeSynthesis for VIth SEM 21-2-25.pptx by Mrs. Manjushri P. Dabhade
Synthesis for VIth SEM 21-2-25.pptx by Mrs. Manjushri P. Dabhade
Dabhade madam Dabhade
?
Introduction to Karnaugh Maps (K-Maps) for Simplifying Boolean Expressions
Introduction to Karnaugh Maps (K-Maps) for Simplifying Boolean ExpressionsIntroduction to Karnaugh Maps (K-Maps) for Simplifying Boolean Expressions
Introduction to Karnaugh Maps (K-Maps) for Simplifying Boolean Expressions
GS Virdi
?
How to Invoice Shipping Cost to Customer in Odoo 17
How to Invoice Shipping Cost to Customer in Odoo 17How to Invoice Shipping Cost to Customer in Odoo 17
How to Invoice Shipping Cost to Customer in Odoo 17
Celine George
?
Bioinformatics: History of Bioinformatics, Components of Bioinformatics, Geno...
Bioinformatics: History of Bioinformatics, Components of Bioinformatics, Geno...Bioinformatics: History of Bioinformatics, Components of Bioinformatics, Geno...
Bioinformatics: History of Bioinformatics, Components of Bioinformatics, Geno...
A Biodiction : A Unit of Dr. Divya Sharma
?
BIOPHARMACEUTICS AND PHARMACOKINETICS(BP604T) - Copy (3).pptx
BIOPHARMACEUTICS AND PHARMACOKINETICS(BP604T) - Copy (3).pptxBIOPHARMACEUTICS AND PHARMACOKINETICS(BP604T) - Copy (3).pptx
BIOPHARMACEUTICS AND PHARMACOKINETICS(BP604T) - Copy (3).pptx
maniramkumar
?

JPA ??? Week2 - Object Relational Mapping