org.deegree.feature.persistence.sql.converter
Interface CustomParticleConverter<T extends TypedObjectNode>

All Superinterfaces:
ParticleConverter<T>

public interface CustomParticleConverter<T extends TypedObjectNode>
extends ParticleConverter<T>

Implementations are ParticleConverter that can be plugged into the maaping process via configuration.

Version:
$Revision: 30942 $, $Date: 2011-05-27 18:16:00 +0200 (Fri, 27 May 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Method Summary
 void init(Mapping mapping, SQLFeatureStore fs)
          Called during the init of the SQLFeatureStore that this converter is attached to.
 
Methods inherited from interface org.deegree.commons.tom.sql.ParticleConverter
getSelectSnippet, getSetSnippet, setParticle, toParticle
 

Method Detail

init

void init(Mapping mapping,
          SQLFeatureStore fs)
Called during the init of the SQLFeatureStore that this converter is attached to.

Parameters:
mapping - mapping that this converter is attached to, never null
fs - feature store, never null


Copyright © 2011. All Rights Reserved.