public interface DataTypeRecordEngine extends RecordEngine<DataType>
Modifier and Type | Method and Description |
---|---|
List<DataType> |
create(DataType record,
DataType reference,
CreationType creationType)
Create record by using
CreationType strategy. |
List<DataType> |
destroyWithoutDependentTypes(DataType record)
Destroy record, but keep all references
nested to the reference.
|
create, destroy, isValid, update
List<DataType> create(DataType record, DataType reference, CreationType creationType)
CreationType
strategy. The new record can be created above, below, or even
nested to the reference.Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.