@Target(value={TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) public @interface AttributeAccessor
PropertyAccessor
strategy to use.
Can be specified at either:PropertyAccessor
. For property/field
access, the JPA Access
annotation should be preferred using the appropriate
AccessType
. However, if this annotation is used with either value="property"
or value="field"
, it will act just as the corresponding usage of Access
.Modifier and Type | Required Element and Description |
---|---|
String |
value
Names the
PropertyAccessor strategy. |
public abstract String value
PropertyAccessor
strategy.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.