⟩ What is AOP(assepct oriented programing)?
Separating your business logic with other functionalit
y such as services,Loggers etc,Making classess more cohesive.
Separating your business logic with other functionalit
y such as services,Loggers etc,Making classess more cohesive.
What are derived properties?
What is component mapping in Hibernate?
What is the difference between sorted and ordered collection in hibernate?
If you want to see the Hibernate generated SQL statements on console, what should we do?
How will you configure Hibernate?
What is a Session? Can you share a session object between different theads?
What are the benefits of detached objects?
What is a SessionFactory? Is it a thread-safe object?
How does Hibernate distinguish between transient (i.e. newly instantiated) and detached objects?
What are the pros and cons of detached objects?