Uses of Class
org.tailormap.api.persistence.json.JDBCConnectionProperties
Packages that use JDBCConnectionProperties
Package
Description
-
Uses of JDBCConnectionProperties in org.tailormap.api.persistence
Methods in org.tailormap.api.persistence that return JDBCConnectionPropertiesMethods in org.tailormap.api.persistence with parameters of type JDBCConnectionPropertiesModifier and TypeMethodDescriptionTMFeatureSource.setJdbcConnection(JDBCConnectionProperties jdbcConnection) -
Uses of JDBCConnectionProperties in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return JDBCConnectionPropertiesModifier and TypeMethodDescriptionJDBCConnectionProperties.additionalProperties(@Nullable Map<String, String> additionalProperties) JDBCConnectionProperties.dbtype(@Nullable JDBCConnectionProperties.DbtypeEnum dbtype) JDBCConnectionProperties.geometryMetadataTable(@Nullable String geometryMetadataTable) JDBCConnectionProperties.primaryKeyMetadataTable(@Nullable String primaryKeyMetadataTable) JDBCConnectionProperties.putAdditionalPropertiesItem(String key, String additionalPropertiesItem) -
Uses of JDBCConnectionProperties in org.tailormap.api.persistence.projections
Methods in org.tailormap.api.persistence.projections that return JDBCConnectionProperties