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

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -