Currently, I can instruct Hyberjaxb to not persist a node in a xml object at compile time using the transient functionality. Is there anyway of applying this dynamically at runtime? If x=y
, then persist particular node in xml object, otherwise do not persist.
Is there perhaps another strategy to deal with this?