Package org.hibernate.annotations
Annotation Type Persister
-
@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) @Deprecated(since="6") public @interface Persister
Deprecated.Alternative depends on reason for custom persisterSpecify a custom persister.
-
-
Element Detail
-
impl
Class<?> impl
Deprecated.The custom persister class.
-
-