Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. NeoRepository repo = neoSession.load(NeoRepository.class, 0L); <-- STEP 1
  2.  
  3. /** load associations */
  4. neoSession.loadAll(NeoAssociation.class, 4); <-- STEP 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement