JavaScript is disabled on your browser.
Skip navigation links
Jakarta EE Web Profile API v11.0.0-M2
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Module
jakarta.persistence
Package
jakarta.persistence
Annotation Interface Access
@Target
({
TYPE
,
METHOD
,
FIELD
})
@Retention
(
RUNTIME
)
public @interface
Access
Used to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
Since:
2.0
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
AccessType
value
(Required) Specification of field- or property-based access.
Element Details
value
AccessType
value
(Required) Specification of field- or property-based access.