Login
Remember
Register
Ask a Question
Recent questions and answers in Hibernate
0
votes
1
answer
What are the benefits of NamedQuery?
answered
Jul 29, 2024
in
Hibernate
by
rajeshsharma
benefits
namedquery
0
votes
1
answer
Can you say something about Named SQL Query?
answered
Jul 29, 2024
in
Hibernate
by
rajeshsharma
named
sql
query
0
votes
1
answer
Can you say something about the Table Per Class Strategy?
answered
Jul 29, 2024
in
Hibernate
by
rajeshsharma
table
per
class
strategy
0
votes
1
answer
What is a Single Table Strategy?
answered
Jul 29, 2024
in
Hibernate
by
rajeshsharma
single
table
strategy
0
votes
1
answer
How to solve the N+1 SELECT problem in Hibernate?
answered
Jul 29, 2024
in
Hibernate
by
rajeshsharma
select
problem
hibernate
0
votes
1
answer
Can you say something about the N+1 SELECT problem in Hibernate?
answered
Jul 29, 2024
in
Hibernate
by
rajeshsharma
n
1-selectproblem
hibernate
0
votes
1
answer
Explain Query Cache
answered
Jul 29, 2024
in
Hibernate
by
rajeshsharma
query
cache
0
votes
1
answer
Can we declare the Entity class final?
answered
Jul 29, 2024
in
Hibernate
by
rajeshsharma
entity
class
final
0
votes
1
answer
What happens when the no-args constructor is absent in the Entity bean?
answered
Jul 29, 2024
in
Hibernate
by
rajeshsharma
no-args
constructor
is
absent
entity
bean
0
votes
1
answer
Describe the differences between Hibernate’s transient, persistent, and detached states.
answered
Jul 29, 2024
in
Hibernate
by
rajeshsharma
hibernates
transient
persistent
and
detached
states
0
votes
1
answer
How many ways can you disable Hibernate’s second-level cache?
answered
Jul 29, 2024
in
Hibernate
by
rajeshsharma
hibernates
second-level
cache
0
votes
1
answer
How many ways can an object be fetched from Hibernate’s database?
answered
Jul 29, 2024
in
Hibernate
by
rajeshsharma
hibernates
database
0
votes
1
answer
What’s the difference between Session and SessionFactory?
answered
Jul 27, 2024
in
Hibernate
by
SakshiSharma
session
and
sessionfactory
0
votes
1
answer
How can you view the Hibernate-generated SQL on a console?
answered
Jul 27, 2024
in
Hibernate
by
SakshiSharma
hibernate-generated
sql
0
votes
1
answer
Name the states that a persistent entity exists in.
answered
Jul 27, 2024
in
Hibernate
by
SakshiSharma
persistent
entity
exists
0
votes
1
answer
What is Hibernate tuning?
answered
Jul 27, 2024
in
Hibernate
by
SakshiSharma
hibernate
tuning
0
votes
1
answer
What design patterns does the Hibernate framework use?
answered
Jul 27, 2024
in
Hibernate
by
SakshiSharma
design
patterns
0
votes
1
answer
Does Hibernate support Native SQL Queries?
answered
Jul 27, 2024
in
Hibernate
by
SakshiSharma
hibernate
support
native
sql
queries
0
votes
1
answer
Can you tell the difference between setMaxResults() and setFetchSize() of Query?
answered
Jul 27, 2024
in
Hibernate
by
SakshiSharma
setmaxresults
and
setfetchsize
0
votes
1
answer
Collection mapping can be done using One-to-One and Many-to-One Associations. What do you think?
answered
Jul 27, 2024
in
Hibernate
by
SakshiSharma
collection
mapping
0
votes
1
answer
When is the merge() method of the hibernate Session useful?
answered
Jul 27, 2024
in
Hibernate
by
SakshiSharma
merge
method
0
votes
1
answer
Types of Hibernate Caching
answered
Jul 27, 2024
in
Hibernate
by
SakshiSharma
hibernate
caching
0
votes
1
answer
What is hibernate caching?
answered
Jul 27, 2024
in
Hibernate
by
SakshiSharma
hibernate
caching
0
votes
1
answer
What does Session.lock() method in hibernate do?
answered
Jul 27, 2024
in
Hibernate
by
SakshiSharma
session
lock
0
votes
1
answer
What are Many to Many associations?
answered
Jul 27, 2024
in
Hibernate
by
SakshiSharma
many
to
associations
0
votes
1
answer
Can you tell me something about one too many associations and how we can use them in Hibernate?
answered
Jul 27, 2024
in
Hibernate
by
SakshiSharma
hibernate
0
votes
1
answer
What are the criteria for API in hibernate?
answered
Jul 27, 2024
in
Hibernate
by
SakshiSharma
criteria
for
api
in
hibernate
0
votes
1
answer
Differentiate between get() and load() in Hibernate session
answered
Jul 25, 2024
in
Hibernate
by
rajeshsharma
hibernate
session
0
votes
1
answer
Differentiate between save() and saveOrUpdate() methods in hibernate Session.
answered
Jul 25, 2024
in
Hibernate
by
rajeshsharma
saveorupdate
0
votes
1
answer
Can you tell the difference between the getCurrentSession and openSession methods?
answered
Jul 25, 2024
in
Hibernate
by
rajeshsharma
getcurrentsession
opensession
methods
To see more, click for all the
questions in this category
.
Recent questions and answers in Hibernate
...