Class EmbeddedPropertyHandler
java.lang.Object
cloud.quinimbus.persistence.api.entity.EmbeddedPropertyHandler
-
Constructor Summary
ConstructorDescriptionEmbeddedPropertyHandler
(PersistenceContext context, String schemaId, String typeId, String property) -
Method Summary
Modifier and TypeMethodDescriptionabstract void
init()
<T extends LifecycleEvent>
voidonLifecycleEvent
(Class<T> eventType, Consumer<T> consumer)
-
Constructor Details
-
EmbeddedPropertyHandler
public EmbeddedPropertyHandler(PersistenceContext context, String schemaId, String typeId, String property)
-
-
Method Details
-
onLifecycleEvent
-
newEmbedded
public EmbeddedObject newEmbedded(Map<String, Object> properties, Map<String, throws UnparseableValueExceptionObject> transientFields) - Throws:
UnparseableValueException
-
init
public abstract void init()
-