Package org.hibernate.annotations
Annotation Type AccessType
-
@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) @Deprecated public @interface AccessType
Deprecated.UseAttributeAccessorinstead; renamed to avoid confusion with the JPAAccessTypeenum.Property Access type. Prefer the standardAccessannotation; however,@Accessis limited to field/property access definitions.
-
-
Element Detail
-
value
String value
Deprecated.The access strategy name.
-
-