hibernate 中间表问题 - ITeye问答
2010年9月28日 - 我有3张表,TRole,TGroup,TGroupRole,其中TGroupRole中间表, hibernate自动生成2个实体类TRole,TGroup,TGroupRole没有生成实体类,我现在要操作TGroupRo...
hibernate框架怎么查中间表_百度知道
[专业]答案:假设,现在关联关系 一个是UserEntity(用户),一个是DepartmentEntity(部门) 它们直接是多对多关系! 因为采取的是hibernate的注解 @JoinTable 。所以中间...更多关于hibernate 中间表问题的问题>>