real rbac-entities in booking+hosting #89
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hostsharing/hs.hsadmin.ng#89
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "real-and-rbac-entities-everywhere"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -46,0 +45,4 @@
private HsHostingAssetRealRepository realAssetRepo;
@Autowired
private HsBookingItemRealRepository relBookingItemRepo;
real
@ -0,0 +33,4 @@
""", nativeQuery = true)
// The JPQL query did not generate "left join" but just "join".
// I also optimized the query by not using the _rv for hs_booking_item and hs_hosting_asset, only for hs_hosting_asset_rv.
List<HsHostingAssetRealEntity> findAllByCriteriaImpl(UUID projectUuid, UUID parentAssetUuid, String type);
Test fehlt noch