Examples of Tpc2InheritB3


Examples of org.caffinitas.mapper.test.model.inherit.tpc2.Tpc2InheritB3

            instB2.setVal("val4");
            instB2.setInhB("inhB");
            instB2.setInhB2("inhB2");
            session.insert(instB2);

            Tpc2InheritB3 instB3 = new Tpc2InheritB3();
            instB3.setId(6);
            instB3.setCid(1);
            instB3.setVal("val4");
            instB3.setInhB("inhB");
            instB3.setInhB2("inhB2");
            session.insert(instB2);

            Tpc2InheritC instC = new Tpc2InheritC();
            instC.setId(5);
            instC.setCid(1);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.