9899100101102103104
/** * {@inheritDoc} */ @Override protected Instantiator buildInstantiator(PersistentClass mappingInfo) { return new DynamicMapInstantiator( mappingInfo ); }
157158159160161162163
/** * {@inheritDoc} */ @Override protected Instantiator buildInstantiator(EntityBinding mappingInfo) { return new DynamicMapInstantiator( mappingInfo ); }
45464748495051
public Class getMappedClass() { return Map.class; } protected Instantiator buildInstantiator(Component component) { return new DynamicMapInstantiator(); }
90919293949596
96979899100101102
155156157158159160161
44454647484950