}
@Test
public void testisLoadedWithOutReferenceAsKunderaProxy() throws NoSuchMethodException, SecurityException
{
CglibLazyInitializerFactory factory = new CglibLazyInitializerFactory();
KunderaProxy proxy = factory.getProxy("Person", Person.class,
Person.class.getDeclaredMethod("getPersonId", null),
Person.class.getDeclaredMethod("setPersonId", String.class), "personId", null);
LoadState state = PersistenceUtilHelper.isLoadedWithoutReference(proxy, "personName", cache);