org.hibernate.annotations
Annotation Type Persister


@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Persister

Specify a custom persister.

Author:
Shawn Clowater

Required Element Summary
 Class impl
          Custom persister
 

Element Detail

impl

public abstract Class impl
Custom persister



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.