注释类型 Tuplizer
-
@Target({TYPE,FIELD,METHOD}) @Retention(RUNTIME) @Repeatable(Tuplizers.class) public @interface Tuplizer
Define a tuplizer for an entity or a component.- 作者:
- Emmanuel Bernard
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 StringentityMode已过时。should use #entityModeType insteadEntityModeentityModeTypeThe entity mode.
-
-
-
元素详细资料
-
impl
Class impl
Tuplizer implementation.
-
-
-
entityMode
@Deprecated String entityMode
已过时。should use #entityModeType insteadeither pojo, dynamic-map or dom4j.- 默认值:
- "pojo"
-
-
-
entityModeType
EntityMode entityModeType
The entity mode.- 默认值:
- org.hibernate.EntityMode.POJO
-
-