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 PropertyId |
PropertyId.UNDEFINED
A type-safe and null-safe undefined property id.
|
Modifier and Type | Method and Description |
---|---|
static PropertyId |
PropertyId.get(String value)
Returns a type-safe property id for the specified value.
|
PropertyId |
Property.getId()
Returns the id of the property.
|
static PropertyId |
PropertyId.nullSafeGet(String value)
Returns a type-safe property id for the specified value or null if the given value is null.
|
PropertyId |
PropertyId.withValue(String value)
Returns a new property-id with the given value.
|
Modifier and Type | Method and Description |
---|---|
Property |
Property.withId(PropertyId id)
Returns a new property with the given id and the current name, value, and source.
|
Constructor and Description |
---|
Property(PropertyId id,
String name,
String value,
EntityId source)
Creates a new property with a mandatory id, name, optional value, and source.
|
Modifier and Type | Method and Description |
---|---|
PropertyId |
DbProperty.getId() |
Modifier and Type | Method and Description |
---|---|
static DbProperty |
DbProperty.createFromJavaValue(PropertyId id,
String name,
String value,
EntityId source,
ConverterProvider converterProvider) |
Constructor and Description |
---|
PropertyParameter(PropertyId id,
String name,
ValueConverter<?,?> propertyConverter,
String stringValue,
LargeString largeStringValue,
String objectDefinitionIdRef,
String objectDefinitionId,
Date creationTime) |
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.