Cartographic Boundary DAO
The class that serves as an interface between the app and the database for CRUD operations (Create, Read, Update, Delete) and retrieval of CartographicBoundary data, potentially including related entities.
Functions
Insert a CartographicBoundaryEntity into the database.
Insert a PolygonEntity into the database
Insert a RegionEntity into the database
Inserts a CartographicBoundary object and its associated regions into the database using a transaction.
Insert a GeoLocationEntity into the database
Retrieves a Flow of CartographicBoundaryEntity objects associated with a specific Region identified by its ID.
retrieves all the CartographicBoundaryEntities along with their regions
Retrieves a Flow of CartographicBoundaryEntity objects associated with a specific AdministrativeUnitName identified by its ID.
Update a CartographicBoundaryEntity into the database
Update a PolygonEntity in the database
Update a RegionEntity in the database
Updates a CartographicBoundary object and its associated regions in the database using a transaction.
Update the GeoLocations in the database