org.hibernate.annotations
Annotation Type Tuplizer


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

Define a tuplizer for an entity or a component

Author:
Emmanuel Bernard

Required Element Summary
 Class impl
          tuplizer implementation
 
Optional Element Summary
 String entityMode
          either pojo, dynamic-map or dom4j�
 

Element Detail

impl

public abstract Class impl
tuplizer implementation

entityMode

public abstract String entityMode
either pojo, dynamic-map or dom4j�

Default:
"pojo"


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