public class CityFurnitureMapper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
static CityFurnitureMapper |
getInstance(oracle.spatial.citygml.core.persistence.jdbc.pooling.ConnectionPool connPool,
oracle.spatial.citygml.core.persistence.jdbc.core.CityObjectMapper cityObjectMapper,
oracle.spatial.citygml.core.persistence.jdbc.core.SurfaceGeometryMapper geometryMapper,
oracle.spatial.citygml.core.persistence.jdbc.core.ImplicitGeometryMapper implicitGeometryMapper) |
void |
insert(oracle.spatial.citygml.model.cityfurniture.CityFurniture cityFurniture) |
oracle.spatial.citygml.model.cityfurniture.CityFurniture |
read(long cityObjectID) |
public static CityFurnitureMapper getInstance(oracle.spatial.citygml.core.persistence.jdbc.pooling.ConnectionPool connPool, oracle.spatial.citygml.core.persistence.jdbc.core.CityObjectMapper cityObjectMapper, oracle.spatial.citygml.core.persistence.jdbc.core.SurfaceGeometryMapper geometryMapper, oracle.spatial.citygml.core.persistence.jdbc.core.ImplicitGeometryMapper implicitGeometryMapper)
public void dispose()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void insert(oracle.spatial.citygml.model.cityfurniture.CityFurniture cityFurniture)
throws oracle.spatial.citygml.core.persistence.jdbc.DataMapperException
oracle.spatial.citygml.core.persistence.jdbc.DataMapperExceptionpublic oracle.spatial.citygml.model.cityfurniture.CityFurniture read(long cityObjectID)
throws java.sql.SQLException
java.sql.SQLException