Package org.jpox.store.fieldmanager

Examples of org.jpox.store.fieldmanager.LoadFieldManager


        // Recurse through all fields and do the same
        int[] fieldNumbers = getFlagsSetTo(loadedFields, getAllFieldNumbers(), true);
        if (fieldNumbers != null && fieldNumbers.length > 0)
        {
            // TODO Fix this to just access the fields of the FieldManager yet this actually does a replaceField
            replaceFields(fieldNumbers, new LoadFieldManager(this, getSecondClassMutableFields(), myFP, state));
        }

        loadingFieldsInFetchPlan = false;
    }
View Full Code Here

TOP

Related Classes of org.jpox.store.fieldmanager.LoadFieldManager

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.