java - check for annotation type @transient -


i want skip fields annotadet @transient in query builder.

something

if(!fcol.annotationtype().equals(@transient){ } 

somebody have idea?

reflections reflections = new reflections(packagename); reflections.getfieldsannotatedwith(javax.persistence.transient.class)) 

Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -