类 DynamicMapComponentTuplizer
- java.lang.Object
-
- org.hibernate.tuple.component.AbstractComponentTuplizer
-
- org.hibernate.tuple.component.DynamicMapComponentTuplizer
-
- 所有已实现的接口:
Serializable,ComponentTuplizer,Tuplizer
public class DynamicMapComponentTuplizer extends AbstractComponentTuplizer
AComponentTuplizerspecific to the dynamic-map entity mode.- 作者:
- Gavin King, Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 org.hibernate.tuple.component.AbstractComponentTuplizer
getters, hasCustomAccessors, instantiator, propertySpan, setters
-
-
构造器概要
构造器 构造器 说明 DynamicMapComponentTuplizer(Component component)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected GetterbuildGetter(Component component, Property prop)protected InstantiatorbuildInstantiator(Component component)protected SetterbuildSetter(Component component, Property prop)ClassgetMappedClass()Return the pojo class managed by this tuplizer.-
从类继承的方法 org.hibernate.tuple.component.AbstractComponentTuplizer
getGetter, getParent, getPropertyValue, getPropertyValues, hasParentProperty, instantiate, isInstance, isMethodOf, setComponentClass, setParent, setPropertyValues
-
-
-
-
构造器详细资料
-
DynamicMapComponentTuplizer
public DynamicMapComponentTuplizer(Component component)
-
-
方法详细资料
-
getMappedClass
public Class getMappedClass()
从接口复制的说明:TuplizerReturn the pojo class managed by this tuplizer. Need to determine how to best handle this for the Tuplizers for EntityModes other than POJO. todo : be really nice to not have this here since it is essentially pojo specific...- 返回:
- The persistent class.
-
buildInstantiator
protected Instantiator buildInstantiator(Component component)
-
buildGetter
protected Getter buildGetter(Component component, Property prop)
- 指定者:
buildGetter在类中AbstractComponentTuplizer
-
buildSetter
protected Setter buildSetter(Component component, Property prop)
- 指定者:
buildSetter在类中AbstractComponentTuplizer
-
-