I am pretty new in hibernate community so I do not know which direction to choose. Basically I have an war and db for it, but I have my own project with db. the problem is that some of the tables have the same names, thus is it possible somehow to map tables so the other project will call prefixed table (not the original, e.g. PREFIX_TEST, while originally TEST). I read about Naming Strategy, but I;m not sure if I can use it, I have no persistence.xml
Thanks a lot