我在UserEntity中定义了以一种懒惰的方式获取BaseTeamEntity,我正在尝试执行如下的向下转换: UserEntity user = UserEntity.findById(1L);ATeamEntity ateam = (ATeamEntity)team; <--
Long a = ateam.aData; 当我这样做的时候,我得到了一个异常@4f636cba) 如果我尝试直接向下转换,而不是像这样通过UserEnt
我正在处理一个域模型,其映射方式如下:
public class Product : IProductProxy {}<class name="Product" table="[Products]" lazy="true" proxy="IProductProxy">var resultIProductProxy >(1);
va