org.hibernate.annotations
Annotation Type Tuplizers


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

Define a set of tuplizer for an entity or a component


Required Element Summary
 Tuplizer[] value
           
 

Element Detail

value

public abstract Tuplizer[] value


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