27 lines
692 B
TeX
27 lines
692 B
TeX
\documentclass[usenames,dvipsnames,aspectratio=169]{beamer}
|
|
\usepackage{../common/webfejl}
|
|
|
|
% Automatikus frame törés engedélyezése túl hosszú tartalomnál
|
|
\setbeamertemplate{frametitle continuation}[from second][\insertcontinuationcountroman]
|
|
|
|
\title[Webtechnológia és webalkalmazás-fejlesztés - Databse]{Webtechnológia és webalkalmazás-fejlesztés - Adatbázis}
|
|
\subtitle{Adatbázis}
|
|
|
|
\begin{document}
|
|
|
|
\begin{frame}[plain]
|
|
\titlepage
|
|
\logoalul
|
|
\end{frame}
|
|
|
|
\input{crud_operations.tex}
|
|
\input{orm.tex}
|
|
\input{prisma.tex}
|
|
\input{database_connection.tex}
|
|
\input{replication.tex}
|
|
\input{aggregates.tex}
|
|
\input{repository.tex}
|
|
\input{dto.tex}
|
|
\input{mapper.tex}
|
|
|
|
\end{document} |