
I am Pratik Dimble, I completed my Engineering in computer science at Pune University. By profession, I'm Java Developer.
AI is analyzing your overall score…
Identifying your key strengths…
Evaluating your skill match against the job requirements…
Assessing your cultural and operational fit
Hibernate_Native_Generator_XML
December 28, 2017 – December 28, 2017
Native means Your generator will use identity or sequence columns according to what your current database support. Native: This generation strategy is the default. It simply chooses the primary key generation strategy that is the default for the database in question, which quite typically is IDENTITY, although it might be TABLE or SEQUENCE depending upon how the database is configured. The native strategy is typically recommended, as it makes your code and your applications most portable.
View ProjectServlet_File_Downloading
December 28, 2017 – December 28, 2017
Servlet_File_Downloading — GitHub repository
View ProjectSpring_SpringORM_Save_Update_Delete_Get_LoadAll_Maven
December 27, 2017 – December 27, 2017
Add hibernate 3.x jars, Spring 3.x jars, common logggins jars, ojdbc6.jar or ojdbc14 jar
View ProjectHibernate_Pagination_With_Servlet_JSP_Maven
December 23, 2017 – December 24, 2017
when response for request is too large [If we have 1000’s of records in the database] then instead of displaying all records at a time on browser we can display the response page by page manner using pagination mechanism
View ProjectSpring_Scopes_Singleton_Prototype
December 15, 2017 – December 15, 2017
Spring_Scopes_Singleton_Prototype — GitHub repository
View ProjectHibernate_HQL_Select_Queries_Specific
December 3, 2017 – December 20, 2017
Hibernate Query Language (HQL) is same as SQL (Structured Query Language) but it doesn't depends on the table of the database. Instead of table name, we use class name in HQL. So it is database independent query language. #Query Interface It is an object oriented representation of Hibernate Query. The object of Query can be obtained by calling the createQuery() method Session interface. The query interface provides many methods. There is given commonly used methods: public int executeUpdate() is used to execute the update or delete query. public List list() returns the result of the ralation as a list. public Query setFirstResult(int rowno) specifies the row number from where record will be retrieved. public Query setMaxResult(int rowno) specifies the no. of records to be retrieved from the relation (table). public Query setParameter(int position, Object value) it sets the value to the JDBC style query parameter. public Query setParameter(String name, Object value) it sets the value to
View ProjectHibernate_custom_random_generator_Maven
December 2, 2017 – December 28, 2017
We need a Hibernate identifier generator that can take any value that we manually assign, and it can also automatically generate a unique identifier when the entity identifier is null. However, the user does not want to use a UUID-like random identifier. Instead, the user needs to generate a String value that combines a prefix and a numerical value that is obtained from a database sequence.
View ProjectSample-Hibernate-Code
November 29, 2017 – November 30, 2017
save, update,delete,SaveOrUpdate,Get
View Projectmaven_Hibernate
November 28, 2017 – November 30, 2017
This is first project in maven using hibernate (Database persistance operations )
View ProjectCultural Fit Analysis
The candidate's projects are primarily focused on Java backend and persistence technologies, which does not align with the 'Frontend Developer' target role. The project diversity is limited to variations within Java/Hibernate/Spring ORM. This indicates a potential mismatch for a frontend-focused team.
Soft Skills & Operational Fit
Insufficient data to assess soft skills or operational fit. The psychometric test score is 0, indicating no data was provided for evaluation.