0

I am looking at Spring documentation to learn Spring integration with Hibernate using annotation based spring configuration.

The documentation link is here.

Now the docs tell about how to configure Spring with Hibernate using xml files and there is no where mentioned how to use annotations for integrating Spring and Hibernate.

Please help me where can I find the explanation on Spring with Hibernate integration using annotations.

2 Answers 2

0

http://examples.javacodegeeks.com/enterprise-java/hibernate/hibernate-jpa-dao-example/

I'm not sure if I should downvote you - you could easily find it on your own. Ok, maybe it is not exactly Spring + Hibernate, but it really does not matter.

Sign up to request clarification or add additional context in comments.

1 Comment

I am looking for information from Spring official documentation. Also you have given link for Hibernate annotations, my question is on Spring with Hibernate, so this does not answer my question.
0

You can find the required annotations here - Annotations used for configuring DAO or Repository classes

Here is a good example for using Spring with Hibernate - Spring Hibernate Integration Using Annotations

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.