Questions tagged [hibernate-generic-dao]
31 questions
-1
votes
2 answers
How to use a generic editor for database access in tapestry 5?
I have a tapestry 5 project that contains the following:
An abstract entity in the entities package that is inherited by all the other concrete entities
import java.io.Serializable;
import javax.persistence.Basic;
import…

FoxEM
- 11
- 4