JPA Method
in jakarta.persistence.spi.PersistenceUnitInfo

String getScopeAnnotationName()


Returns the fully-qualified class name of an annotation annotated Scope or NormalScope. Corresponds to the scope element in persistence.xml.
Return:
the fully-qualified class name of the scope annotation, or null if no scope was explicitly specified
Since:
JPA 1.0