Tagged Questions
2
votes
1answer
590 views
JPA connection : is this code is efficient enough
By reading some tutorial i have written some peace of code to do crud operation . I just want to know how is this code is efficient or how can i make better ?
Here i am giving code of 3 class
1. ...
1
vote
2answers
120 views
Repetitive code for different Database Entities with same implementation
I have this code in LogInService
...
1
vote
0answers
39 views
Is this model a good management for the pattern UOW / Repository with NHibernate?
Searching on Stack Overflow and Google, I find many and many different implementation but none of that really convinced me, each had some small defect that prevented me from using it. So I tried to ...