Skip to content
View sagarbv22's full-sized avatar

Block or report sagarbv22

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Customer-Relationship-Manager-System Customer-Relationship-Manager-System Public

    • Developed a fully functional Customer Relationship Manager System that allows users to add, update, delete, and read customer information. • Design Pattern used is Model-View-Controller (MVC) pat…

    Java

  2. College-Library-Management College-Library-Management Public

    Web Application to manage Library Information. Registration & Login of librarians & Students. Student can search books by author, title & category. Any librarian may issue books to student and man…

    Java 1

  3. Student-Tracker Student-Tracker Public

    Web Application in layered approach of Student table using Factory Design Pattern. We can insert, update, delete and read the data. Backend Technologies: Servlet, JSP, JDBC . Frontend Technologies…

    Java

  4. HQL-BulkOperation HQL-BulkOperation Public

    Bulk operation (Select, Update, Delete) using Hibernate Query Language.

    Java

  5. NativeSQLQuery-BulkOperation NativeSQLQuery-BulkOperation Public

    Bulk operation (Insert, Update, Delete, Select) using NativeQuery. Write query using Table name and column names. This make our application as DB dependent

    Java 1

  6. CriteriaAPI-BulkOperation CriteriaAPI-BulkOperation Public

    Using Criteria API we can perform only select operation by adding the conditions. It will be converted to HQL internally and to specific DB query. It won't support StoredProcedure.

    Java