Hibernate: Data Object with a dynamic table name by Annotations

后端 未结 6 858
抹茶落季
抹茶落季 2020-12-09 13:06

I have a Data Class for Hibernate associated to a table; imagine the Entity Person like this:

 @Entity
 @org.hibernate.annotations.Proxy(lazy=false)         


        
6条回答
提交回复
热议问题