Unable to fetch Object in Hibernate Envers

ぃ、小莉子 提交于 2019-12-25 01:55:46

问题


I'm trying to display the values in the RefAuthorizationVO Object when I call the DuaVO Object. But, when I debug it, the value is shown as null.

I'm passing an authorizationCode as "BENE" and wanted the particular column fetch from the RefAuthorization Table.

But, I all I see is a null. I'm kinda lost here.

Main Class

    public void getDuaObject() {

        // findAuditByRevision("DuaNum", Revision Number);
        DuaVO dua = findAuditByRevisionNum("1", 1026);

}

来源:https://stackoverflow.com/questions/29371000/unable-to-fetch-object-in-hibernate-envers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!