Package org.jpox.enhancer.samples

Examples of org.jpox.enhancer.samples.UserStaticBlock


public abstract class TestA21_16 extends JDOTestBase
{
  public void testUserStaticBlockCodeInitializedBeforeJDOStaticBlock()
    {
        //in case of error, the constructor will raise exception
        new UserStaticBlock();
  }
View Full Code Here

TOP

Related Classes of org.jpox.enhancer.samples.UserStaticBlock

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.