hibernate - Spring Annotation attributes - reference attribute value from class field -
lets want use hibernates @columntransformer
annotation, , attribute read
of annotation should defined @ application startup. reason that, example, value of attribute should pgp_sym_decrypt(data, secretkey)
, , secretkey
should not referenced property value, since can generated @ application startup.
the question is, how reference value, calculated @ application startup , set field value of lets myconfig
class has field string secretkeyvalue
, in @columntransformer
atrribute?
Comments
Post a Comment