Package | Description |
---|---|
com.edorasware.commons.core.entity |
Classes to model business entities.
|
com.edorasware.commons.core.persistence.entity.jdbc |
Modifier and Type | Field and Description |
---|---|
static VariableId |
VariableId.UNDEFINED
A type-safe and null-safe undefined variable id.
|
Modifier and Type | Method and Description |
---|---|
static VariableId |
VariableId.get(String value)
Returns a type-safe variable id for the specified value.
|
VariableId |
Variable.getId()
Returns the id of the variable.
|
static VariableId |
VariableId.nullSafeGet(String value)
Returns a type-safe variable id for the specified value or null if the given value is null.
|
VariableId |
VariableId.withValue(String value)
Returns a new variable-id with the given value.
|
Modifier and Type | Method and Description |
---|---|
Variable |
Variable.withId(VariableId id)
Returns a new variable with the given id and the current name, value, and source.
|
Constructor and Description |
---|
Variable(VariableId id,
String name,
Object value,
EntityId source)
Creates a new variable with a mandatory id, name, optional value, and source.
|
Modifier and Type | Method and Description |
---|---|
VariableId |
DbVariable.getId() |
Modifier and Type | Method and Description |
---|---|
static DbVariable |
DbVariable.createFromJavaValue(VariableId id,
String name,
Object value,
Integer index,
VariableId parentId,
VariableId rootId,
EntityId source,
ConverterProvider converterProvider) |
Constructor and Description |
---|
VariableParameter(VariableId id,
String name,
ValueConverter<?,?> variableConverter,
Long longValue,
Double doubleValue,
String stringValue,
LargeString largeStringValue,
byte[] binaryValue,
Integer index,
String parentIdRef,
String rootIdRef,
String objectIdRef,
String objectId,
Date creationTime) |
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.