public interface EntityDocumentPostPersist
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue()
Return the entity whose gonna be either saved or updated
|
static EntityDocumentPostPersist |
of(Object value)
Created the default implementation of
EntityDocumentPostPersist |
Object getValue()
static EntityDocumentPostPersist of(Object value)
EntityDocumentPostPersistvalue - the valueEntityDocumentPostPersistNullPointerException - when value is nullCopyright © 2018. All rights reserved.