Unable to fetch Object in Hibernate Envers

2019-09-19 06:17发布

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.

DUA Class

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

enter image description here

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

Main Class

    public void getDuaObject() {

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

}

0条回答
登录 后发表回答