Uses of Class
mil.nga.geopackage.extension.related.UserMappingRow
-
Packages that use UserMappingRow Package Description mil.nga.geopackage.extension.nga.style mil.nga.geopackage.extension.related -
-
Uses of UserMappingRow in mil.nga.geopackage.extension.nga.style
Subclasses of UserMappingRow in mil.nga.geopackage.extension.nga.style Modifier and Type Class Description classStyleMappingRowStyle Mapping Row containing the values from a single result set row -
Uses of UserMappingRow in mil.nga.geopackage.extension.related
Methods in mil.nga.geopackage.extension.related that return UserMappingRow Modifier and Type Method Description UserMappingRowUserMappingRow. copy()Copy the rowUserMappingRowUserMappingDao. getRow(UserCustomResultSet resultSet)Get the user mapping row from the current result set locationUserMappingRowUserMappingDao. getRow(UserCustomRow row)Get a user mapping row from the user custom rowUserMappingRowUserMappingDao. newRow()Methods in mil.nga.geopackage.extension.related with parameters of type UserMappingRow Modifier and Type Method Description intUserMappingDao. countByBaseId(UserMappingRow userMappingRow)Count by base idintUserMappingDao. countByIds(UserMappingRow userMappingRow)Count by both base id and related idintUserMappingDao. countByRelatedId(UserMappingRow userMappingRow)Count by related idintUserMappingDao. deleteByBaseId(UserMappingRow userMappingRow)Delete user mappings by base idintUserMappingDao. deleteByIds(UserMappingRow userMappingRow)Delete user mappings by both base id and related idintUserMappingDao. deleteByRelatedId(UserMappingRow userMappingRow)Delete user mappings by related idUserCustomResultSetUserMappingDao. queryByBaseId(UserMappingRow userMappingRow)Query by base idUserCustomResultSetUserMappingDao. queryByIds(UserMappingRow userMappingRow)Query by both base id and related idUserCustomResultSetUserMappingDao. queryByRelatedId(UserMappingRow userMappingRow)Query by related idConstructors in mil.nga.geopackage.extension.related with parameters of type UserMappingRow Constructor Description UserMappingRow(UserMappingRow userMappingRow)Copy Constructor
-