| Package | Description |
|---|---|
| brainslug.jpa | |
| brainslug.jpa.entity |
| Modifier and Type | Method and Description |
|---|---|
protected InstancePropertyEntity |
JpaPropertyStore.getOrCreatePropertyEntity(brainslug.flow.definition.Identifier<?> instanceId,
brainslug.flow.instance.FlowInstanceProperty property) |
protected InstancePropertyEntity |
JpaPropertyStore.newInstancePropertyEntity(brainslug.flow.definition.Identifier<?> instanceId,
brainslug.flow.instance.FlowInstanceProperty property) |
protected InstancePropertyEntity |
JpaPropertyStore.withPropertyValue(InstancePropertyEntity entity,
brainslug.flow.instance.FlowInstanceProperty<?> property) |
| Modifier and Type | Method and Description |
|---|---|
protected InstancePropertyEntity |
JpaPropertyStore.withPropertyValue(InstancePropertyEntity entity,
brainslug.flow.instance.FlowInstanceProperty<?> property) |
| Modifier and Type | Field and Description |
|---|---|
com.mysema.query.types.path.SetPath<InstancePropertyEntity,QInstancePropertyEntity> |
QFlowInstanceEntity.properties |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Set<InstancePropertyEntity> |
FlowInstanceEntity.getPropertiesEntities() |
| Constructor and Description |
|---|
QInstancePropertyEntity(com.mysema.query.types.Path<? extends InstancePropertyEntity> path) |
Copyright © 2015. All rights reserved.