Searched refs:employerIds (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/persist/
H A DPersonExample.java56 Set<Long> employerIds = new HashSet<Long>(); field in class:PersonExample.Person
123 personBySsn, Long.class, "employerIds");
218 bob.employerIds.add(gizmoInc.id);
219 bob.employerIds.add(gadgetInc.id);
241 * the employerIds key causes the deleted ID to be removed from Bob's
242 * employerIds.
247 assert !bob.employerIds.contains(gizmoInc.id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/persist/
H A DPersonExample.java56 Set<Long> employerIds = new HashSet<Long>(); field in class:PersonExample.Person
123 personBySsn, Long.class, "employerIds");
218 bob.employerIds.add(gizmoInc.id);
219 bob.employerIds.add(gadgetInc.id);
241 * the employerIds key causes the deleted ID to be removed from Bob's
242 * employerIds.
247 assert !bob.employerIds.contains(gizmoInc.id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/persist/
H A DPersonExample.java56 Set<Long> employerIds = new HashSet<Long>(); field in class:PersonExample.Person
123 personBySsn, Long.class, "employerIds");
218 bob.employerIds.add(gizmoInc.id);
219 bob.employerIds.add(gadgetInc.id);
241 * the employerIds key causes the deleted ID to be removed from Bob's
242 * employerIds.
247 assert !bob.employerIds.contains(gizmoInc.id);

Completed in 75 milliseconds