Package com.google.appengine.datanucleus.scostore

Examples of com.google.appengine.datanucleus.scostore.FKListStore


    return new KeyOnlyFieldManager(internalKey);
  }

  protected ListStore newFKListStore(AbstractMemberMetaData ammd, ClassLoaderResolver clr) {
    // TODO Delete this when we drop old storage version
    return new FKListStore(ammd, this, clr);
  }
View Full Code Here

TOP

Related Classes of com.google.appengine.datanucleus.scostore.FKListStore

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.