Examples of AnonymousPersistentFieldForInheritance


Examples of org.apache.ojb.broker.metadata.fieldaccess.AnonymousPersistentFieldForInheritance

    {
        // BRJ :
        // no field name for anonymous 'super' reference to
        // prevent using this reference in queries.
      //
        m_PersistentField = new AnonymousPersistentFieldForInheritance(m_ClassDescriptor, ANONYMOUS_NAME);
    }
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.