java.lang.Object
org.eclipse.persistence.annotations.TransientCompatibleAnnotations
PUBLIC:
This class is used by our JPA annotation processing to discover which annotations may coexist with a
Transient annotation. If Transient appears on
a field annotation in the
jakarta.persistence or org.eclipse.persistence package that
is not in the list returned by getTransientCompatibleAnnotations() an exception will be thrown.- Author:
- tware
-
Method Summary
Modifier and TypeMethodDescriptionPUBLIC: Return a list of classnames of annotations that are compatible with the Transient annotation.
-
Method Details
-
getTransientCompatibleAnnotations
PUBLIC: Return a list of classnames of annotations that are compatible with the Transient annotation.
-