Hibernate - Interview Questions and Answers for 'Ibm' | Search Interview Question - javasearch.buggybread.com
Questions
Search
List By Company
List By Topic
Legacy
Tests
Repository
DashBoard
Java
Java 8
Java 7
Java Abbreviations
OCJP / SCJP
Class List
New in Java 8
Java Exceptions
Spring Exceptions
Java Enums
Java 8 Lambda
Java 8 java.time
Big Data
Best Of Java
Discussion
Search
Subscribe
Search Interview Questions
More than 3000 questions in repository.
There are more than 900 unanswered questions.
Click here
and help us by providing the answer.
Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company
Label / Company / Text
Search
Submit Question
Hibernate - Interview Questions and Answers for 'Ibm' - 2 question(s) found
- Order By Newest
Q1.
What is Criteria in Hibernate ?
Hibernate
Ans. Criteria is a simplified API for retrieving entities by composing Criterion objects.
For example - session.createCriteria(Employee.class).add( Restrictions.like("name", "A%") ).list();
will return all employee objects having name starting with A.
Help us improve. Please let us know the company, where you were asked this question
:
Like
Discuss
Correct / Improve
 hibernate   hibernate criteria
Asked in 7 Companies
Basic
 
Frequent
Correction
Duplicate of Another Question
Company where this question was Asked
Suggestion
Try 1 Question(s) Test
Which of the following Design pattern has been used with Hibernate Criteria ?
Filter
Prototype
Builder
Observer
Related Questions
How do we specify the criteria if it involves mapping between two entities or join between tables ?
Name few Restriction Methods ?
In Hibernate, While defining Criteria, Have you ever faced any problem while adding restrictions with user defined types or Enums ?
What is your choice while writing queries within Hibernate - criteria or HQL ?
Q2.
What is the difference between save() and persist() in hibernate ?
Hibernate
This question was recently asked at 'IBM'.This question is still unanswered. Can you please provide an answer.
Help us improve. Please let us know the company, where you were asked this question
:
Like
Discuss
Correct / Improve
 
Asked in 1 Companies
Correction
Duplicate of Another Question
Company where this question was Asked
Suggestion
Related Questions
Difference between == and .equals() ?
Why is String immutable in Java ?
Explain the scenerios to choose between String , StringBuilder and StringBuffer ?
or
What is the difference between String , StringBuilder and StringBuffer ?
What are the difference between composition and inheritance in Java?
Explain OOPs
or
Explain OOPs Principles
or
Explain OOPs Concepts
or
Explain OOPs features
or
Tell me something about OOPs
What is a Lambda Expression ? What's its use ?
What are different ways to create String Object? Explain.
Why Char array is preferred over String for storing password?
Does garbage collection guarantee that a program will not run out of memory?
What is the difference between final, finally and finalize() ?
Help us and Others Improve. Please let us know the questions asked in any of your previous interview.
Any input from you will be highly appreciated and It will unlock the application for 10 more requests.
Company Name:
Questions Asked: