Package org.apache.ojb.broker.metadata.fieldaccess

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

Related Classes of org.apache.ojb.broker.metadata.fieldaccess.AnonymousPersistentFieldForInheritance

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.