Re: ndb clusterj session.load(T instance) usage ?
load(T instance) is a method that performs an action similar to
SELECT * FROM TABLE t WHERE PK = id;
It is called on a Session object, before calling load one needs to
call setId or similar method to set the primary key.
There is a couple of programming examples in the source code and
in the book MySQL Cluster 7.5 inside and out.
Subject
Views
Written By
Posted
870
April 12, 2019 12:21AM
Re: ndb clusterj session.load(T instance) usage ?
635
July 25, 2019 02:39AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.