public interface HydratedCompoundValueHandler
["Steve", "L", "Ebersole"]
.
There are times when we need to be able to extract individual pieces out of the hydrated tuple array. For example,
for an entity with a composite identifier part of which is an association (a key-many-to-one) we often need to
attempt 2-phase processing on the association portion of the identifier's hydrated tuple array.
This contract allows us access to portions of the hydrated tuple state.Modifier and Type | Method and Description |
---|---|
Object |
extract(Object hydratedState) |
void |
inject(Object hydratedState,
Object value) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.