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