Package org.jpox.identity

Examples of org.jpox.identity.SCOID


            return getApiAdapter().getNewApplicationIdentityObjectId(pc, cmd); // All values will have been populated before arriving here
        }
        else
        {
            // All "nondurable" cases (views, JPOXSQL) will come through here
            return new SCOID(className);
        }
    }
View Full Code Here

TOP

Related Classes of org.jpox.identity.SCOID

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.