Package org.hibernate.annotations
Annotation Type AccessType
-
@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) @Deprecated public @interface AccessTypeDeprecated.UseAttributeAccessorinstead; renamed to avoid confusion with the JPAAccessTypeenum.Property Access type. Prefer the standardAccessannotation; however,@Accessis limited to field/property access definitions.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueDeprecated.The access strategy name.
-