Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
algaworks
/
curso-especialista-jpa
Public
Notifications
You must be signed in to change notification settings
Fork
68
Star
71
Code
Issues
0
Pull requests
13
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
master
Branches
Tags
Go to file
Code
Open more actions menu
Latest commit
History
5 Commits
5 Commits
Folders and files
Name
Name
Last commit message
Last commit date
01.04-criando-tabelas-e-persistindo-dados-pelo-mysql-workbench
01.04-criando-tabelas-e-persistindo-dados-pelo-mysql-workbench
01.09-entendendo-e-configurando-o-junit
01.09-entendendo-e-configurando-o-junit
01.10-acessando-o-banco-de-dados-com-jdbc
01.10-acessando-o-banco-de-dados-com-jdbc
01.11-o-que-e-jpa
01.11-o-que-e-jpa
02.01-criando-um-projeto-com-o-maven
02.01-criando-um-projeto-com-o-maven
02.02-mapeando-a-primeira-entidade-com-jpa
02.02-mapeando-a-primeira-entidade-com-jpa
02.03-criando-o-persistence.xml
02.03-criando-o-persistence.xml
02.04-criando-o-entitymanager
02.04-criando-o-entitymanager
02.05-montando-a-classe-para-testes-com-o-junit
02.05-montando-a-classe-para-testes-com-o-junit
02.06-busca-por-identificador
02.06-busca-por-identificador
02.07-criando-uma-classe-generica-para-testes
02.07-criando-uma-classe-generica-para-testes
02.08-abrindo-e-fechando-uma-transacao
02.08-abrindo-e-fechando-uma-transacao
02.09-inserindo-o-primeiro-objeto-com-persist
02.09-inserindo-o-primeiro-objeto-com-persist
02.10-removendo-o-objeto-do-banco-com-remove
02.10-removendo-o-objeto-do-banco-com-remove
02.11-atualizando-o-banco-de-dados-com-merge
02.11-atualizando-o-banco-de-dados-com-merge
02.12-atualizando-objeto-gerenciado
02.12-atualizando-objeto-gerenciado
02.13-inserindo-registros-com-o-merge
02.13-inserindo-registros-com-o-merge
02.14-diferenca-entre-os-metodos-persist-e-merge
02.14-diferenca-entre-os-metodos-persist-e-merge
02.15-exercicio-implementando-um-crud
02.15-exercicio-implementando-um-crud
02.16-desanexando-objetos-do-contexto-de-persistencia-com-o-metodo-detach
02.16-desanexando-objetos-do-contexto-de-persistencia-com-o-metodo-detach
02.17-conhecendo-e-usando-lombok
02.17-conhecendo-e-usando-lombok
03.01-conhecendo-o-modelo-de-dominio-do-projeto-e-criando-as-entidades
03.01-conhecendo-o-modelo-de-dominio-do-projeto-e-criando-as-entidades
03.02-customizar-nomes-de-tabela-e-colunas
03.02-customizar-nomes-de-tabela-e-colunas
03.03-exercicio-mapear-classe-pedido
03.03-exercicio-mapear-classe-pedido
03.05-mapeando-enumeracoes
03.05-mapeando-enumeracoes
03.06-mapeamento-de-objetos-embutidos-com-embeddable
03.06-mapeamento-de-objetos-embutidos-com-embeddable
03.07-estrategias-para-chave-primaria-com-generatedvalue
03.07-estrategias-para-chave-primaria-com-generatedvalue
03.08-configurando-a-geracao-de-identificador-com-sequencegenerator
03.08-configurando-a-geracao-de-identificador-com-sequencegenerator
03.09-chave-primaria-com-tablegenerator
03.09-chave-primaria-com-tablegenerator
03.10-estrategias-para-chave-primaria-com-identity
03.10-estrategias-para-chave-primaria-com-identity
03.11-exercicio-corrigindo-classes-de-testes
03.11-exercicio-corrigindo-classes-de-testes
04.02-relacionamento-muitos-para-um
04.02-relacionamento-muitos-para-um
04.03-exercicio-relacionamento-muitos-para-um
04.03-exercicio-relacionamento-muitos-para-um
04.04-mapeando-relacionamentos-um-para-muitos-com-onetomany
04.04-mapeando-relacionamentos-um-para-muitos-com-onetomany
04.05-exercicio-relacionamento-um-para-muitos
04.05-exercicio-relacionamento-um-para-muitos
04.06-mapeando-autorelacionamentos-com-manytoone-e-onetomany
04.06-mapeando-autorelacionamentos-com-manytoone-e-onetomany
04.07-removendo-objetos-referenciados
04.07-removendo-objetos-referenciados
04.08-mapeando-relacionamentos-muitos-para-muitos-com-manytomany-e-jointable
04.08-mapeando-relacionamentos-muitos-para-muitos-com-manytomany-e-jointable
04.09-relacionamento-um-para-um
04.09-relacionamento-um-para-um
04.10-exercicio-relacionament-um-para-um
04.10-exercicio-relacionament-um-para-um
04.11-relacionamento-um-para-um-com-jointable
04.11-relacionamento-um-para-um-com-jointable
04.12-eager-e-lazy
04.12-eager-e-lazy
04.13-o-atributo-optional
04.13-o-atributo-optional
04.14-exercicio-optional
04.14-exercicio-optional
05.01-estados-e-ciclo-de-vida-dos-objetos
05.01-estados-e-ciclo-de-vida-dos-objetos
05.02-cache-de-primeiro-nivel
05.02-cache-de-primeiro-nivel
05.03-gerenciamento-de-transacoes
05.03-gerenciamento-de-transacoes
05.04-funcionamento-do-metodo-flush
05.04-funcionamento-do-metodo-flush
05.05-contexto-de-persistencia-e-o-dirty-checking
05.05-contexto-de-persistencia-e-o-dirty-checking
05.06-callbacks-para-eventos-do-ciclo-de-vida
05.06-callbacks-para-eventos-do-ciclo-de-vida
05.07-listeners-para-eventos-do-ciclo-de-vida
05.07-listeners-para-eventos-do-ciclo-de-vida
06.01-detalhes-da-anotacao-column
06.01-detalhes-da-anotacao-column
06.02-exercicio-anotacao-column
06.02-exercicio-anotacao-column
06.03-chave-composta-com-idclass
06.03-chave-composta-com-idclass
06.04-exercicio-idclass
06.04-exercicio-idclass
06.05-chave-composta-com-embeddedid
06.05-chave-composta-com-embeddedid
06.06-chave-primaria-e-estrangeira-na-mesma-coluna-com-mapsid
06.06-chave-primaria-e-estrangeira-na-mesma-coluna-com-mapsid
06.07-exercicio-mapsid
06.07-exercicio-mapsid
06.08-propriedades-transientes
06.08-propriedades-transientes
06.09-colecoes-de-tipos-basicos
06.09-colecoes-de-tipos-basicos
06.10-colecoes-de-objetos-embutidos
06.10-colecoes-de-objetos-embutidos
06.11-mapeando-mapas
06.11-mapeando-mapas
06.12-mapeando-e-persistindo-dados-de-arquivos-com-lob
06.12-mapeando-e-persistindo-dados-de-arquivos-com-lob
06.13-exercicio-salvar-foto-produto
06.13-exercicio-salvar-foto-produto
06.14-gravando-em-duas-tabelas-com-secondarytable
06.14-gravando-em-duas-tabelas-com-secondarytable
06.15-heranca-com-mappedsuperclass
06.15-heranca-com-mappedsuperclass
06.16-diferenca-entre-estender-uma-entidade-abstrata-e-uma-mappedsuperclass
06.16-diferenca-entre-estender-uma-entidade-abstrata-e-uma-mappedsuperclass
06.17-heranca-com-single-table
06.17-heranca-com-single-table
06.18-heranca-com-table-per-class
06.18-heranca-com-table-per-class
06.19-heranca-com-joined-table
06.19-heranca-com-joined-table
06.20-exercicio-reconfigurar-single-table
06.20-exercicio-reconfigurar-single-table
07.02-configurando-detalhes-da-tabela-com-table
07.02-configurando-detalhes-da-tabela-com-table
07.03-exercicio-table
07.03-exercicio-table
07.04-configurando-colunas-com-column
07.04-configurando-colunas-com-column
07.05-exercicio-column
07.05-exercicio-column
07.06-corrigindo-os-testes-do-junit
07.06-corrigindo-os-testes-do-junit
07.07-lob-usado-em-strings
07.07-lob-usado-em-strings
07.08-configurando-chaves-estrangeiras-com-joincolumn
07.08-configurando-chaves-estrangeiras-com-joincolumn
07.09-exercicio-joincolumn
07.09-exercicio-joincolumn
07.11-secondarytable
07.11-secondarytable
07.13-criando-as-tabelas-com-um-script-sql
07.13-criando-as-tabelas-com-um-script-sql
07.14-gerando-tabelas-com-metadados-e-scripts
07.14-gerando-tabelas-com-metadados-e-scripts
07.15-exportando-os-scripts-de-schema-generation-para-arquivos-externos
07.15-exportando-os-scripts-de-schema-generation-para-arquivos-externos
07.16-configurando-propriedades-da-unidade-de-persistencia-dinamicamente-para-schema-generation
07.16-configurando-propriedades-da-unidade-de-persistencia-dinamicamente-para-schema-generation
08.02-insercao-em-cascata
08.02-insercao-em-cascata
08.03-exercicio-fazendo-insercoes-em-cascata
08.03-exercicio-fazendo-insercoes-em-cascata
08.04-atualizacao-em-cascata
08.04-atualizacao-em-cascata
08.05-exercicio-atualizacao-em-cascata-com-manytomany
08.05-exercicio-atualizacao-em-cascata-com-manytomany
08.06-remocao-em-cascata
08.06-remocao-em-cascata
08.07-remocao-em-cascata-de-manytomany
08.07-remocao-em-cascata-de-manytomany
08.08-remocao-de-registros-orfaos-orphanremoval
08.08-remocao-de-registros-orfaos-orphanremoval
09.01-introducao-a-java-persistence-query-language-jpql
09.01-introducao-a-java-persistence-query-language-jpql
09.02-typedquery-vs-query
09.02-typedquery-vs-query
09.03-selecionando-um-atributo-como-retorno
09.03-selecionando-um-atributo-como-retorno
09.04-trabalhando-com-projecoes
09.04-trabalhando-com-projecoes
09.05-trabalhando-com-projecoes-e-dto
09.05-trabalhando-com-projecoes-e-dto
09.06-fazendo-inner-join-entre-as-entidades
09.06-fazendo-inner-join-entre-as-entidades
09.07-usando-o-left-outer-join
09.07-usando-o-left-outer-join
09.08-fazendo-o-join-e-usando-o-fetch
09.08-fazendo-o-join-e-usando-o-fetch
09.09-path-expressions
09.09-path-expressions
View all files
About
Curso Especialista JPA
Activity
Custom properties
Stars
71
stars
Watchers
7
watching
Forks
68
forks
Report repository
Releases
Packages
Used by
Contributors
Languages
You can’t perform that action at this time.