| Package | Description |
|---|---|
| brainslug.jdbc | |
| brainslug.jdbc.entity | |
| brainslug.jdbc.entity.query |
| Modifier and Type | Method and Description |
|---|---|
protected InstancePropertyEntity |
JpaPropertyStore.getOrCreatePropertyEntity(brainslug.flow.Identifier<?> instanceId,
ExecutionProperty property) |
protected InstancePropertyEntity |
JpaPropertyStore.newInstancePropertyEntity(brainslug.flow.Identifier<?> instanceId,
ExecutionProperty property) |
InstancePropertyEntity |
JpaPropertyStore.setValueField(InstancePropertyEntity entity,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
InstancePropertyEntity |
JpaPropertyStore.setValueField(InstancePropertyEntity entity,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
InstancePropertyEntity |
InstancePropertyEntity.withByteArrayValue(byte[] byteArrayValue) |
InstancePropertyEntity |
InstancePropertyEntity.withCreated(Long created) |
InstancePropertyEntity |
InstancePropertyEntity.withDoubleValue(Double doubleValue) |
InstancePropertyEntity |
InstancePropertyEntity.withId(String id) |
InstancePropertyEntity |
InstancePropertyEntity.withInstanceId(String instanceId) |
InstancePropertyEntity |
InstancePropertyEntity.withLongValue(Long longValue) |
InstancePropertyEntity |
InstancePropertyEntity.withPropertyKey(String propertyKey) |
InstancePropertyEntity |
InstancePropertyEntity.withStringValue(String stringValue) |
InstancePropertyEntity |
InstancePropertyEntity.withValueType(String valueType) |
InstancePropertyEntity |
InstancePropertyEntity.withVersion(Long version) |
| Constructor and Description |
|---|
QInstancePropertyEntity(com.mysema.query.types.Path<? extends InstancePropertyEntity> path) |
Copyright © 2014. All rights reserved.