unregister
Host
@Modifying(clearAutomatically = true
)
@Query(value = ""DELETE FROM " + HOSTS_KEY + _WHERE_ + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY",
nativeQuery = true
)
Query used to unregister a host from the session
Parameters
hostId
The identifier of the host to unregister