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


Required Element Summary
 Class impl
          tuplizer implementation
 
Optional Element Summary
 String entityMode
          Deprecated. should use #entityModeType instead
 EntityMode entityModeType
           
 

Element Detail

impl

public abstract Class impl
tuplizer implementation

entityMode

@Deprecated
public abstract String entityMode
Deprecated. should use #entityModeType instead

either pojo, dynamic-map or dom4j

Default:
"pojo"

entityModeType

public abstract EntityMode entityModeType
Default:
org.hibernate.EntityMode.POJO


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