Posts

Showing posts from September, 2021

Link to videos to learn Java project development

  Link to videos to learn Java project development part 1 Link to videos to learn Java project development part 2

Link to download Java Project (springboot, jpa)

  Link to download Java Project (springboot, jpa)

Link to download Hibernate ManyToMany Mapping Project Free

  Link to download Hibernate ManyToMany Mapping Project Free

Link to download Hibernate ManyToOne Mapping Project Free

  Link to download Hibernate ManyToOne Mapping Project Free

Link to download Hibernate 1ToMany Mapping Project Free

  Link to download Hibernate 1ToMany Mapping Project Free

Link to download Hibernate 1To1 Mapping Project Free

  Link to download Hibernate 1To1 Mapping Project Free

CriteriaAPI in Hibernate Project free download

  CriteriaAPI in Hibernate Project free download

Video link for hibernate relationships many to many

  Video link for hibernate relationships many to many part 1 Video link for hibernate relationships many to many part 2

Video link to learn Hibernate Relationships many to 1

  Video link to learn Hibernate Relationships many to 1

Video link to learn Hibernate Relationships 1 to many

  Video link to learn Hibernate Relationships 1 to many

Video link to learn hibernate relationship 1 to 1

Video link to learn hibernate relationship 1 to 1 part 1 Video link to learn hibernate relationship 1 to 1 part 2

Video link to learn hibernate criteria

Video link to learn hibernate criteria part 1   Video link to learn hibernate criteria part 2

HQL in Hibernate Project Download Free

Click this link to download HQL in Hibernate Project Freely

Video links to learn HQL in Hibernate

Part 1 : Video link to learn HQL in Hibernate   Part 2 : Video link to learn HQL in Hibernate Part 3 : Video link to learn HQL in Hibernate

HQL in Hibernate

  HQL Hibernate Query Language (HQL) is an object-oriented query language, similar to SQL, but instead of operating on tables and columns, HQL works with persistent objects and their properties.     HQL queries are translated by Hibernate into conventional SQL queries, which in turns perform action on database.     We can use SQL statements directly with Hibernate using Native SQL.

Hibernate Annotation Project Download Free

Link to download hibernate annotation project free

(Hibernate) Advanced Java Session 6

Image
  Hibernate What is hibernate : Hibernate is a Java framework that simplifies the development of Java application to interact with the database. It is an open source, lightweight, ORM (Object Relational Mapping) tool. Hibernate implements the specifications of JPA (Java Persistence API) for data persistence.   What is JPA? The  javax.persistence  package contains the JPA classes and interfaces.   Advantages of Hibernate Framework 1) Open Source and Lightweight 2) Fast Performance 3) Database Independent Query 4) Automatic Table Creation 5) Simplifies Complex Join       Hibernate Architecture

Video to learn Hibernate Annotation Part 3

Link to see video to learn hibernate annotation part 3

Video to learn Hibernate Annotation Part 2

Link to see video to learn hibernate annotation part 2  

Video to learn Hibernate Annotation Part 1

Link to see video to learn hibernate annotation part 1

Security in SpringBoot Project Download Free

Click this link for Security in SpringBoot Project Download Free

Video to learn SpringBoot Security

Click this Video link to learn SpringBoot Security

UI languages Frequently asked questions

Q.What is hr tag ? A.The <hr> tag in HTML stands for horizontal rule and is used to insert a horizontal rule or a thematic break in an HTML page to divide or separate document sections. The <hr> tag is an empty tag, and it does not require an end tag.    

Link to download SpringBoot First Project Free

Link to download SpringBoot First Project Free  

Link to download SpringBoot MVC Project Free

  Link to download SpringBoot MVC Project Free

SpringBoot AOP Project Free Download

  SpringBoot AOP Project Free Download

Video of Spring-Boot MVC Part 2

  Below is link for Video of Spring-Boot MVC Part 2 https://drive.google.com/file/d/1XRYtTHjay70QrGqBHS2RsRB2FucqnCd7/view?usp=sharing

Video of Spring-Boot MVC Part 1

 Below is link for Video of Spring-Boot MVC Part 1 https://drive.google.com/file/d/15Htqu4ya-FxCwKKtSsY_QhNP6aPan2IK/view?usp=sharing

Video of Spring-Boot AOP

Below is link for Video of Spring-Boot AOP https://drive.google.com/file/d/16wVWimorOpmxYxjK0YZUEX6pqNFkG62E/view?usp=sharing

Video of SpringBoot part 1

 Below is Link for Video of SpringBoot part 1 https://drive.google.com/file/d/1ycy2IfhKQ9hi0998Wk_EsFMYJHCYN6QJ/view?usp=sharing

Video of SpringBoot part 2

Below is Link for Video of SpringBoot part 2 https://drive.google.com/file/d/1GNdezo8HYlGdn6TLkAXorA95WpDEKIQu/view?usp=sharing

Session 4 SpringBoot

Image
                                                              Session 4 SpringBoot                                                                           What is SpringBoot : Spring Boot provides a good platform for Java developers to develop a stand-alone and production-grade spring application that you can  just run . You can get started with minimum configurations without the need for an entire Spring configuration setup.       Advantages of springboot : Easy to understand and develop spring applications Increases productivity Reduces the development time   Goals To avoid complex XML configuration i...