Package | Description |
---|---|
coherence |
Two client applications that illustrate integration of Oracle NoSQL DB with
Oracle Coherence.
|
Modifier and Type | Method and Description |
---|---|
Person.Builder |
Person.Builder.clearAge()
Clears the value of the 'age' field
|
Person.Builder |
Person.Builder.clearFirstname()
Clears the value of the 'firstname' field
|
Person.Builder |
Person.Builder.clearLastname()
Clears the value of the 'lastname' field
|
Person.Builder |
Person.Builder.clearPhone()
Clears the value of the 'phone' field
|
static Person.Builder |
Person.newBuilder()
Creates a new Person RecordBuilder
|
static Person.Builder |
Person.newBuilder(Person.Builder other)
Creates a new Person RecordBuilder by copying an existing Builder
|
static Person.Builder |
Person.newBuilder(Person other)
Creates a new Person RecordBuilder by copying an existing Person instance
|
Person.Builder |
Person.Builder.setAge(int value)
Sets the value of the 'age' field
|
Person.Builder |
Person.Builder.setFirstname(String value)
Sets the value of the 'firstname' field
|
Person.Builder |
Person.Builder.setLastname(String value)
Sets the value of the 'lastname' field
|
Person.Builder |
Person.Builder.setPhone(String value)
Sets the value of the 'phone' field
|
Modifier and Type | Method and Description |
---|---|
static Person.Builder |
Person.newBuilder(Person.Builder other)
Creates a new Person RecordBuilder by copying an existing Builder
|
Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.