Package org.jbpm.persistence.session.objects

Examples of org.jbpm.persistence.session.objects.MySubEntity


        assertNull(processInstance);
    }

    @Test
    public void testEntityWithSuperClassAnnotationField() throws Exception {
      MySubEntity subEntity = new MySubEntity();
      subEntity.setId(3L);
      assertEquals(3L, InfinispanPlaceholderResolverStrategy.getClassIdValue(subEntity));
    }
View Full Code Here

TOP

Related Classes of org.jbpm.persistence.session.objects.MySubEntity

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.