Package cat.quickdb.query.model

Examples of cat.quickdb.query.model.AnotherClass


            reference2.setValueParent("value parent2");
            user2.setReference(reference2);

            admin.save(user2);

            AnotherClass another = new AnotherClass();
            another.setMount(55.35);
            another.setProperty("son name");
            another.setDescription("parent description");
            admin.save(another);

            CompleteQuery query = new CompleteQuery();
            query.setName("diego sarmentero");
            query.setSalary(3500.50);
View Full Code Here

TOP

Related Classes of cat.quickdb.query.model.AnotherClass

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.