Examples of markForInheritanceValidation()


Examples of org.datanucleus.state.StateManager.markForInheritanceValidation()

                        fromCache = false;

                        if (!checkInheritance && !validate)
                        {
                            // Mark the StateManager as needing to validate this object before loading fields
                            sm.markForInheritanceValidation();
                        }
                    }
                    catch (ClassNotResolvedException e)
                    {
                        NucleusLogger.PERSISTENCE.warn(LOCALISER.msg("010027", getIdentityAsString(id)));
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.