public abstract class ActiveRecord<T> extends Object
| Constructor and Description |
|---|
ActiveRecord(RecordEngine<T> recordEngine) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
create() |
List<T> |
destroy() |
protected abstract T |
getRecord() |
RecordEngine<T> |
getRecordEngine() |
boolean |
isRecordEnginePresent() |
boolean |
isValid() |
List<T> |
update() |
public ActiveRecord(RecordEngine<T> recordEngine)
public boolean isValid()
public RecordEngine<T> getRecordEngine()
public boolean isRecordEnginePresent()
protected abstract T getRecord()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.